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'.
- Host: GitHub
- URL: https://github.com/the-oglow/pojotesting-example
- Owner: The-oGlow
- License: apache-2.0
- Created: 2022-08-14T12:37:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T09:36:03.000Z (almost 2 years ago)
- Last Synced: 2024-03-17T10:32:57.664Z (almost 2 years ago)
- Topics: example, java, junit, maven, pojo, testing, unit
- Language: Java
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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}~