Module com.github.robtimus.junit.support
Contains interfaces and classes that make it easier to write tests with JUnit.
-
-
Packages
Exports Package Description com.github.robtimus.junit.support Provides interfaces and classes for helping create unit tests using JUnit.com.github.robtimus.junit.support.concurrent Provides interfaces and classes for helping test concurrent code.com.github.robtimus.junit.support.extension Provides interfaces and classes for helping create JUnit extensions.com.github.robtimus.junit.support.extension.logging Provides interfaces and classes for miscellaneous logging extensions likeLogOnFailure
andDisableLogging
.com.github.robtimus.junit.support.extension.testlogger Provides interfaces and classes for theTestLogger
extension.com.github.robtimus.junit.support.extension.testresource Provides interfaces and classes for theTestResource
extension.com.github.robtimus.junit.support.params Provides interfaces and classes for helping create parameterized unit tests using JUnit.com.github.robtimus.junit.support.test Provides pre-defined generic purpose JUnit tests.com.github.robtimus.junit.support.test.collections Provides pre-defined JUnit tests for the collections framework.com.github.robtimus.junit.support.test.collections.annotation Provides annotations that are used in collection tests.com.github.robtimus.junit.support.test.io Provides pre-defined I/O related JUnit tests.com.github.robtimus.junit.support.util Provides generic utility classes.
-