| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаcom.fitbur.testify.junit |
| Идентификатор | Идентификаторunit-test |
| Последняя версия | Последняя версия0.1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAn opinionated Java Testing Framework faithful to testing principles
and best practices.
|
| Организация-разработчик |
Организация-разработчикSharmarke Aden |
| Имя Файла | Размер |
|---|---|
| unit-test-0.1.3.pom | |
| unit-test-0.1.3.jar | 5 KB |
| unit-test-0.1.3-sources.jar | 3 KB |
| unit-test-0.1.3-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify.junit/unit-test/ -->
<dependency>
<groupId>com.fitbur.testify.junit</groupId>
<artifactId>unit-test</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify.junit/unit-test/
implementation 'com.fitbur.testify.junit:unit-test:0.1.3'
// https://jarcasting.com/artifacts/com.fitbur.testify.junit/unit-test/
implementation ("com.fitbur.testify.junit:unit-test:0.1.3")
'com.fitbur.testify.junit:unit-test:jar:0.1.3'
<dependency org="com.fitbur.testify.junit" name="unit-test" rev="0.1.3">
<artifact name="unit-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify.junit', module='unit-test', version='0.1.3')
)
libraryDependencies += "com.fitbur.testify.junit" % "unit-test" % "0.1.3"
[com.fitbur.testify.junit/unit-test "0.1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fitbur.testify.junit : junit-core | jar | 0.1.3 |
| com.fitbur.testify : core | jar | 0.1.3 |
| com.fitbur.testify.level : unit | jar | 0.1.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.0.40-beta |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.assertj : assertj-core | jar | 3.3.0 |