当在DoFixture中使用SUT来探索其行为时,第一次调用固定方法成功,但在调用SUT-方法之后失败:public class ConfigurationCharacterization : fitlibrary.DoFixture ConfigurationDelegator cd = new ConfigurationDelegator(); { }
public int AmountOf
我安装了一个干净版本的Fitnesse (v20121220)和最新版本的FitSharp (.net 4)。() at fitSharp.Machine.Application.Shell.RunInCurrentDomain(IList`1 commandLineArguments)
at fitSharp.Machine.Application.Shell.RunInNewDomain(AppDomain
(String assemblyPath) at fitSharp.Machine.Application.Shell.Execute()
at fitSharp.Machine.Application.Shell.Run(IList在fitnesse的根目录中定义了FitSharp运行器,我们将fitsharp放在fitnesse内的
来设置脚本表中的值,如下所示:|$SalesCubeID=|echo|1|Method echo not found in fitSharp.Slim.Operators.InvokeInstructionBase+NullInstance
要在FitSharp中使用echoFixture,我需要做什么?