Files
openide/plugins/junit/resources/fileTemplates/code/JUnit3 TearDown Method.java.ft
Vladimir Dolzhenko 87e1ebdb33 [kotlin] Do not use kotlin test framework templates in K1
Create test intention uses j2k under the hood, that's why it has to use java templates

#KTIJ-9787

GitOrigin-RevId: c09bce66dad527e94a5ce19d415beb703bf96ab4
2024-10-13 06:30:07 +00:00

4 lines
73 B
Plaintext

public void tearDown() throws Exception {
super.tearDown();
${BODY}
}