| Package | Description |
|---|---|
| com.oracle.bedrock.junit.options |
| Constructor and Description |
|---|
IncludeExcludePredicate(Predicate<Class<?>> predicate,
Set<TestClasses.TestMatcher> includePatterns,
Set<TestClasses.TestMatcher> excludePatterns)
Create a
TestClasses.IncludeExcludePredicate that will use the specified
Predicate and include and exclude patters to evaluate classes. |
IncludeExcludePredicate(Predicate<Class<?>> predicate,
Set<TestClasses.TestMatcher> includePatterns,
Set<TestClasses.TestMatcher> excludePatterns)
Create a
TestClasses.IncludeExcludePredicate that will use the specified
Predicate and include and exclude patters to evaluate classes. |
TestFilter(Set<TestClasses.TestMatcher> includePatterns,
Set<TestClasses.TestMatcher> excludePatterns)
Create a
TestClasses.TestFilter that will use the specified include
and exclude patterns. |
TestFilter(Set<TestClasses.TestMatcher> includePatterns,
Set<TestClasses.TestMatcher> excludePatterns)
Create a
TestClasses.TestFilter that will use the specified include
and exclude patterns. |
Copyright © 2017. All rights reserved.