Test Toolkit
Unit test scaffolding to help speed up test case writing
License |
License |
---|---|
GroupId | GroupIdcom.github.seanyinx |
ArtifactId | ArtifactIdtest-toolkit |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.github.seanyinx:test-toolkit
Simple toolkit to help test writing with Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
test-toolkit-1.0.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seanyinx/test-toolkit/ -->
<dependency>
<groupId>com.github.seanyinx</groupId>
<artifactId>test-toolkit</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.seanyinx/test-toolkit/
implementation 'com.github.seanyinx:test-toolkit:1.0.0'
// https://jarcasting.com/artifacts/com.github.seanyinx/test-toolkit/
implementation ("com.github.seanyinx:test-toolkit:1.0.0")
'com.github.seanyinx:test-toolkit:pom:1.0.0'
<dependency org="com.github.seanyinx" name="test-toolkit" rev="1.0.0">
<artifact name="test-toolkit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.seanyinx', module='test-toolkit', version='1.0.0')
)
libraryDependencies += "com.github.seanyinx" % "test-toolkit" % "1.0.0"
[com.github.seanyinx/test-toolkit "1.0.0"]
Unit test scaffolding to help speed up test case writing