コード例 #1
0
ファイル: MSTestElement.cs プロジェクト: locbet/sneal
 public override string GetTitle()
 {
     return(string.Format("{0}.{1}", myFixture.GetTitle(), myMethodName));
 }