public class ProfileTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Profile |
profile |
(package private) java.lang.String |
profileID |
(package private) java.nio.file.Path |
testFile1 |
(package private) java.nio.file.Path |
testFile2 |
(package private) AbstractModule |
testModule1 |
(package private) AbstractModule |
testModule2 |
(package private) Part |
testPart1 |
(package private) Part |
testPart2 |
Constructor and Description |
---|
ProfileTest() |
Modifier and Type | Method and Description |
---|---|
void |
addRemoveAllModulesTest() |
void |
addRemoveAllPartsTest() |
void |
addRemoveModuleTest() |
void |
addRemovePartTest() |
void |
deleteMetadataTest() |
void |
getPartsFromDirectoryAndPathsTest() |
void |
saveLoadTest() |
void |
setNameTest() |
void |
setUp() |
void |
tearDown() |
java.lang.String profileID
Profile profile
java.nio.file.Path testFile1
java.nio.file.Path testFile2
Part testPart1
Part testPart2
AbstractModule testModule1
AbstractModule testModule2
public void setUp()
public void tearDown()
public void setNameTest()
public void saveLoadTest()
public void addRemoveModuleTest()
public void addRemovePartTest()
public void addRemoveAllModulesTest()
public void addRemoveAllPartsTest()
public void getPartsFromDirectoryAndPathsTest()
public void deleteMetadataTest()