This commit is contained in:
@@ -4,10 +4,10 @@ import space.kklochko.simple_jbdd.tests.Test;
|
||||
import space.kklochko.simple_jbdd.tests.commands.AbstractTestCommand;
|
||||
|
||||
public class SimpleTestRunner extends AbstractTestRunner {
|
||||
AbstractTestCommand<Test> command;
|
||||
private AbstractTestCommand<Test> command;
|
||||
|
||||
public SimpleTestRunner(AbstractTestCommand<Test> command) {
|
||||
this.command = command;
|
||||
setCommand(command);
|
||||
}
|
||||
|
||||
public boolean run() {
|
||||
|
||||
Reference in New Issue
Block a user