Uses of Class
dev.aherscu.qa.testing.example.model.tutorial.Customer
-
Packages that use Customer Package Description dev.aherscu.qa.testing.example.model.tutorial dev.aherscu.qa.testing.example.steps.tutorial -
-
Uses of Customer in dev.aherscu.qa.testing.example.model.tutorial
Methods in dev.aherscu.qa.testing.example.model.tutorial that return Customer Modifier and Type Method Description Customer
Customer.CustomerBuilder. build()
-
Uses of Customer in dev.aherscu.qa.testing.example.steps.tutorial
Methods in dev.aherscu.qa.testing.example.steps.tutorial with parameters of type Customer Modifier and Type Method Description SELF
BankActions. adding(Customer customer)
Method parameters in dev.aherscu.qa.testing.example.steps.tutorial with type arguments of type Customer Modifier and Type Method Description SELF
BankVerifications. the_customers(org.hamcrest.Matcher<Stream<Customer>> matcher)
-