public class ForEachSystemRule extends Object implements org.junit.rules.TestRule
TestRule
for running a test with each specified TestSystem.Modifier and Type | Class and Description |
---|---|
class |
ForEachSystemRule.FluentHelper |
Constructor and Description |
---|
ForEachSystemRule(MockUtil mockUtil) |
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
ForEachSystemRule.FluentHelper |
withSystem(String systemAlias) |
public ForEachSystemRule(MockUtil mockUtil)
public ForEachSystemRule.FluentHelper withSystem(String systemAlias)
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
apply
in interface org.junit.rules.TestRule
Copyright © 2018 SAP SE. All rights reserved.