Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |