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