Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-21 | Added test case base template and improved transformer helper template | Adrian Kummerländer | |
* test case base template contains the basic test case markup ** it was mostly created to include include-path resolution into the test cases * improved transformer helper template by separating the external function call into its own variable | |||
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 |