Class TestNoteDatasource

    • Constructor Detail

      • TestNoteDatasource

        public TestNoteDatasource()
    • Method Detail

      • authenticateUser

        public void authenticateUser()
                              throws Exception
        Required in order to have the CSRF token available
        Throws:
        Exception
      • testFetchNotes

        public void testFetchNotes()
                            throws Exception
        Test to fetch values from NoteDataSource. At first a note is added by a user. After that the organization of the note is changed and this test tests if it is possible to do the fetch and delete the note.
        Throws:
        Exception