Bug 424373 - Re-design test suite
Summary: Re-design test suite
Status: NEW
Alias: None
Product: EMFT.Henshin
Classification: Modeling
Component: Core (show other bugs)
Version: 0.9.10   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-18 15:20 EST by Christian Krause CLA
Modified: 2013-12-18 15:20 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Krause CLA 2013-12-18 15:20:22 EST
The current test API does not really fit to the interpreter API. This should be re-designed.

Also, the tests themselves should be defined in a more generic way. E.g. I/O Tests: they consist of an input graph, an output graph, and a main unit. The input / output graphs are just defined as rules. The test component will then apply the main unit to the input and compare the result to the output.