Example #1
0
 public void CanNotConvertToInt32_LocalDateTime_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(LocalDateTime), typeof(Int32));
 }
Example #2
0
 public void CanNotConvertToInt32_Currency_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(Currency), typeof(Int32));
 }
Example #3
0
 public void CanNotConvertToInt32_Elo_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(Elo), typeof(Int32));
 }
Example #4
0
 public void CanNotConvertToInt32_Amount_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(Amount), typeof(Int32));
 }
Example #5
0
 public void CanNotConvertToInt32_Timestamp_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(Timestamp), typeof(Int32));
 }
Example #6
0
 public void CanNotConvertToInt32_StreamSize_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(StreamSize), typeof(Int32));
 }
Example #7
0
 public void CanNotConvertToInt32_Date_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(Date), typeof(Int32));
 }
Example #8
0
 public void CanNotConvertToInt32_Gender_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(Gender), typeof(Int32));
 }
Example #9
0
 public void CanNotConvertToInt32_HouseNumber_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(HouseNumber), typeof(Int32));
 }
Example #10
0
 public void CanNotConvertToInt32_CryptographicSeed_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(CryptographicSeed), typeof(Int32));
 }
Example #11
0
 public void CanNotConvertToInt32_Year_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(Year), typeof(Int32));
 }
Example #12
0
 public void CanNotConvertToInt32_Month_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(Month), typeof(Int32));
 }
Example #13
0
 public void CanNotConvertToInt32_InternationalBankAccountNumber_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(InternationalBankAccountNumber), typeof(Int32));
 }
Example #14
0
 public void CanNotConvertToInt32_Country_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(Country), typeof(Int32));
 }
Example #15
0
 public void CanNotConvertToInt32_Uuid_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(Uuid), typeof(Int32));
 }
Example #16
0
 public void CanNotConvertToInt32_Percentage_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(Percentage), typeof(Int32));
 }
Example #17
0
 public void CanNotConvertToInt32_InternetMediaType_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(InternetMediaType), typeof(Int32));
 }
Example #18
0
 public void CanNotConvertToInt32_EmailAddress_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(EmailAddress), typeof(Int32));
 }
Example #19
0
 public void CanNotConvertToInt32_BusinessIdentifierCode_IsTrue()
 {
     TypeConverterAssert.CanNotConvertTo(typeof(BusinessIdentifierCode), typeof(Int32));
 }