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));
}
Aggregations