public class TestGroupRule extends Object implements org.junit.rules.TestRule
TestGroup annotations on tests and will skip all tests that do not belong to the
currently enabled group. This rule is supposed to be used as JUnit class rule!| Constructor and Description |
|---|
TestGroupRule() |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
Copyright © 2013. All rights reserved.