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

https://github.com/the-oglow/pojotesting-example

Examples, how to use the 'pojo-testing'.
https://github.com/the-oglow/pojotesting-example

example java junit maven pojo testing unit

Last synced: 5 months ago
JSON representation

Examples, how to use the 'pojo-testing'.

Awesome Lists containing this project

README

          

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

= {proj_module}
:toc: preamble
:toclevels: 1

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].

== Installation

=== Pre-Requirements

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

=== Usage

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

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

include::readme-project.adoc[opts=optional]

== 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"]]

== 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}~