コード例 #1
0
 public virtual void TestDirAnnotation()
 {
     NUnit.Framework.Assert.IsNotNull(TestDirHelper.GetTestDir());
 }
コード例 #2
0
 /// <exception cref="System.Exception"/>
 public virtual void TestDirNoAnnotation()
 {
     TestDirHelper.GetTestDir();
 }