Package com.studentgui.test
Class DatabaseEdgeCasesTest
java.lang.Object
com.studentgui.test.DatabaseEdgeCasesTest
Tests database edge cases such as duplicate student names, idempotent
initialization, and persistence of session notes.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DatabaseEdgeCasesTest
public DatabaseEdgeCasesTest()
-
-
Method Details
-
init
- Throws:
Exception
-
duplicateStudentNamesReturnSameId
- Throws:
Exception
-
ensureAssessmentPartsIsIdempotentAndIgnoresUnknownPartsOnInsert
@Test public void ensureAssessmentPartsIsIdempotentAndIgnoresUnknownPartsOnInsert() throws Exception- Throws:
Exception
-
saveSessionNotesPersistsNotes
- Throws:
Exception
-