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 |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.mike10004 |
ArtifactId | ArtifactIdnitsick-junit |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUnit test support libraries
|
Filename | Size |
---|---|
nitsick-junit-0.4.pom | |
nitsick-junit-0.4.jar | 3 KB |
nitsick-junit-0.4-sources.jar | 2 KB |
nitsick-junit-0.4-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/nitsick-junit/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>nitsick-junit</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/nitsick-junit/
implementation 'com.github.mike10004:nitsick-junit:0.4'
// https://jarcasting.com/artifacts/com.github.mike10004/nitsick-junit/
implementation ("com.github.mike10004:nitsick-junit:0.4")
'com.github.mike10004:nitsick-junit:jar:0.4'
<dependency org="com.github.mike10004" name="nitsick-junit" rev="0.4">
<artifact name="nitsick-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='nitsick-junit', version='0.4')
)
libraryDependencies += "com.github.mike10004" % "nitsick-junit" % "0.4"
[com.github.mike10004/nitsick-junit "0.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.github.mike10004 : nitsick-core | jar | 0.4 |
Java unit testing support libraries, for people sick of rewriting unit test support code over and over and over.