nitsick

Unit test support libraries

License

License

GroupId

GroupId

com.github.mike10004
ArtifactId

ArtifactId

nitsick
Last Version

Last Version

0.4
Release Date

Release Date

Type

Type

pom
Description

Description

nitsick
Unit test support libraries
Project URL

Project URL

https://github.com/mike10004/nitsick

Download nitsick

Filename Size
nitsick-0.4.pom 7 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mike10004/nitsick/ -->
<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>nitsick</artifactId>
    <version>0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/nitsick/
implementation 'com.github.mike10004:nitsick:0.4'
// https://jarcasting.com/artifacts/com.github.mike10004/nitsick/
implementation ("com.github.mike10004:nitsick:0.4")
'com.github.mike10004:nitsick:pom:0.4'
<dependency org="com.github.mike10004" name="nitsick" rev="0.4">
  <artifact name="nitsick" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='nitsick', version='0.4')
)
libraryDependencies += "com.github.mike10004" % "nitsick" % "0.4"
[com.github.mike10004/nitsick "0.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • nitsick-core
  • nitsick-junit

nitsick

Java unit testing support libraries, for people sick of rewriting unit test support code over and over and over.

  • nitsick-core the core library
  • nitsick-junit help with JUnit 4

Versions

Version
0.4
0.3
0.2
0.1