From 04dd0a90b219575a3d35031c1eafaca4aed59362 Mon Sep 17 00:00:00 2001 From: Maxim Volkov Date: Thu, 17 Feb 2022 22:38:10 +0100 Subject: [PATCH] Added: Javadoc for UserTest test_initAndGetBirthdayOfUser() --- projjpn/src/test/java/de/hs_fulda/ciip/projjpn/UserTest.java | 3 +++ 1 file changed, 3 insertions(+) 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();