AssertThat
constructor in Coherence.Test.AssertThat
Constructors
public AssertThat(Func<AssertThat, Exception> assertion, float? durationSec = null, int lineNumber = 0)
Parameters
Type | Name | Description |
---|---|---|
Func<AssertThat, Exception> | assertion | |
float? | durationSec | |
int | lineNumber |
public AssertThat(Func<AssertThat, bool> assertion, float? durationSec = null, int lineNumber = 0)
Parameters
Type | Name | Description |
---|---|---|
Func<AssertThat, bool> | assertion | |
float? | durationSec | |
int | lineNumber |
public AssertThat(Func<AssertThat, bool> assertion, string description, int lineNumber = 0)
Parameters
Type | Name | Description |
---|---|---|
Func<AssertThat, bool> | assertion | |
string | description | |
int | lineNumber |
public AssertThat(string entityName, float? durationSec = null, int lineNumber = 0)
Parameters
Type | Name | Description |
---|---|---|
string | entityName | |
float? | durationSec | |
int | lineNumber |