Allows the creation of assembly info files
상속: IAssemblyInfo
예제 #1
0
 public void LanguageShouldReturnType()
 {
     var subject = new AssemblyInfo();
     Assert.That(subject.Language, Is.TypeOf<AssemblyInfoLanguage>());
 }