org.netbeans.modules.maven.resources.AppTest.template Maven / Gradle / Ivy
The newest version!
<#assign licenseFirst = "/*">
<#assign licensePrefix = " * ">
<#assign licenseLast = " */">
<#include "${project.licensePath}">
<#if package?? && package != "">
package ${package};
import static org.junit.Assert.assertTrue;
import org.junit.Test;
#if>
/**
*
* @author ${user}
*/
public class ${name} {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy