Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
/ jee-itf Public archive

Java EE Integration Test Framework. Integration tests run inside the application container with all the transaction management available.

License

Notifications You must be signed in to change notification settings

lotaris/jee-itf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Unmaintained.


jee-itf

Java EE Integration Test Framework. Integration tests run inside the application container with all the transaction management available.

Usage

  1. Put the following dependency in your pom.xml
<dependency>
  <groupId>com.lotaris.test.frameworks</groupId>
  <artifactId>jee-itf</artifactId>
  <version>2.1.1</version>
</dependenc>

Requirements

  • Java 6+

Contributing

  • Fork
  • Create a topic branch - git checkout -b feature
  • Push to your branch - git push origin feature
  • Create a pull request from your branch

Please add a changelog entry with your name for new features and bug fixes.

License

jee-itf is licensed under the MIT License. See LICENSE.txt for the full text.

About

Java EE Integration Test Framework. Integration tests run inside the application container with all the transaction management available.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages