public class UserProfileUnitTest
extends java.lang.Object
| Constructor and Description |
|---|
UserProfileUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkEmailChange()
US 03.02.01
As a user, I want to edit the contact information in my profile.
|
void |
checkNumberChange() |
void |
setUp() |
void |
testChangeInfo()
US 03.03.01
As a user, I want to, when a username is presented for a thing, retrieve and show its contact information.
|
void |
testProfileCreation()
US 03.01.01
As a user, I want a profile with a unique username and my contact information.
|
public void setUp()
public void testProfileCreation()
public void checkEmailChange()
public void checkNumberChange()
public void testChangeInfo()