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