Search in sources :

Example 1 with CommanderUnit

use of units.CommanderUnit in project java-design-patterns by iluwatar.

the class CommanderTest method commanderReady.

@Test
public void commanderReady() throws Exception {
    final Commander commander = new Commander(new CommanderUnit("CommanderUnitTest"));
    commander.commanderReady();
}
Also used : CommanderUnit(units.CommanderUnit) Test(org.junit.jupiter.api.Test)

Aggregations

Test (org.junit.jupiter.api.Test)1 CommanderUnit (units.CommanderUnit)1