CompanyTest class
Constructors
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
-
checkAddress(
WidgetTester tester, Address address) → Future< void> -
checkCompany(
WidgetTester tester) → Future< void> -
checkCompanyFields(
WidgetTester tester, Company company) → Future< void> -
checkPaymentMethod(
WidgetTester tester, PaymentMethod paymentMethod) → Future< void> -
deleteCompany(
WidgetTester tester) → Future< void> -
employeeCompany(
WidgetTester tester) → Future< void> -
enterCompanyData(
WidgetTester tester, List< Company> inputList) → Future<void> - enter company data in company dialog screen. when the list only contains a single item it is assumed the detail screen is already shown and need not be created/opened
-
selectCompany(
WidgetTester tester) → Future< void> -
updateAddress(
WidgetTester tester, Address address) → Future< void> -
updatePaymentMethod(
WidgetTester tester, PaymentMethod paymentMethod) → Future< void>