public interface Session
| Modifier and Type | Interface and Description |
|---|---|
static class |
Session.Impl |
| Modifier and Type | Method and Description |
|---|---|
static Session |
create(TestSuiteDescriptor.Loader loader) |
Report |
createReport(TestItem testItem) |
Iterable<org.junit.runner.Runner> |
createTestItemRunners() |
Stage |
createTopLevelStage() |
Config |
getConfig() |
TestSuiteDescriptor |
loadTestSuiteDescriptor() |
Config getConfig()
TestSuiteDescriptor loadTestSuiteDescriptor()
Iterable<org.junit.runner.Runner> createTestItemRunners()
Stage createTopLevelStage()
static Session create(TestSuiteDescriptor.Loader loader)
Copyright © 2017. All rights reserved.