| Package | Description | 
|---|---|
| general | |
| gui | |
| model.assignment | |
| model.definition | |
| model.type | |
| printer | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StreamScanParsePrintIdentityTest.generalTest1()
TestCases for a stream s. 
 | 
void | 
StreamScanParsePrintIdentityTest.generalTest2()
TestCases for a stream s. 
 | 
void | 
StreamScanParsePrintIdentityTest.generalTest3()
TestCases for a stream s. 
 | 
void | 
StreamScanParsePrintIdentityTest.generalTest4()
TestCases for a stream s. 
 | 
void | 
StreamScanParsePrintIdentityTest.generalTest5()
TestCases for a stream s. 
 | 
private void | 
StreamScanParsePrintIdentityTest.testOp(java.lang.String inputType,
      java.lang.String inputDefinition,
      java.lang.String inputAssignment,
      java.lang.String inputPackageDescription)
The input gets scanned, parsed and printed and is compared to the result. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
MainController.save(AssignmentFile assignFile,
    java.lang.String path)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
AssignmentFile.print(java.lang.String pathToPrint)
Prints an AssignmentFile containing the VariableAssignments and Comments. 
 | 
void | 
AssignmentFileTest.printTest1()
Check operation print(), it is called in this test case. 
 | 
void | 
AssignmentFileTest.printTest10()
Check operation print(), it is called in this test case. 
 | 
void | 
AssignmentFileTest.printTest11()
Check operation print(), it is called in this test case. 
 | 
void | 
AssignmentFileTest.printTest12()
Check operation print(), it is called in this test case. 
 | 
void | 
AssignmentFileTest.printTest2()
Check operation print(), it is called in this test case. 
 | 
void | 
AssignmentFileTest.printTest3()
Check operation print(), it is called in this test case. 
 | 
void | 
AssignmentFileTest.printTest4()
Check operation print(), it is called in this test case. 
 | 
void | 
AssignmentFileTest.printTest5()
Check operation print(), it is called in this test case. 
 | 
void | 
AssignmentFileTest.printTest6()
Check operation print(), it is called in this test case. 
 | 
void | 
AssignmentFileTest.printTest7()
Check operation print(), it is called in this test case. 
 | 
void | 
AssignmentFileTest.printTest8()
Check operation print(), it is called in this test case. 
 | 
void | 
AssignmentFileTest.printTest9()
Check operation print(), it is called in this test case. 
 | 
private void | 
AssignmentFile.printTheLinesToFile(java.lang.String pathToPrint,
                   java.lang.StringBuffer stringBuffer)
The only one method, that real prints lines into the file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
DefinitionFile.print(java.lang.String pathToPrint)
Prints a DefinitionFile containing the VariableDefinitions and Comments. 
 | 
void | 
DefinitionFileTest.printTest1()
Check operation print(), it is called in this test case. 
 | 
void | 
DefinitionFileTest.printTest2()
Check operation print(), it is called in this test case. 
 | 
void | 
DefinitionFileTest.printTest3()
Check operation print(), it is called in this test case. 
 | 
void | 
DefinitionFileTest.printTest4()
Check operation print(), it is called in this test case. 
 | 
void | 
DefinitionFileTest.printTest5()
Check operation print(), it is called in this test case. 
 | 
void | 
DefinitionFileTest.printTest6()
Check operation print(), it is called in this test case. 
 | 
void | 
DefinitionFileTest.printTest7()
Check operation print(), it is called in this test case. 
 | 
void | 
DefinitionFileTest.printTest8()
Check operation print(), it is called in this test case. 
 | 
void | 
DefinitionFileTest.printTest9()
Check operation print(), it is called in this test case. 
 | 
private void | 
DefinitionFile.printTheLinesToFile(java.lang.String pathToPrint,
                   java.lang.StringBuffer stringBuffer)
The only one method, that real prints lines into the file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
TypeFile.print(java.lang.String pathToPrint)
Prints an TypeFile containing the VariableTypes and Comments. 
 | 
void | 
TypeFileTest.printTest1()
Check operation print(), it is called in this test case. 
 | 
void | 
TypeFileTest.printTest2()
Check operation print(), it is called in this test case. 
 | 
void | 
TypeFileTest.printTest3()
Check operation print(), it is called in this test case. 
 | 
void | 
TypeFileTest.printTest4()
Check operation print(), it is called in this test case. 
 | 
void | 
TypeFileTest.printTest5()
Check operation print(), it is called in this test case. 
 | 
void | 
TypeFileTest.printTest6()
Check operation print(), it is called in this test case. 
 | 
void | 
TypeFileTest.printTest7()
Check operation print(), it is called in this test case. 
 | 
private void | 
TypeFile.printTheLinesToFile(java.lang.String pathToPrint,
                   java.lang.StringBuffer stringBuffer)
The only one method, that real prints lines into the file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
PrintHelper.printAndRead(AssignmentFile toPrint,
            java.lang.String expectedString,
            java.lang.String packageName)
Prints the given object, reads the result and checks if and only if the result is equals the
 given String expectedString. 
 | 
static boolean | 
PrintHelper.printAndRead(DefinitionFile toPrint,
            java.lang.String expectedString,
            java.lang.String packageName)
Prints the given object, reads the result and checks if and only if the result is equals the
 given String expectedString. 
 | 
static boolean | 
PrintHelper.printAndRead(TypeFile toPrint,
            java.lang.String expectedString,
            java.lang.String packageName)
Prints the given object, reads the result and checks if and only if the result is equals the
 given String expectedString. 
 | 
void | 
FilePrinterTest.testFile001()
Test to print a whole file. 
 | 
void | 
FilePrinterTest.testFile002()
Test to print a whole file. 
 | 
void | 
FilePrinterTest.testFile003()
Test to print a whole file. 
 |