POJO-TESTER User Guide

Introduction

This is a documentation for writing pojo-tests using pojo-tester library.

If you have any questions, we can chat on Rocket.Chat

Build status is provided by Build Status

Project quality Codacy Badge

Current coverage is codecov

Download latest version Download

Get automatic notifications about new POJO-TESTER versions

What is pojo-tester?

POJO-TESTER is a java testing library, which makes your pojo-method tests much easier. You can test your pojo against equals, hashCode, toString, getters, setters and even constructors.

POJO-TESTER automatically performs tests on basic pojo-methods so you don't have to copy-paste all dummy tests over and over.

Supported Java versions

POJO-TESTER requires Java 8.

Installation

POJO-TESTER library can be found on jCenter repository.

Gradle

repositories {
    jcenter()
}

dependencies {
    testCompile 'pl.pojo:pojo-tester:${latest-version}'
}

Maven

<repositories>
<repository>
  <id>jcenter</id>
  <url>http://jcenter.bintray.com/</url>
</repository>
</repositories>

<dependency>
  <groupId>pl.pojo</groupId>
  <artifactId>pojo-tester</artifactId>
  <version>${latest-version}</version>
  <type>pom</type>
</dependency>

JavaDoc documentation

Javadoc can be found here.

results matching ""

    No results matching ""