AuthTest class

Constructors

AuthTest()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

clearDemoData(WidgetTester tester) Future<void>
createNewAdminAndCompany(WidgetTester tester, User user, Company company) Future<void>
enterCompanyName(WidgetTester tester, String name) Future<void>
enterCurrency(WidgetTester tester, Currency currency) Future<void>
enterEmailAddress(WidgetTester tester, String emailAddress) Future<void>
enterFirstName(WidgetTester tester, String firstName) Future<void>
enterLastname(WidgetTester tester, String lastName) Future<void>
enterLoginName(WidgetTester tester, String loginName) Future<void>
enterPassword(WidgetTester tester, String password) Future<void>
gotoMainMenu(WidgetTester tester) Future<void>
login(WidgetTester tester, String loginName, String password) Future<void>
loginIfRequired(WidgetTester tester, String loginName, String password) Future<void>
logout(WidgetTester tester) Future<void>
logoutIfRequired(WidgetTester tester) Future<void>
pressLogin(WidgetTester tester) Future<void>
pressLoginWithExistingId(WidgetTester tester) Future<void>
pressNewCompany(WidgetTester tester) Future<void>
pressRegisterAndcreateNewAdminAndCompany(WidgetTester tester) Future<void>