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