use of EmployeeImplementations.Manager in project SmartCity-Market by TechnionYP5777.
the class AddManufacturerTest method setup.
@Before
public void setup() {
PropertyConfigurator.configure("../log4j.properties");
manager = new Manager(clientRequestHandler);
}
use of EmployeeImplementations.Manager in project SmartCity-Market by TechnionYP5777.
the class EditIngredientTest method setup.
@Before
public void setup() {
PropertyConfigurator.configure("../log4j.properties");
manager = new Manager(clientRequestHandler);
}
use of EmployeeImplementations.Manager in project SmartCity-Market by TechnionYP5777.
the class EditProductFromCatalogTest method setup.
@Before
public void setup() {
PropertyConfigurator.configure("../log4j.properties");
manager = new Manager(clientRequestHandler);
}
use of EmployeeImplementations.Manager in project SmartCity-Market by TechnionYP5777.
the class GetAllManufacturersTest method setup.
@Before
public void setup() {
PropertyConfigurator.configure("../log4j.properties");
manager = new Manager(clientRequestHandler);
}
use of EmployeeImplementations.Manager in project SmartCity-Market by TechnionYP5777.
the class GetAllWorkersTest method setup.
@Before
public void setup() {
PropertyConfigurator.configure("../log4j.properties");
manager = new Manager(clientRequestHandler);
}