use of com.serotonin.m2m2.MockEventManager in project ma-core-public by MangoAutomation.
the class PublisherAuditTest method getLifecycle.
@Override
protected MockMangoLifecycle getLifecycle() {
MockMangoLifecycle lifecycle = super.getLifecycle();
lifecycle.setEventManager(new MockEventManager(true));
return lifecycle;
}
use of com.serotonin.m2m2.MockEventManager in project ma-core-public by infiniteautomation.
the class UserEventsTest method getLifecycle.
@Override
protected MockMangoLifecycle getLifecycle() {
MockMangoLifecycle lifecycle = super.getLifecycle();
lifecycle.setEventManager(new MockEventManager(true));
return lifecycle;
}
use of com.serotonin.m2m2.MockEventManager in project ma-core-public by infiniteautomation.
the class PublisherAuditTest method getLifecycle.
@Override
protected MockMangoLifecycle getLifecycle() {
MockMangoLifecycle lifecycle = super.getLifecycle();
lifecycle.setEventManager(new MockEventManager(true));
return lifecycle;
}
use of com.serotonin.m2m2.MockEventManager in project ma-core-public by MangoAutomation.
the class UserEventsTest method getLifecycle.
@Override
protected MockMangoLifecycle getLifecycle() {
MockMangoLifecycle lifecycle = super.getLifecycle();
lifecycle.setEventManager(new MockEventManager(true));
return lifecycle;
}
Aggregations