fitSharp
Getting Started
To test .NET applications with Slim, we need to add the .NET Slim server provided by fitSharp. Here's how we do that:
!define TEST_SYSTEM {slim}
!path c:\myfolder\mytest.dll
!define COMMAND_PATTERN {%m -r fitSharp.Slim.Service.Runner %p}
!define TEST_RUNNER {c:\apps\fitSharp\Runner.exe}
!path classes
!path fitnesse.jar
!path fitlibrary.jar
<?xml version="1.0" encoding="utf-8" ?>
<suiteConfig>
  <ApplicationUnderTest>
    <addNamespace>My.Namespace</addNamespace>
  </ApplicationUnderTest>
</suiteConfig>
Copyright © 2018 Syterra Software Inc. All rights reserved.