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
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.mike10004 |
| Идентификатор | Идентификаторnitsick |
| Последняя версия | Последняя версия0.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеnitsick
Unit test support libraries
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| nitsick-0.4.pom | 7 KB |
| Обзор |
<!-- 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.