Search in sources :

Example 1 with Manager

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

Example 2 with Manager

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

Example 3 with Manager

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

Example 4 with Manager

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

Example 5 with Manager

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);
}
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