Test suites for emulator developers.
This repository contains various emulator test suites from around the web and packages them up in a C# library to make them easier to run.
The code has not yet reached version 1.0 and should be treated as an alpha release.
To use the test suites, you will need to:
- Install the relevant NuGet package.
- Implement a test harness class. Each class of tests has an abstract test harness class that it uses to interact with emulators. You will need to create a subclass that wraps your emulator.
- Create unit tests for the test suites you want to run. These can be in the framework of your choosing and will be simple calls to the TestSuite class.
Check the documentation for details of the test harnesses and example unit test code.
I'm not accepting pull requests at the current time; I want to get the project to version 1.0 first.
Feel free to raise issues for bugs or suggestions; I expect there to be bugs or API design problems I've overlooked that will be revealed when other people start using the tests.
Licensed under GPL v3.0. Licence information for the original project behind each test suite can be found on the relevant page and in source control.