i am trying to create a unit test using SpringJUnit4ClassRunner but everytime i execute the test it says it cannot find SpringJUnit4ClassRunner using mvn install.
FYI, Add this in your pom.xml
org.springframework.boot spring-boot-starter-test test