Skip to content

Instantly share code, notes, and snippets.

@namkyu
Created November 26, 2012 05:17
Show Gist options
  • Save namkyu/4146712 to your computer and use it in GitHub Desktop.
Save namkyu/4146712 to your computer and use it in GitHub Desktop.
ContextConfigLocationTest
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration
public class ContextConfigLocationTest {
@Test
public void test1() {
}
@Test
public void test2() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment