예제 #1
0
 public void ContainsSvos_None()
 {
     AssemblyAssert.ContainsSvos <Date>(
         typeof(Date),
         typeof(DateSpan),
         typeof(EmailAddress),
         typeof(Gender),
         typeof(HouseNumber),
         typeof(LocalDateTime),
         typeof(Month),
         typeof(Percentage),
         typeof(PostalCode),
         typeof(Uuid),
         typeof(WeekDate),
         typeof(Year),
         typeof(YesNo),
         typeof(Financial.Amount),
         typeof(Financial.BusinessIdentifierCode),
         typeof(Financial.Currency),
         typeof(Financial.InternationalBankAccountNumber),
         typeof(Financial.Money),
         typeof(Globalization.Country),
         typeof(IO.StreamSize),
         typeof(Security.Cryptography.CryptographicSeed),
         typeof(Statistics.Elo),
         typeof(Web.InternetMediaType)
         );
 }
예제 #2
0
 public void ContainsSvos_None()
 {
     AssemblyAssert.ContainsSvos <Timestamp>(typeof(Timestamp));
 }