An open API service indexing awesome lists of open source software.

https://github.com/the-oglow/unit-pojotester

Dynamically unit-testing for pojos.
https://github.com/the-oglow/unit-pojotester

java junit maven pojo testing unit

Last synced: 10 months ago
JSON representation

Dynamically unit-testing for pojos.

Awesome Lists containing this project

README

          

// import settings
:site_resource: src/site/resources
include::{site_resource}/proj-common.adoc[opts=optional]

= {proj_module}

link:{proj_vcsid_url}/-/releases[image:{proj_vcsid_url}/-/badges/release.svg[title="Latest Release"]]
link:LICENSE[image:{cmmn_badge_url}/license-license-brightgreen?logo=gitlab{cmmn_img_style}[title="Software License"]]
link:{proj_mvnid_url}[image:{cmmn_badge_maven_url}/v/{proj_gav}?logo=apache-maven{cmmn_img_style}[title="Maven Repository"]]

{proj_description}
See link:{proj_user_url}[Homepage].

== Project Status

See link:readme-status.adoc[Project Status].

link:{cmmn_sonar_dash_url}?id={proj_sonarid}[image:{cmmn_sonar_badge_url}/sonarcloud-black.svg[title="SonarCloud"]]

== Installation

Install link:https://maven.apache.org/install.html[Maven].

== Usage

To use, set in your `pom.xml`:

.pom.xml
[source,html,subs="attributes"]
----
<dependencies>
<dependency>
<groupId>{proj_group}</groupId>
<artifactId>{proj_module}</artifactId>
<version>{proj_version}</version>
</dependency>
</dependencies>
----

== Author

- {proj_author_url}

== License

This project is released under version 2.0 of the link:{proj_vcsid_url}/-/blob/master/LICENSE[Apache License].
Please see the link:{proj_vcsid_url}/-/blob/master/LICENSE[license file] for more information.

''''
~{proj_cright}~