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