docs: data mapper docs (#2900)

This commit is contained in:
Ilkka Seppälä
2024-04-07 13:59:26 +03:00
committed by GitHub
parent ea55eb4e58
commit 39acd1d0fb
6 changed files with 111 additions and 140 deletions
@@ -36,7 +36,6 @@ final class AppTest {
/**
* Issue: Add at least one assertion to this test case.
*
* Solution: Inserted assertion to check whether the execution of the main method in {@link App#main(String[])}
* throws an exception.
*/
@@ -41,7 +41,7 @@ final class StudentTest {
* @throws Exception if any execution error during test
*/
@Test
void testEquality() throws Exception {
void testEquality() {
/* Create some students */
final var firstStudent = new Student(1, "Adam", 'A');