Method | Description | |
---|---|---|
CompositeIdiomaticAssertion ( ) : System |
Initializes a new instance of the CompositeIdiomaticAssertion class.
|
|
CompositeIdiomaticAssertion ( IEnumerable |
Initializes a new instance of the CompositeIdiomaticAssertion class.
|
|
Verify ( |
Verifies that the idiomatic assertion can be verified for the specified assembly.
|
|
Verify ( |
Verifies that the idiomatic assertion can be verified for the specified member.
|
|
Verify ( |
Verifies that the idiomatic assertion can be verified for the specified type.
|
public CompositeIdiomaticAssertion ( ) : System | ||
return | System |
public CompositeIdiomaticAssertion ( IEnumerable |
||
assertions | IEnumerable |
/// The assertions. /// |
return | System |
public Verify ( |
||
assembly | /// The assembly. /// | |
return | void |
public Verify ( |
||
member | /// The member. /// | |
return | void |
public Verify ( |
||
type | /// The type. /// | |
return | void |