Dart Documentationbot_test

bot_test library

Variables

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');
}

Classes