Class SecurityControllerTest


  • @SpringBootTest
    @AutoConfigureMockMvc
    @ActiveProfiles("test1")
    public class SecurityControllerTest
    extends java.lang.Object
    • Constructor Detail

      • SecurityControllerTest

        public SecurityControllerTest()
    • Method Detail

      • setup

        @BeforeEach
        public void setup()
      • tearDown

        @AfterEach
        public void tearDown()
      • login_UserDoesNotExist_StatusUnAuthorized

        @Test
        public void login_UserDoesNotExist_StatusUnAuthorized()
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • registration_CorrectFormat_StatusCreated

        @Test
        public void registration_CorrectFormat_StatusCreated()
                                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • login_CorrectFormat_StatusOk

        @Test
        public void login_CorrectFormat_StatusOk()
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception