use of com.serotonin.m2m2.MockMangoLifecycle 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.MockMangoLifecycle 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.MockMangoLifecycle in project ma-core-public by MangoAutomation.
the class DataPointRTPointValueCacheTest method getLifecycle.
@Override
protected MockMangoLifecycle getLifecycle() {
MockMangoLifecycle lifecycle = super.getLifecycle();
lifecycle.addRuntimeContextConfiguration(PointValueCacheTestConfig.class);
return lifecycle;
}
use of com.serotonin.m2m2.MockMangoLifecycle in project ma-core-public by MangoAutomation.
the class H2DatabaseUpgradeTest method getLifecycle.
@Override
protected MockMangoLifecycle getLifecycle() {
MockMangoLifecycle lifecycle = super.getLifecycle();
lifecycle.addRuntimeContextConfiguration(UpgradeConfig.class);
return lifecycle;
}
use of com.serotonin.m2m2.MockMangoLifecycle in project ma-core-public by MangoAutomation.
the class MySQLDatabaseUpgradeTest method getLifecycle.
@Override
protected MockMangoLifecycle getLifecycle() {
MockMangoLifecycle lifecycle = super.getLifecycle();
lifecycle.addRuntimeContextConfiguration(UpgradeConfig.class);
return lifecycle;
}
Aggregations