Search in sources :

Example 11 with Manager

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);
}
Also used : Manager(EmployeeImplementations.Manager) IManager(EmployeeContracts.IManager) Before(org.junit.Before)

Example 12 with Manager

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);
}
Also used : Manager(EmployeeImplementations.Manager) IManager(EmployeeContracts.IManager) Before(org.junit.Before)

Example 13 with Manager

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);
}
Also used : Manager(EmployeeImplementations.Manager) IManager(EmployeeContracts.IManager) Before(org.junit.Before)

Example 14 with Manager

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);
}
Also used : Manager(EmployeeImplementations.Manager) IManager(EmployeeContracts.IManager) Before(org.junit.Before)

Aggregations

IManager (EmployeeContracts.IManager)14 Manager (EmployeeImplementations.Manager)14 Before (org.junit.Before)14