BAEL-3832: renamed the unit test case as per the naming convention

This commit is contained in:
Vikas Ramsingh Rajput
2020-03-15 10:04:16 +03:00
parent 47b3a07821
commit b86bda6dba

View File

@@ -24,7 +24,7 @@ import com.baeldung.ioccontainer.bean.CustomBeanFactoryPostProcessor;
import com.baeldung.ioccontainer.bean.CustomBeanPostProcessor; import com.baeldung.ioccontainer.bean.CustomBeanPostProcessor;
import com.baeldung.ioccontainer.bean.Student; import com.baeldung.ioccontainer.bean.Student;
public class IOCContainerAppTest { public class IOCContainerAppUnitTest {
private LogAppender logAppender; private LogAppender logAppender;
private List<LoggingEvent> loggingEvents; private List<LoggingEvent> loggingEvents;