tcunit / ExampleProjects

Example projects to demonstrate the TwinCAT unit testing framework TcUnit
13 stars 8 forks source link

Create example project of how to run tests in sequence #2

Closed sagatowski closed 3 years ago

sagatowski commented 3 years ago

Both the existing projects (SimpleExampleProject and AdvancedExampleProject) are running the test suites and tests in parallel. Create a project that shows how tests can be run in sequence (available from TcUnit 1.2.0.0).

sagatowski commented 3 years ago

Solved.