Edit jmeter module name

This commit is contained in:
Dassi Orleando
2017-12-13 04:00:58 +01:00
parent e6bff93187
commit e5c9d8144b
16 changed files with 10 additions and 4 deletions
@@ -0,0 +1,16 @@
package com.baeldung;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class SpringJMeterJenkinsApplicationIntegrationTest {
@Test
public void contextLoads() {
}
}