Beispiel #1
0
 public void CanNotConvertFromInt32_LocalDateTime_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(LocalDateTime), typeof(Int32));
 }
Beispiel #2
0
 public void CanNotConvertFromInt32_Currency_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(Currency), typeof(Int32));
 }
Beispiel #3
0
 public void CanNotConvertFromInt32_Elo_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(Elo), typeof(Int32));
 }
Beispiel #4
0
 public void CanNotConvertFromInt32_Amount_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(Amount), typeof(Int32));
 }
Beispiel #5
0
 public void CanNotConvertFromInt32_Timestamp_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(Timestamp), typeof(Int32));
 }
Beispiel #6
0
 public void CanNotConvertFromInt32_StreamSize_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(StreamSize), typeof(Int32));
 }
Beispiel #7
0
 public void CanNotConvertFromInt32_Date_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(Date), typeof(Int32));
 }
Beispiel #8
0
 public void CanNotConvertFromInt32_Gender_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(Gender), typeof(Int32));
 }
Beispiel #9
0
 public void CanNotConvertFromDateTime_HouseNumber_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(HouseNumber), typeof(DateTime));
 }
Beispiel #10
0
 public void CanNotConvertFromInt32_CryptographicSeed_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(CryptographicSeed), typeof(Int32));
 }
Beispiel #11
0
 public void CanNotConvertFromInt32_HouseNumber_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(HouseNumber), typeof(Int32));
 }
Beispiel #12
0
 public void CanNotConvertFromInt32_Month_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(Month), typeof(Int32));
 }
Beispiel #13
0
 public void CanNotConvertFromInt32_InternationalBankAccountNumber_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(InternationalBankAccountNumber), typeof(Int32));
 }
Beispiel #14
0
 public void CanNotConvertFromInt32_Country_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(Country), typeof(Int32));
 }
Beispiel #15
0
 public void CanNotConvertFromInt32_Uuid_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(Uuid), typeof(Int32));
 }
Beispiel #16
0
 public void CanNotConvertFromInt32_Percentage_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(Percentage), typeof(Int32));
 }
Beispiel #17
0
 public void CanNotConvertFromInt32_InternetMediaType_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(InternetMediaType), typeof(Int32));
 }
Beispiel #18
0
 public void CanNotConvertFromInt32_EmailAddress_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(EmailAddress), typeof(Int32));
 }
Beispiel #19
0
 public void CanNotConvertFromInt32_BusinessIdentifierCode_IsTrue()
 {
     TypeConverterAssert.CanNotConvertFrom(typeof(BusinessIdentifierCode), typeof(Int32));
 }