| Лицензия |
Лицензия |
|---|---|
| Группа | Группаhu.advancedweb |
| Идентификатор | Идентификаторscott |
| Последняя версия | Последняя версия4.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеScott Test Reporter
Scott provides detailed failure messages for tests written
in Java based on their runtime behaviour and source code.
With Scott even simple assertions provide the details needed
to trace the cause of the failure and to comprehend the
context of the test case. It provides details about local
variables to reduce the need to debug tests.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| scott-4.0.1.pom | |
| scott-4.0.1.jar | 1 MB |
| scott-4.0.1-sources.jar | 44 KB |
| scott-4.0.1-javadoc.jar | 564 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/hu.advancedweb/scott/ -->
<dependency>
<groupId>hu.advancedweb</groupId>
<artifactId>scott</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/hu.advancedweb/scott/
implementation 'hu.advancedweb:scott:4.0.1'
// https://jarcasting.com/artifacts/hu.advancedweb/scott/
implementation ("hu.advancedweb:scott:4.0.1")
'hu.advancedweb:scott:jar:4.0.1'
<dependency org="hu.advancedweb" name="scott" rev="4.0.1">
<artifact name="scott" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.advancedweb', module='scott', version='4.0.1')
)
libraryDependencies += "hu.advancedweb" % "scott" % "4.0.1"
[hu.advancedweb/scott "4.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.ow2.asm : asm | jar | 9.2 |
| org.ow2.asm : asm-util | jar | 9.2 |
| com.github.javaparser : javaparser-core | jar | 3.23.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.0 |
| io.cucumber : cucumber-java | jar | 6.11.0 |
| io.cucumber : cucumber-junit | jar | 6.11.0 |