Search in sources :

Example 16 with SystemContext

use of com.codingchili.core.context.SystemContext in project chili-core by codingchili.

the class BenchmarkReportTestCases method setUp.

@Before
public void setUp() {
    context = new SystemContext();
    groups.add(new MockGroupBuilder(context, "group#1", 750));
    groups.add(new MockGroupBuilder(context, "group#2", 500));
}
Also used : SystemContext(com.codingchili.core.context.SystemContext)

Aggregations

SystemContext (com.codingchili.core.context.SystemContext)16 Before (org.junit.Before)4 RealmContext (com.codingchili.realm.configuration.RealmContext)2 RealmSettings (com.codingchili.realm.configuration.RealmSettings)2 ListeningPerson (com.codingchili.realm.instance.model.npc.ListeningPerson)2 Async (io.vertx.ext.unit.Async)2 FileSystemMock (com.codingchili.core.testing.FileSystemMock)1 LogContext (com.codingchili.logging.configuration.LogContext)1 PatchContext (com.codingchili.patching.configuration.PatchContext)1 PatchHandler (com.codingchili.patching.controller.PatchHandler)1 SpellTarget (com.codingchili.realm.instance.model.spells.SpellTarget)1 RouterContext (com.codingchili.router.configuration.RouterContext)1 RouterSettings (com.codingchili.router.configuration.RouterSettings)1 JsonObject (io.vertx.core.json.JsonObject)1 BeforeClass (org.junit.BeforeClass)1