Should Methods

Methods

ShouldBe(Bool, Boolean)Verifies that the actual value matches the expected value
ShouldBe(Int32, Number)Verifies that the actual value matches the expected value
ShouldBe(Number, Decimal)Verifies that the actual value matches the expected value
ShouldBe(Number, Double)Verifies that the actual value matches the expected value
ShouldBe(Number, Int32)Verifies that the actual value matches the expected value
ShouldBe(Number, Int64)Verifies that the actual value matches the expected value
ShouldBe(String, Text)Verifies that the actual value matches the expected value
ShouldBe(StringBuilder, String)Verifies that the actual value matches the expected value
ShouldBe(Text, String)Verifies that the actual value matches the expected value
ShouldBe(TypedColumnBaseBool, Boolean)Verifies that the actual value matches the expected value
ShouldBe(TypedColumnBaseNumber, Decimal)Verifies that the actual value matches the expected value
ShouldBe(TypedColumnBaseNumber, Double)Verifies that the actual value matches the expected value
ShouldBe(TypedColumnBaseNumber, Int32)Verifies that the actual value matches the expected value
ShouldBe(TypedColumnBaseNumber, Int64)Verifies that the actual value matches the expected value
ShouldBe(TypedColumnBaseText, Text)Verifies that the actual value matches the expected value
ShouldBe(TypedColumnBaseText, String)Verifies that the actual value matches the expected value
ShouldBe(Bool, Boolean, String)Verifies that the actual value matches the expected value
ShouldBe(Number, Int32, String)Verifies that the actual value matches the expected value
ShouldBe(TypedColumnBaseText, Text, String)Verifies that the actual value matches the expected value
ShouldBe(TypedColumnBaseText, String, String)Verifies that the actual value matches the expected value
ShouldBeT(T, T) 
ShouldBeT(TypedColumnBaseT, T) 
ShouldBeT(T, T, String) 
ShouldBeArray 
ShouldContain 

See Also