Should Class
Namespace: Firefly.Box.TestingAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public static class Should
<ExtensionAttribute>
Public NotInheritable Class Should
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type Should = class end
- Inheritance
- Object Should
| 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 | |