ShouldShouldBeT(T, T) 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
)
<ExtensionAttribute>
Public Shared Sub ShouldBe(Of T) (
value As T,
expectedValue As T
)
[<ExtensionAttribute>]
static member ShouldBe :
value : 'T *
expectedValue : 'T -> unit
- value T
-
- expectedValue T
-
- 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).