Skip to content

Instantly share code, notes, and snippets.

@jonbodner
Created February 11, 2019 22:51
Show Gist options
  • Save jonbodner/b598f56d5a1133b5db1e5381a0107ef4 to your computer and use it in GitHub Desktop.
Save jonbodner/b598f56d5a1133b5db1e5381a0107ef4 to your computer and use it in GitHub Desktop.
package com.example.demo;
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 DemoApplicationTests {
@Test
public void contextLoads() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment