dead
This commit is contained in:
parent
ab3cbd919d
commit
4380ecfd6f
|
@ -79,11 +79,6 @@ public class EcuTestHelper {
|
|||
throw new IllegalStateException(msg + " Expected " + expected + " but got " + actual);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public static EcuTestHelper createInstance() {
|
||||
return createInstance(false);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public static EcuTestHelper createInstance(boolean allowHardwareTriggerInput) {
|
||||
EcuTestHelper ecu = new EcuTestHelper(ControllerConnectorState.getLinkManager());
|
||||
|
|
Loading…
Reference in New Issue