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.

License

License

GroupId

GroupId

hu.advancedweb
ArtifactId

ArtifactId

scott
Last Version

Last Version

4.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/dodie/scott
Source Code Management

Source Code Management

https://github.com/dodie/scott/tree/master

Download scott

How to add to project

<!-- 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"]

Dependencies

compile (3)

Group / Artifact Type Version
org.ow2.asm : asm jar 9.2
org.ow2.asm : asm-util jar 9.2
com.github.javaparser : javaparser-core jar 3.23.0

provided (4)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

Versions

Version
4.0.1
4.0.0
3.6.0
3.5.0
3.4.1
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
2.0.1
2.0.0
1.0.0