DoFixture Error: Attempting to Follow FitSharp Guide

I am trying to follow in the free e-book Test Driven.NET Development With FitNesse: Second Edition from http://gojko.net/fitnesse/book/

The HelloWorld example works fine, but the second example (p. 41) always fails:

fitSharp.Machine.Exception.TypeMissingException: Type 'DoFixture' not found in assemblies

In life, I cannot understand what is different that will make the second example unsuccessful.

Using VS2005

Can someone confirm / help?

thank

+3
source share
1 answer

OK, my mistake.

For the record: I forgot to make the instrument class public.

I would like to have better error tracing / debugging.

A "debug on error" link would solve this in an instant. Sigh.

+3
source

Source: https://habr.com/ru/post/1791344/


All Articles