
org.jnario.report.NotRun.xtend Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.jnario.standalone Show documentation
Show all versions of org.jnario.standalone Show documentation
The required libraries to execute Jnario specifications without Eclipse.
The newest version!
package org.jnario.report
class NotRun extends SpecExecution{
new(String className, String name) {
super(className, name, 0.0, emptyList)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy