Search in sources :

Example 6 with Manager

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

Example 7 with Manager

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

Example 8 with Manager

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

Example 9 with Manager

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

Example 10 with Manager

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