- Tag - Annotation Type in org.junit.jupiter.api
-
@Tag
is a repeatable annotation that is
used to declare a tag for the annotated test class or test method.
- TagFilter - Class in org.junit.platform.launcher
-
- Tags - Annotation Type in org.junit.jupiter.api
-
@Tags
is a container for one or more @Tag
declarations.
- Test - Annotation Type in org.junit.jupiter.api
-
@Test
is used to signal that the annotated method is a
test method.
- test(Class<?>) - Method in class org.junit.jupiter.engine.discovery.predicates.IsInnerClass
-
- test(Class<?>) - Method in class org.junit.jupiter.engine.discovery.predicates.IsNestedTestClass
-
- test(Class<?>) - Method in class org.junit.jupiter.engine.discovery.predicates.IsPotentialTestContainer
-
- test(Class<?>) - Method in class org.junit.jupiter.engine.discovery.predicates.IsScannableTestClass
-
- test(Class<?>) - Method in class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
-
- test(Method) - Method in class org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod
-
- test(Method) - Method in class org.junit.jupiter.engine.discovery.predicates.IsTestMethod
-
- TestDescriptor - Interface in org.junit.platform.engine
-
Mutable descriptor for a test or container that has been discovered by a
TestEngine
.
- TestDescriptor.Visitor - Interface in org.junit.platform.engine
-
- TestEngine - Interface in org.junit.platform.engine
-
A TestEngine
facilitates discovery and execution of
tests for a particular programming model.
- TestExecutionCondition - Interface in org.junit.jupiter.api.extension
-
TestExecutionCondition
defines the
Extension
API for
programmatic,
conditional test execution.
- TestExecutionExceptionHandler - Interface in org.junit.jupiter.api.extension
-
TestExecutionExceptionHandler
defines the API for
Extensions
that wish to handle exceptions thrown during test execution.
- TestExecutionListener - Interface in org.junit.platform.launcher
-
Register an instance of this class with a
Launcher
to be notified of
events that occur during test execution.
- TestExecutionResult - Class in org.junit.platform.engine
-
Result of executing a single test or container.
- TestExecutionResult.Status - Enum in org.junit.platform.engine
-
Status of executing a single test or container.
- TestExecutionSummary - Interface in org.junit.platform.launcher.listeners
-
Summary of test plan execution.
- TestExtensionContext - Interface in org.junit.jupiter.api.extension
-
TestExtensionContext
encapsulates the context in which
the current test is being executed.
- TestFactory - Annotation Type in org.junit.jupiter.api
-
@TestFactory
is used to signal that the annotated method is a
test factory method.
- TestFactoryTestDescriptor - Class in org.junit.jupiter.engine.descriptor
-
- TestFactoryTestDescriptor(UniqueId, Class<?>, Method) - Constructor for class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
-
- TestIdentifier - Class in org.junit.platform.launcher
-
Immutable data transfer object that represents a test or container which is
usually part of a
TestPlan
.
- TestInfo - Interface in org.junit.jupiter.api
-
TestInfo
is used to inject information about the current test or
container into to @Test
, @BeforeEach
, @AfterEach
,
@BeforeAll
, and @AfterAll
methods.
- TestInstancePostProcessor - Interface in org.junit.jupiter.api.extension
-
TestInstancePostProcessor
defines the API for
Extensions
that wish to
post-process test instances.
- testInstanceProvider(JupiterEngineExecutionContext, ExtensionRegistry, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
-
- testInstanceProvider(JupiterEngineExecutionContext, ExtensionRegistry, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
-
- TestInstanceProvider - Interface in org.junit.jupiter.engine.execution
-
- TestPlan - Class in org.junit.platform.launcher
-
TestPlan
describes the tree of tests and containers as discovered
by a
Launcher
.
- testPlanExecutionFinished(TestPlan) - Method in class org.junit.platform.launcher.listeners.LoggingListener
-
- testPlanExecutionFinished(TestPlan) - Method in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
-
- testPlanExecutionFinished(TestPlan) - Method in interface org.junit.platform.launcher.TestExecutionListener
-
Called when the execution of the
TestPlan
has finished,
after all tests have been executed.
- testPlanExecutionStarted(TestPlan) - Method in class org.junit.platform.launcher.listeners.LoggingListener
-
- testPlanExecutionStarted(TestPlan) - Method in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
-
- testPlanExecutionStarted(TestPlan) - Method in interface org.junit.platform.launcher.TestExecutionListener
-
Called when the execution of the
TestPlan
has started,
before any test has been executed.
- TestReporter - Interface in org.junit.jupiter.api
-
- TESTS_FAILED - Static variable in interface org.junit.platform.console.tasks.ConsoleTask
-
Exit code indicating test failure(s)
- TestSource - Interface in org.junit.platform.engine
-
Representation of the source of a test or container used to navigate to
its location by IDEs and build tools.
- TestTag - Class in org.junit.platform.engine
-
Immutable value object for a tag that is assigned to a test or
container.
- ThrowableCollector - Class in org.junit.jupiter.engine.execution
-
Simple component that can be used to collect one or more instances of
Throwable
.
- ThrowableCollector() - Constructor for class org.junit.jupiter.engine.execution.ThrowableCollector
-
- throwAsUncheckedException(Throwable) - Static method in class org.junit.platform.commons.util.ExceptionUtils
-
Throw the supplied Throwable
, masked as an
unchecked exception.
- toPredicate() - Method in interface org.junit.platform.engine.Filter
-
Return a Predicate
that returns true
if this filter
includes the object supplied to the predicate's
test
method.
- toRequest() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
-
- toString() - Method in class org.junit.jupiter.api.DynamicTest
-
- toString() - Method in class org.junit.jupiter.api.extension.ConditionEvaluationResult
-
- toString() - Method in class org.junit.platform.commons.util.ToStringBuilder
-
- toString() - Method in class org.junit.platform.engine.FilterResult
-
- toString() - Method in class org.junit.platform.engine.reporting.ReportEntry
-
- toString() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
-
- toString() - Method in class org.junit.platform.engine.support.descriptor.CompositeTestSource
-
- toString() - Method in class org.junit.platform.engine.support.descriptor.DirectorySource
-
- toString() - Method in class org.junit.platform.engine.support.descriptor.FilePosition
-
- toString() - Method in class org.junit.platform.engine.support.descriptor.FileSource
-
- toString() - Method in class org.junit.platform.engine.support.descriptor.JavaClassSource
-
- toString() - Method in class org.junit.platform.engine.support.descriptor.JavaMethodSource
-
- toString() - Method in class org.junit.platform.engine.support.descriptor.JavaPackageSource
-
- toString() - Method in class org.junit.platform.engine.TestExecutionResult
-
- toString() - Method in class org.junit.platform.engine.TestTag
-
- toString() - Method in class org.junit.platform.engine.UniqueId.Segment
-
- toString() - Method in class org.junit.platform.engine.UniqueId
-
Generate the unique, formatted string representation of this UniqueId
using the configured UniqueIdFormat
.
- toString() - Method in class org.junit.platform.launcher.EngineFilter
-
- toString() - Method in class org.junit.platform.launcher.TestIdentifier
-
- ToStringBuilder - Class in org.junit.platform.commons.util
-
Simple builder for generating strings in custom implementations of
toString()
.
- ToStringBuilder(Object) - Constructor for class org.junit.platform.commons.util.ToStringBuilder
-
- ToStringBuilder(Class<?>) - Constructor for class org.junit.platform.commons.util.ToStringBuilder
-