| + Creates a Kotlin JUnit 3 test class. + | +
| Predefined variables take the following values: | +||
| + | Name of the created class | +|
| + | Name of the tested class | +|
| + | Generated class body | +|
| + Creates a Kotlin JUnit 4 test class. + | +
| Predefined variables take the following values: | +||
| + | Name of the created class | +|
| + | Name of the tested class | +|
| + | Generated class body | +|
| + Creates a Kotlin JUnit 5 test class. + | +
| Predefined variables take the following values: | +||
| + | Name of the created class | +|
| + | Name of the tested class | +|
| + | Generated class body | +|
| + Creates a Kotlin TestNG test class. + | +
| Predefined variables take the following values: | +||
| + | Name of the created class | +|
| + | Name of the tested class | +|
| + | Generated class body | +|