use of EmployeeImplementations.Manager in project SmartCity-Market by TechnionYP5777.
the class RegisterNewWorkerTest 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 RemoveIngredientTest 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 RemoveManufacturerTest 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 RemoveProductFromCatalogTest method setup.
@Before
public void setup() {
PropertyConfigurator.configure("../log4j.properties");
manager = new Manager(clientRequestHandler);
}