bot_test library
Properties
final Matcher throwsInvalidOperationException #
final Matcher throwsInvalidOperationException = const Throws(const _InvalidOperationException());
final Matcher throwsNullArgumentException #
final Matcher throwsNullArgumentException = const Throws(const _NullArgumentException());
Functions
void pending() #
void pending() { throw new ExpectException('Not implemented'); }