viatra / EMF-IncQuery

This repository is only kept for historic reasons. All development happens on eclipse.org
http://eclipse.org/viatra
13 stars 4 forks source link

Match set metamodel for storing result snapshots #163

Closed bergmanngabor closed 12 years ago

bergmanngabor commented 12 years ago

Title says it all

bergmanngabor commented 12 years ago

@abelhegedus here you go!

abelhegedus commented 12 years ago

The match set recording is partially integrated into the prototype of the testing framework.

The TestExecutor class already includes a method for turning matcher match sets into match set records, but it may be moved to a utility class since a developer extension to the Query Explorer will need it to save match sets into file (e.g. for aiding test case specification). Also, it will also probably become an API for clients to persist match sets from code.

Remaining issues:

abelhegedus commented 12 years ago

The snapshot storing and handling is ready.