lab-2 testing is finally working!!!
This commit is contained in:
parent
d8403015f7
commit
e5fb124f32
@ -14,7 +14,7 @@ import com.ip.library.authors.service.AuthorService;
|
||||
|
||||
@SpringBootTest
|
||||
@TestMethodOrder(OrderAnnotation.class)
|
||||
class AuthorServiceTests {
|
||||
class AuthorsTests {
|
||||
@Autowired
|
||||
private AuthorService authorService;
|
||||
|
||||
|
@ -14,7 +14,7 @@ import com.ip.library.types.service.TypeService;
|
||||
|
||||
@SpringBootTest
|
||||
@TestMethodOrder(OrderAnnotation.class)
|
||||
class TypeServiceTests {
|
||||
class TypesTests {
|
||||
@Autowired
|
||||
private TypeService typeService;
|
||||
|
||||
|
@ -23,7 +23,7 @@ import com.ip.library.users.service.UserService;
|
||||
|
||||
@SpringBootTest
|
||||
@TestMethodOrder(OrderAnnotation.class)
|
||||
class UserServiceTests {
|
||||
class UsersTests {
|
||||
@Autowired
|
||||
private BookService bookService;
|
||||
@Autowired
|
||||
|
Loading…
Reference in New Issue
Block a user