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
License |
License |
---|---|
GroupId | GroupIdcom.github.mike10004 |
ArtifactId | ArtifactIdnitsick |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionnitsick
Unit test support libraries
|
Project URL |
Project URL |
Filename | Size |
---|---|
nitsick-0.4.pom | 7 KB |
Browse |
<!-- 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"]
Java unit testing support libraries, for people sick of rewriting unit test support code over and over and over.