Search in sources :

Example 1 with UpdateProductPictures

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();
}
Also used : UpdateProductPictures(CustomerImplementations.Customer.UpdateProductPictures) Customer(CustomerImplementations.Customer) Before(org.junit.Before)

Aggregations

Customer (CustomerImplementations.Customer)1 UpdateProductPictures (CustomerImplementations.Customer.UpdateProductPictures)1 Before (org.junit.Before)1