| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.ignaciotcrespo |
| Идентификатор | Идентификаторtestwithparams |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTestWithParams
Parameterised tests, it works with any Runner (Robolectric, String, Mockito, and more!)
|
| Имя Файла | Размер |
|---|---|
| testwithparams-1.0.0.pom | |
| testwithparams-1.0.0.jar | 7 KB |
| testwithparams-1.0.0-sources.jar | 4 KB |
| testwithparams-1.0.0-javadoc.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ignaciotcrespo/testwithparams/ -->
<dependency>
<groupId>com.github.ignaciotcrespo</groupId>
<artifactId>testwithparams</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ignaciotcrespo/testwithparams/
implementation 'com.github.ignaciotcrespo:testwithparams:1.0.0'
// https://jarcasting.com/artifacts/com.github.ignaciotcrespo/testwithparams/
implementation ("com.github.ignaciotcrespo:testwithparams:1.0.0")
'com.github.ignaciotcrespo:testwithparams:jar:1.0.0'
<dependency org="com.github.ignaciotcrespo" name="testwithparams" rev="1.0.0">
<artifact name="testwithparams" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ignaciotcrespo', module='testwithparams', version='1.0.0')
)
libraryDependencies += "com.github.ignaciotcrespo" % "testwithparams" % "1.0.0"
[com.github.ignaciotcrespo/testwithparams "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-core | jar | 2.7.19 |
| org.assertj : assertj-core | jar | 3.6.2 |