hu.advancedweb.scott-gradle-plugin
Owner: David Csakvari
Scott provides detailed failure messages for tests written in Java, without the use of complex assertion libraries to aid developers in rapid development, troubleshooting and debugging of tests. All information is presented on the source code of the test method as comments.
https://github.com/dodie/scott
Sources: https://github.com/dodie/scott.git
Version 3.5.0
3.5.0
Created 10 July 2019.
Scott provides detailed failure messages for tests written in Java, without the use of complex assertion libraries to aid developers in rapid development, troubleshooting and debugging of tests. All information is presented on the source code of the test method as comments.
Add this plugin to your build using the plugins DSL:
plugins {
id("hu.advancedweb.scott-gradle-plugin") version "3.5.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.hu.advanceweb:scott-gradle-plugin:3.5.0") } } apply(plugin = "hu.advancedweb.scott-gradle-plugin")
- Applying plugins to all subprojects .