We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa774d commit d5f7cb4Copy full SHA for d5f7cb4
.gitignore
@@ -11,4 +11,9 @@ target
11
.idea
12
*.iml
13
*.swp
14
-datanucleus.log
+datanucleus.log
15
+/bin/
16
17
18
+
19
+data-mapper/src/main/resources/log4j.xml
data-mapper/src/test/java/com/iluwatar/datamapper/StudentTest.java
@@ -28,7 +28,8 @@ public final class StudentTest {
28
/**
29
* This API tests the equality behaviour of Student object
30
* Object Equality should work as per logic defined in equals method
31
- * @throws Exception
+ *
32
+ * @throws Exception if any execution error during test
33
*/
34
public void testEquality() throws Exception {
35
0 commit comments