public virtual void TestDirAnnotation() { NUnit.Framework.Assert.IsNotNull(TestDirHelper.GetTestDir()); }
/// <exception cref="System.Exception"/> public virtual void TestDirNoAnnotation() { TestDirHelper.GetTestDir(); }