Property | Type | Description |
---|
Method | Description | |
---|---|---|
Contains ( [ containedText ) : IReadOnlyBooleanState | ||
GetValue ( ) : string | ||
ShouldBeEmpty ( ) : void | ||
ShouldBeEmpty ( string errorMessage ) : void | ||
ShouldBeEqualTo ( [ text ) : void | ||
ShouldBeEqualTo ( [ text, string errorMessage ) : void | ||
ShouldNotBeEmpty ( ) : void | ||
ShouldNotBeEmpty ( string errorMessage ) : void | ||
ShouldNotBeEqualTo ( [ text ) : void | ||
ShouldNotBeEqualTo ( [ text, string errorMessage ) : void | ||
StartsWith ( [ startingText ) : IReadOnlyBooleanState |
Method | Description | |
---|---|---|
TextBase ( string text, string howFound ) : System |
public Contains ( [ containedText ) : IReadOnlyBooleanState | ||
containedText | [ | |
return | IReadOnlyBooleanState |
public ShouldBeEmpty ( string errorMessage ) : void | ||
errorMessage | string | |
return | void |
public ShouldBeEqualTo ( [ text, string errorMessage ) : void | ||
text | [ | |
errorMessage | string | |
return | void |
public ShouldNotBeEmpty ( string errorMessage ) : void | ||
errorMessage | string | |
return | void |
public ShouldNotBeEqualTo ( [ text, string errorMessage ) : void | ||
text | [ | |
errorMessage | string | |
return | void |
public StartsWith ( [ startingText ) : IReadOnlyBooleanState | ||
startingText | [ | |
return | IReadOnlyBooleanState |
protected TextBase ( string text, string howFound ) : System | ||
text | string | |
howFound | string | |
return | System |