Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can also make a unit test project that works in Delta Shell. To do so, install the DeltaShell.TestProject package into your test project. Take notice of the Default Project in the Package Manager Console, because you want the DeltaShell.TestProject to be in your test project and not in your application plugin project. The package sets the output directory of your project to $(SolutionDir)\bin\$(Configuration)

The test project also adds some extra lines to App.config.These lines make sure that your unit test can find the framework and the plugins.

...