BAEL-3832: renamed the unit test case as per the naming convention
This commit is contained in:
parent
abd5eaf300
commit
5ad0170cb6
|
@ -24,7 +24,7 @@ import com.baeldung.ioccontainer.bean.CustomBeanFactoryPostProcessor;
|
|||
import com.baeldung.ioccontainer.bean.CustomBeanPostProcessor;
|
||||
import com.baeldung.ioccontainer.bean.Student;
|
||||
|
||||
public class IOCContainerAppTest {
|
||||
public class IOCContainerAppUnitTest {
|
||||
|
||||
private LogAppender logAppender;
|
||||
private List<LoggingEvent> loggingEvents;
|
Loading…
Reference in New Issue