use of CustomerImplementations.Customer in project SmartCity-Market by TechnionYP5777.
the class ViewProductFromCartTest method setup.
@Before
public void setup() {
PropertyConfigurator.configure("../log4j.properties");
customer = new Customer(clientRequestHandler);
}
use of CustomerImplementations.Customer in project SmartCity-Market by TechnionYP5777.
the class RegisterNewCustomerTest method setup.
@Before
public void setup() {
PropertyConfigurator.configure("../log4j.properties");
customer = new Customer(clientRequestHandler);
}
Aggregations