summaryrefslogtreecommitdiff
path: root/odcsim-engine-omega/src/test/kotlin/com/atlarge/odcsim/engine
AgeCommit message (Collapse)Author
2019-05-13test: Move implementation test suite into separate packageFabian Mastenbroek
This change moves the implementation conformance test suite from the test sources of `odcsim-core` to a new `odcsim-engine-tests` module in order to simplify Gradle configuration.
2019-05-06test: Create initial test suite for APIFabian Mastenbroek
This change creates the initial conformance test suite for the API design and tries to specify most of the requirements and assumptions made for implementors.