@RunWith(SpringRunner.class)
@SpringBootTest
public class UmuUserTest {
@Autowired
private Service Service;
@Test
public void user() throws Exception{
UserService.storageDatabase(Users);
}
}
@RunWith(SpringRunner.class)
@SpringBootTest
public class UmuUserTest {
@Autowired
private Service Service;
@Test
public void user() throws Exception{
UserService.storageDatabase(Users);
}
}