PPM Test Helper

A general library to help you to build fast and fluent unit tests.

License

License

GroupId

GroupId

br.com.ppm
ArtifactId

ArtifactId

test-helper
Last Version

Last Version

0.1.5
Release Date

Release Date

Type

Type

jar
Description

Description

PPM Test Helper
A general library to help you to build fast and fluent unit tests.
Project URL

Project URL

https://github.com/pedrotoliveira/ppm-test-helper
Source Code Management

Source Code Management

https://github.com/pedrotoliveira/ppm-test-helper

Download test-helper

How to add to project

<!-- https://jarcasting.com/artifacts/br.com.ppm/test-helper/ -->
<dependency>
    <groupId>br.com.ppm</groupId>
    <artifactId>test-helper</artifactId>
    <version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.ppm/test-helper/
implementation 'br.com.ppm:test-helper:0.1.5'
// https://jarcasting.com/artifacts/br.com.ppm/test-helper/
implementation ("br.com.ppm:test-helper:0.1.5")
'br.com.ppm:test-helper:jar:0.1.5'
<dependency org="br.com.ppm" name="test-helper" rev="0.1.5">
  <artifact name="test-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.ppm', module='test-helper', version='0.1.5')
)
libraryDependencies += "br.com.ppm" % "test-helper" % "0.1.5"
[br.com.ppm/test-helper "0.1.5"]

Dependencies

compile (9)

Group / Artifact Type Version
br.com.ppm : ppm-commons jar 2.0.3
junit : junit jar 4.12
br.com.six2six : fixture-factory jar 3.1.0
org.hamcrest : hamcrest-core jar 1.3
org.mockito : mockito-core jar 1.10.19
org.apache.logging.log4j : log4j-api jar 2.9.0
org.apache.logging.log4j : log4j-core jar 2.9.0
org.assertj : assertj-core jar 3.8.0
org.jacoco : jacoco-maven-plugin jar 0.7.9

Project Modules

There are no modules declared in this project.

PPM Test Helper

=================

A general library to help you to build fast and fluent unit tests.

Requires: JDK 8

Build Status Apache 2 Maven Central Codacy Badge

Depends On:

  • JUnit - 4.12
  • Fixture-Factory - 1.3
  • Log4j - 2.9.0
  • AssertJ - 3.8.0

Library is working in progress. DSL still in test stage.

Versions

Version
0.1.5
0.1.4
0.1.3
0.1.2