Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-09 | Added default target file and path parameters | Adrian Kummerländer | |
* the transformation is now provided with default parameters such as the target file and its parent directory * added appropriate test case ** default_params * test frontend now doesn't provide a "test" parameter anymore * extracted parameter setter into separate member method "setParameters" of TransformationFacade | |||
2014-05-08 | Implemented black-box test cases | Adrian Kummerländer | |
* the directories below "./test" contain test cases ** "transformation.xsl" and the expected result as "reference.xml" ** tests are performed by "check.sh" *** returns diff on error * this system enables simple verification of external function results ** way simpler than C++ unit tests would be in this scenario * expanded cmake instructions to automatically execute the test cases * old example transformation was removed |