forked from openrs2/openrs2
parent
557f2fb504
commit
44ddde296f
@ -0,0 +1,4 @@ |
||||
@org.junit.jupiter.api.BeforeEach |
||||
public void setUp() { |
||||
${BODY} |
||||
} |
@ -0,0 +1,4 @@ |
||||
@org.junit.jupiter.api.AfterEach |
||||
public void tearDown() { |
||||
${BODY} |
||||
} |
@ -0,0 +1,5 @@ |
||||
import static org.junit.jupiter.api.Assertions.*; |
||||
#parse("File Header.java") |
||||
public final class ${NAME} { |
||||
${BODY} |
||||
} |
@ -0,0 +1,4 @@ |
||||
@org.junit.jupiter.api.Test |
||||
public void ${NAME}() { |
||||
${BODY} |
||||
} |
Loading…
Reference in new issue