fluentsharp / FluentSharp

Fluent API for the .NET Framework (used by the O2 Platform)
63 stars 18 forks source link

Fix the 'Write Unit Tests' UI #41

Open DinisCruz opened 9 years ago

DinisCruz commented 9 years ago

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

image

And it looks like this when loaded:

image

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