There is a really cool UI to write Unit tests that is broken in 5.5
You can access it via the 'Write Scripts ' menu
And it looks like this when loaded:
What should happen (but it is not at the moment), is that the right-hand-side panel should update on every code compilation, and auto execute the tests (or execute them on demand)
There is a really cool UI to write Unit tests that is broken in 5.5
You can access it via the 'Write Scripts ' menu
And it looks like this when loaded:
What should happen (but it is not at the moment), is that the right-hand-side panel should update on every code compilation, and auto execute the tests (or execute them on demand)
Here is the script that powers that UI Write and Execute Unit Tests.h2
Note: on the topic of NUnit support and APIs, also take a look at https://github.com/o2platform/O2.Platform.Scripts/tree/master/APIs/NUnit and https://github.com/o2platform/FluentSharp/tree/master/FluentSharp.NUnit