ShouldShouldContain Method
Namespace: Firefly.Box.TestingAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public static void ShouldContain(
this string text,
string value
)
<ExtensionAttribute>
Public Shared Sub ShouldContain (
text As String,
value As String
)
[<ExtensionAttribute>]
static member ShouldContain :
text : string *
value : string -> unit
- text String
-
- value String
-
In Visual Basic and C#, you can call this method as an instance method on any object of type
String. 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).