Language

Package: java-testng @ 6.14.3

Synopsis

Testing framework

Description

TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.

Home page
https://testng.org
Location
gnu/packages/java.scm (line: 10971, column: 2)
License

Lint warnings

LinterMessageLocation
formatting

Look for formatting issues in the source

line 10994 is way too long (91 characters)
input-labels

Identify input labels that do not match package names

label 'guava' does not match package name 'java-guava'
input-labels

Identify input labels that do not match package names

label 'java-hamcrest' does not match package name 'java-hamcrest-all'
input-labels

Identify input labels that do not match package names

label 'cglib' does not match package name 'java-cglib'
input-labels

Identify input labels that do not match package names

label 'asm' does not match package name 'java-asm'
input-labels

Identify input labels that do not match package names

label 'aopalliance' does not match package name 'java-aopalliance'
input-labels

Identify input labels that do not match package names

label 'junit' does not match package name 'java-junit'
input-labels

Identify input labels that do not match package names

label 'snakeyaml' does not match package name 'java-snakeyaml'
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?