Public Member Functions | |
FaultStateTest (String str) | |
void | testEmptyConstructor () throws Exception |
void | testConstructor () throws Exception |
void | testDescriptor () throws Exception |
Protected Member Functions | |
void | setUp () throws Exception |
void | tearDown () |
Package Attributes | |
String | FF |
String | FM |
int | FC |
String | descriptor |
|
|
|
This execute for each test and we want to have a cache with some logs
|
|
|
|
Check the FS created with the non-empty constructor 1. Build a FS with a FM, FS, FC 2. Check the value of FM, FS, FC
|
|
Check the descriptor 1. Create a FS 2. Assign a value to the descriptor 3. Check the value of the descriptor
|
|
Test the empty constructor. 1. Build a FS with the empty constructor 2. Assign FF, FM, FC 3. Check the value of FM, FS, FC
|
|
|
|
|
|
|
|
|