ShouldShouldBeT(T, T, String) Method
Namespace: Firefly.Box.TestingAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public static void ShouldBe<T>(
this T value,
T expectedValue,
string message
)
<ExtensionAttribute>
Public Shared Sub ShouldBe(Of T) (
value As T,
expectedValue As T,
message As String
)
[<ExtensionAttribute>]
static member ShouldBe :
value : 'T *
expectedValue : 'T *
message : string -> unit
- value T
-
- expectedValue T
-
- message String
-
- T
In Visual Basic and C#, you can call this method as an instance method on any object of type
T. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).