public class Tests extends Object implements com.oracle.bedrock.Option.Collector<TestClasses,Tests>
TestClasses.
Copyright (c) 2016. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
| Modifier and Type | Method and Description |
|---|---|
<O> Iterable<O> |
getInstancesOf(Class<O> requiredClass) |
boolean |
isEmpty()
Determine whether this
Tests instance contains any
TestClasses to execute. |
Iterator<TestClasses> |
iterator() |
static Tests |
none()
Create an empty set of tests.
|
Tests |
with(TestClasses testClasses) |
Tests |
with(Tests tests) |
Tests |
without(TestClasses testClasses) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic boolean isEmpty()
Tests instance contains any
TestClasses to execute.true if there are tests to executepublic Iterator<TestClasses> iterator()
iterator in interface Iterable<TestClasses>public <O> Iterable<O> getInstancesOf(Class<O> requiredClass)
getInstancesOf in interface com.oracle.bedrock.Option.Collector<TestClasses,Tests>public Tests with(TestClasses testClasses)
with in interface com.oracle.bedrock.Option.Collector<TestClasses,Tests>public Tests without(TestClasses testClasses)
without in interface com.oracle.bedrock.Option.Collector<TestClasses,Tests>Copyright © 2017. All rights reserved.