t

to-string

A tool to let you write unit test for the toString method. This can be especially usefull if you use the lombok plugin.
https://github.com/Joengenduvel/toStringVerifier
Apache License, Version 2.0
Robby Decosemaeker
Files download
File Operation
to-string-1.0.2.jar download
to-string-1.0.2.pom download
to-string-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>be.joengenduvel.java.verifiers</groupId>
  <artifactId>to-string</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'be.joengenduvel.java.verifiers:to-string:1.0.2'
Gradle Kotlin
implementation("be.joengenduvel.java.verifiers:to-string:1.0.2")
Scala SBT
libraryDependencies += "be.joengenduvel.java.verifiers" % "to-string" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='be.joengenduvel.java.verifiers', module='to-string', version='1.0.2')
)
Apache Ivy
<dependency org="be.joengenduvel.java.verifiers" name="to-string" rev="1.0.2" />
Leiningen
[be.joengenduvel.java.verifiers/to-string "1.0.2"]
Apache Buildr
'be.joengenduvel.java.verifiers:to-string:jar:1.0.2'