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 abd5eaf300
commit 5ad0170cb6
1 changed files with 1 additions and 1 deletions

View File

@ -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;