コード例 #1
0
 public void GetPublicDomainObjectType()
 {
     Assert.That(_loadedClassWithAllDataTypesMixin.GetPublicDomainObjectType(), Is.SameAs(_loadedClassWithAllDataTypes.GetPublicDomainObjectType()));
     Assert.That(_newClassWithAllDataTypesMixin.GetPublicDomainObjectType(), Is.SameAs(_newClassWithAllDataTypes.GetPublicDomainObjectType()));
 }