Skip to content

A way to manage the database of a Java EE project from API tests run outside the application container.

License

Notifications You must be signed in to change notification settings

lotaris/junitee-data-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

junitee-data-utils

A way to manage the database of a Java EE project from API tests run outside the application container.

Usage

  1. Put the following dependency in your pom.xml
<dependency>
  <groupId>com.lotaris.junitee</groupId>
  <artifactId>junitee-data-utils</artifactId>
  <version>2.0.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

junitee-data-utils is licensed under the MIT License. See LICENSE.txt for the full text.

About

A way to manage the database of a Java EE project from API tests run outside the application container.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages