diff --git a/projjpn/src/test/java/de/hs_fulda/ciip/projjpn/UserTest.java b/projjpn/src/test/java/de/hs_fulda/ciip/projjpn/UserTest.java index 419153e..5598b71 100644 --- a/projjpn/src/test/java/de/hs_fulda/ciip/projjpn/UserTest.java +++ b/projjpn/src/test/java/de/hs_fulda/ciip/projjpn/UserTest.java @@ -3,6 +3,9 @@ package de.hs_fulda.ciip.projjpn; import junit.framework.TestCase; public class UserTest extends TestCase { + /** + * Create User with a valid Birthday and check whether it worked as intended. + */ public void test_initAndGetBirthdayOfUser() { // Given Customers customers = new Customers();