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