JUnit test template:
@org.junit.Test
public void $END$(){
}
NYI template:
throw new UnsupportedOperationException("Not yet implemented");
JUnit test template:
@org.junit.Test
public void $END$(){
}
NYI template:
throw new UnsupportedOperationException("Not yet implemented");
Leave a comment
Comments feed for this article