C# Class FluentWebUITesting.Accessors.BooleanState

Inheritance: IReadOnlyBooleanState
Mostrar archivo Open project: mvbalaw/FluentWebUITesting Class Usage Examples

Public Methods

Method Description
BooleanState ( string unexpectedlyFalseMessage, string unexpectedlyTrueMessage, Func getState ) : System
BooleanState ( string unexpectedlyFalseMessage, string unexpectedlyTrueMessage, Func getState, Action setState ) : System
SetValueTo ( bool state ) : FluentWebUITesting.Controls.WaitWrapper
ShouldBeFalse ( ) : void
ShouldBeFalse ( string errorMessage ) : void
ShouldBeTrue ( ) : void
ShouldBeTrue ( string errorMessage ) : void

Private Methods

Method Description
SetValue ( bool state ) : FluentWebUITesting.Controls.WaitWrapper

Method Details

BooleanState() public method

public BooleanState ( string unexpectedlyFalseMessage, string unexpectedlyTrueMessage, Func getState ) : System
unexpectedlyFalseMessage string
unexpectedlyTrueMessage string
getState Func
return System

BooleanState() public method

public BooleanState ( string unexpectedlyFalseMessage, string unexpectedlyTrueMessage, Func getState, Action setState ) : System
unexpectedlyFalseMessage string
unexpectedlyTrueMessage string
getState Func
setState Action
return System

SetValueTo() public method

public SetValueTo ( bool state ) : FluentWebUITesting.Controls.WaitWrapper
state bool
return FluentWebUITesting.Controls.WaitWrapper

ShouldBeFalse() public method

public ShouldBeFalse ( ) : void
return void

ShouldBeFalse() public method

public ShouldBeFalse ( string errorMessage ) : void
errorMessage string
return void

ShouldBeTrue() public method

public ShouldBeTrue ( ) : void
return void

ShouldBeTrue() public method

public ShouldBeTrue ( string errorMessage ) : void
errorMessage string
return void