public class TestUser
extends java.lang.Object
Constructor and Description |
---|
TestUser() |
Modifier and Type | Method and Description |
---|---|
void |
setUp()
Create Users for testing
|
static void |
setUpBeforeClass() |
void |
tearDown()
Set Users to null after testing is complete
|
static void |
tearDownAfterClass() |
void |
testUserCreation()
Test for a successful creation of a user
|
public static void setUpBeforeClass() throws java.lang.Exception
java.lang.Exception
public static void tearDownAfterClass() throws java.lang.Exception
java.lang.Exception
public void setUp() throws java.lang.Exception
java.lang.Exception
public void tearDown() throws java.lang.Exception
java.lang.Exception
public void testUserCreation()