| Package | Description |
|---|---|
| com.oracle.bedrock.junit.options |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TestClasses.ClassPathClasses
A
TestClasses instance that resolves test classes
from a specific ClassPath instance. |
static class |
TestClasses.SpecificClasses
A
TestClasses instance that uses a fixed set of Classes
as the set of tests to execute. |
| Modifier and Type | Method and Description |
|---|---|
static TestClasses |
TestClasses.empty()
Create an empty set of test classes.
|
TestClasses |
TestClasses.exclude(String... patterns)
Add the specified regular expression pattern to the set of
patterns to use to determine tests to be excluded in the
test run.
|
static TestClasses |
TestClasses.from(ClassPath classPath)
Create a
TestClasses option that will resolve test classes
from the specified ClassPath. |
TestClasses |
TestClasses.include(String... patterns)
Add the specified regular expression pattern to the set of
patterns to use to determine tests to be included in the
test run.
|
static TestClasses |
TestClasses.of(Class<?>... classes)
Create a
TestClasses option that will resolve test classes
from the specified Class instances |
| Modifier and Type | Method and Description |
|---|---|
Iterator<TestClasses> |
Tests.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Tests |
Tests.with(TestClasses testClasses) |
Tests |
Tests.without(TestClasses testClasses) |
Copyright © 2017. All rights reserved.