Browse Source

Added: Javadoc for UserTest test_initAndGetBirthdayOfUser()

feature-pr/shop
Maxim Volkov 2 years ago
parent
commit
04dd0a90b2
  1. 3
      projjpn/src/test/java/de/hs_fulda/ciip/projjpn/UserTest.java

3
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();

Loading…
Cancel
Save