Function: expect()
expect<
T>(actual):Assertion<T>
Begin a fluent assertion on a value.
Type Parameters
T
T
Parameters
actual
T
Returns
Assertion<T>
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
expect<
T>(actual):Assertion<T>
Begin a fluent assertion on a value.
T
T
Assertion<T>