hanfak / ShopOfHan

0 stars 0 forks source link

helpful stuff #3

Open hanfak opened 7 years ago

hanfak commented 7 years ago

settings > live templates

other

@org.junit.Test public void $NAME$() throws Exception { $END$ }

hanfak commented 7 years ago

https://stackoverflow.com/questions/30967822/when-do-i-use-path-params-vs-query-params-in-a-restful-api

hanfak commented 7 years ago
@RunWith(IntermittentTestRunner.class)

@Test
@Intermittent(repetition = 99)

To run tests several times to check flakiness or performance test