use of com.serotonin.m2m2.MockRuntimeManager in project ma-core-public by MangoAutomation.
the class DataSourceServiceTest method getLifecycle.
@Override
protected MockMangoLifecycle getLifecycle() {
MockMangoLifecycle lifecycle = super.getLifecycle();
lifecycle.setRuntimeManager(new MockRuntimeManager(true));
return lifecycle;
}
use of com.serotonin.m2m2.MockRuntimeManager in project ma-core-public by MangoAutomation.
the class PermissionServiceTest method getLifecycle.
@Override
protected MockMangoLifecycle getLifecycle() {
MockMangoLifecycle lifecycle = super.getLifecycle();
lifecycle.setRuntimeManager(new MockRuntimeManager(true));
return lifecycle;
}
use of com.serotonin.m2m2.MockRuntimeManager in project ma-core-public by infiniteautomation.
the class SetPointEventHandlerServiceTest method getLifecycle.
@Override
protected MockMangoLifecycle getLifecycle() {
MockMangoLifecycle lifecycle = super.getLifecycle();
lifecycle.setRuntimeManager(new MockRuntimeManager(true));
return lifecycle;
}
use of com.serotonin.m2m2.MockRuntimeManager in project ma-core-public by infiniteautomation.
the class DataSourceServiceTest method getLifecycle.
@Override
protected MockMangoLifecycle getLifecycle() {
MockMangoLifecycle lifecycle = super.getLifecycle();
lifecycle.setRuntimeManager(new MockRuntimeManager(true));
return lifecycle;
}
use of com.serotonin.m2m2.MockRuntimeManager in project ma-core-public by infiniteautomation.
the class EmailEventHandlerServiceTest method getLifecycle.
@Override
protected MockMangoLifecycle getLifecycle() {
MockMangoLifecycle lifecycle = super.getLifecycle();
lifecycle.setRuntimeManager(new MockRuntimeManager(true));
return lifecycle;
}
Aggregations