JUnit test template:

@org.junit.Test
public void $END$(){
}

NYI template:

throw new UnsupportedOperationException("Not yet implemented");