|
@ -3,6 +3,9 @@ package de.hs_fulda.ciip.projjpn; |
|
|
import junit.framework.TestCase; |
|
|
import junit.framework.TestCase; |
|
|
|
|
|
|
|
|
public class UserTest extends TestCase { |
|
|
public class UserTest extends TestCase { |
|
|
|
|
|
/** |
|
|
|
|
|
* Create User with a valid Birthday and check whether it worked as intended. |
|
|
|
|
|
*/ |
|
|
public void test_initAndGetBirthdayOfUser() { |
|
|
public void test_initAndGetBirthdayOfUser() { |
|
|
// Given |
|
|
// Given |
|
|
Customers customers = new Customers(); |
|
|
Customers customers = new Customers(); |
|
|