public class WarningService
| Modifier and Type | Class and Description |
|---|---|
static class |
WarningService.Companion |
| Modifier and Type | Field and Description |
|---|---|
static WarningService.Companion |
Companion |
| Constructor and Description |
|---|
WarningService() |
| Modifier and Type | Method and Description |
|---|---|
com.testerum.model.step.ComposedStepDef |
composedStepWithWarnings(com.testerum.model.step.ComposedStepDef stepDef) |
com.testerum.model.feature.Feature |
featureWithWarnings(com.testerum.model.feature.Feature feature) |
com.testerum.model.test.TestModel |
testWithWarnings(com.testerum.model.test.TestModel test) |
public static WarningService.Companion Companion
@NotNull
public com.testerum.model.feature.Feature featureWithWarnings(@NotNull
com.testerum.model.feature.Feature feature)
@NotNull
public com.testerum.model.test.TestModel testWithWarnings(@NotNull
com.testerum.model.test.TestModel test)
@NotNull
public com.testerum.model.step.ComposedStepDef composedStepWithWarnings(@NotNull
com.testerum.model.step.ComposedStepDef stepDef)