GetCopyright() 공개 메소드

public GetCopyright ( ) : string
리턴 string
예제 #1
0
 public void Copyright()
 {
     var runner = new Runner
     {
         MetadataAssembly = GetType().Assembly.Location
     };
     Assert.AreEqual("Copyright Foo ©  2014", runner.GetCopyright());
 }