I am trying to create test suites with JUnit5. I created runner for my tests
@RunWith(JUnitPlatform.class) @SelectClasses(UserAPITest.class) public class User