Class TestCustomerHandler
java.lang.Object
TestCustomerHandler
The type Test customer handler.
-
Constructor Details
-
TestCustomerHandler
public TestCustomerHandler()
-
-
Method Details
-
init
@BeforeAll public static void init()Init. -
teardown
@AfterAll public static void teardown()Teardown. -
testAddCustomer
@Test public void testAddCustomer()Test add customer. -
testCheckIfAccountExists
@Test public void testCheckIfAccountExists()Test check if account exists. -
testGetCustomer
@Test public void testGetCustomer()Test get customer. -
testRemoveCustomer
@Test public void testRemoveCustomer()Test remove customer.
-