Skip to content
 
 

Repository files navigation

POJO Tester

A Java POJO testing library. You can test objects against equals, hashCode, toString, getters, setters and constructors.

Maven release Gradle build codecov

This is a fork of the now defunct pojo-tester project, by Piotr Joński.

Installation

Gradle

dependencies {
    testImplementation 'com.obsidiandynamics.pojotester:core:${latest-version}'
}

Maven

<dependency>
      <groupId>com.obsidiandynamics.pojotester</groupId>
      <artifactId>core</artifactId>
      <version>${latest-version}</version>
      <type>pom</type>
</dependency>

Documentation

About

Java framework for testing POJO methods; tests equals, hashCode, toString, getters, setters and constructors

Topics

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages