summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Collapse)Author
2014-01-23Refactored Resource into a new ResourceLoader interface, which allowsAndrew Branson
CRISTAL processes in other enviroments with complex class loading (e.g. OSGi) to supply their own resource and class loader to the kernel and its modules. Fixes #149
2013-11-183.0-SNAPSHOT (Will be first open source version)Andrew Branson
New StateMachine desc IssueID #28
2013-07-29new lookup search method that uses a PropertyDescriptionList to findAndrew Branson
instances of an item description. Closes #114
2013-07-15Report time spent marshalling and unmarshalling.andrew
2013-06-27Removed CERN schema 'BreakApart' propertyAndrew Branson
2013-05-17Static schema loading method in Test Andrew Branson
2013-03-06Test properties file and memory cluster storage for testing.Andrew Branson
2013-02-28First unit tests, and their detected correction to theAndrew Branson
CompositeActivityDef schema.
2013-02-27Script testing and resulting fixesAndrew Branson