API Reference
summary | ||
public |
C Ensure Used to perform verification of the system under test. |
expectations
summary | ||
public |
F and(expectations: Array): Expectation |
|
public |
F contain(expected: Answerable): Expectation |
|
public |
F containAtLeastOneItemThat(expectation: Expectation): Expectation |
|
public |
F containItemsWhereEachItem(expectation: Expectation): Expectation |
|
public |
F endsWith(expected: Answerable): Expectation |
|
public |
F equals(expectedValue: Answerable): Expectation |
|
public |
F includes(expected: Answerable): Expectation |
|
public |
F isAfter(expected: Answerable): Expectation |
|
public |
F isBefore(expected: Answerable): Expectation |
|
public |
F isFalse(): Expectation |
|
public |
F isGreaterThan(expected: Answerable): Expectation |
|
public |
F isLessThan(expected: Answerable): Expectation |
|
public |
F isTrue(): Expectation |
|
public |
F matches(expected: Answerable): Expectation |
|
public |
F not(assertion: Expectation): Expectation |
|
public |
F or(assertions: Array): Expectation |
|
public |
F property(propertyName: Property, expectation: Expectation): Expectation |
|
public |
F startsWith(expected: Answerable): Expectation |