p

pinto

contains code that pertains to general unit testing tasks, like testing toString, equals, hashcode, matchers, etc
https://github.com/wesamhaboush/pinto
LGPLv3
Wesam Haboush
Files download
File Operation
pinto-0.6.jar download
pinto-0.6.pom download
pinto-0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.codebreeze.testing.tools</groupId>
  <artifactId>pinto</artifactId>
  <version>0.6</version>
</dependency>
Gradle Groovy
implementation 'com.codebreeze.testing.tools:pinto:0.6'
Gradle Kotlin
implementation("com.codebreeze.testing.tools:pinto:0.6")
Scala SBT
libraryDependencies += "com.codebreeze.testing.tools" % "pinto" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.codebreeze.testing.tools', module='pinto', version='0.6')
)
Apache Ivy
<dependency org="com.codebreeze.testing.tools" name="pinto" rev="0.6" />
Leiningen
[com.codebreeze.testing.tools/pinto "0.6"]
Apache Buildr
'com.codebreeze.testing.tools:pinto:jar:0.6'