org.jnario.maven.SpecMavenModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jnario-maven-plugin Show documentation
Show all versions of jnario-maven-plugin Show documentation
The compiler library for the Jnario testing language.
The newest version!
package org.jnario.maven;
import org.eclipse.xtend.maven.MavenTraceURIConverter;
import org.eclipse.xtext.generator.trace.ITraceURIConverter;
import org.jnario.spec.SpecRuntimeModule;
public class SpecMavenModule extends SpecRuntimeModule{
public Class extends ITraceURIConverter> bindITraceURIConverter() {
return MavenTraceURIConverter.class;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy