Open hanfak opened 7 years ago
settings > live templates
other
@org.junit.Test public void $NAME$() throws Exception { $END$ }
https://stackoverflow.com/questions/30967822/when-do-i-use-path-params-vs-query-params-in-a-restful-api
@RunWith(IntermittentTestRunner.class) @Test @Intermittent(repetition = 99)
To run tests several times to check flakiness or performance test
settings > live templates
other
@org.junit.Test public void $NAME$() throws Exception { $END$ }