A Java library containing classes to help ease the pain of testing Java EE applications.
Pronounced testy
Definition of testy
- easily annoyed : IRRITABLE
- marked by impatience or ill humor
- NonContainerManagedExecutorService
A ManagedExecutorImplementation which delegates its operations to a to a normal ExecutorService making it instantiable outside of a Java EE container.
- SameThreadExecutorService
An ExecutorService that executes tasks immediately in the calling thread during submit.
Add the dependency to your Maven pom.xml
<dependency>
<groupId>dk.dbc</groupId>
<artifactId>dbc-commons-testee</artifactId>
<version>1.1-SNAPSHOT</version>
</dependency>Requirements
To build this project JDK 1.8 or higher and Apache Maven is required.
Copyright Dansk Bibliotekscenter a/s. Licensed under GPLv3. See license text in LICENSE.txt