changing the names of tests
This commit is contained in:
parent
e0b85586e2
commit
d8cf653345
|
@ -11,7 +11,7 @@ import org.junit.Test;
|
||||||
import org.springframework.beans.factory.config.BeanDefinition;
|
import org.springframework.beans.factory.config.BeanDefinition;
|
||||||
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
|
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
|
||||||
|
|
||||||
public class TenantScopeTest {
|
public class TenantScopeIntegrationTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public final void whenRegisterScopeAndBeans_thenContextContainsFooAndBar() {
|
public final void whenRegisterScopeAndBeans_thenContextContainsFooAndBar() {
|
|
@ -8,7 +8,7 @@ import org.junit.Test;
|
||||||
import static org.junit.Assert.assertFalse;
|
import static org.junit.Assert.assertFalse;
|
||||||
import static org.junit.Assert.assertTrue;
|
import static org.junit.Assert.assertTrue;
|
||||||
|
|
||||||
public class SquareCalculatorTest {
|
public class SquareCalculatorUnitTest {
|
||||||
private SquaredCalculator squaredCalculator = new SquaredCalculator();
|
private SquaredCalculator squaredCalculator = new SquaredCalculator();
|
||||||
private CacheHelper cacheHelper = new CacheHelper();
|
private CacheHelper cacheHelper = new CacheHelper();
|
||||||
|
|
|
@ -5,7 +5,7 @@ import org.junit.Test;
|
||||||
import org.springframework.context.support.ClassPathXmlApplicationContext;
|
import org.springframework.context.support.ClassPathXmlApplicationContext;
|
||||||
import org.springframework.core.env.ConfigurableEnvironment;
|
import org.springframework.core.env.ConfigurableEnvironment;
|
||||||
|
|
||||||
public class SpringProfilesWithXMLTest {
|
public class SpringProfilesWithXMLIntegrationTest {
|
||||||
|
|
||||||
private ClassPathXmlApplicationContext classPathXmlApplicationContext;
|
private ClassPathXmlApplicationContext classPathXmlApplicationContext;
|
||||||
|
|
Loading…
Reference in New Issue