Package cvut.fel.controller
Class LibraryControllerTest
java.lang.Object
cvut.fel.controller.BaseControllerTestRunner
cvut.fel.controller.LibraryControllerTest
@ExtendWith(org.mockito.junit.jupiter.MockitoExtension.class) public class LibraryControllerTest extends BaseControllerTestRunner
-
Constructor Summary
Constructors Constructor Description LibraryControllerTest()
-
Method Summary
Modifier and Type Method Description void
addBookToLibrary()
void
getByIdReturnsMatchingLibrary()
-
Constructor Details
-
LibraryControllerTest
public LibraryControllerTest()
-
-
Method Details
-
getByIdReturnsMatchingLibrary
public void getByIdReturnsMatchingLibrary() throws java.lang.Exception- Throws:
java.lang.Exception
-
addBookToLibrary
public void addBookToLibrary() throws java.lang.Exception- Throws:
java.lang.Exception
-