Skip to content

Instantly share code, notes, and snippets.

@plioi
Last active December 24, 2015 18:58
Show Gist options
  • Select an option

  • Save plioi/6846310 to your computer and use it in GitHub Desktop.

Select an option

Save plioi/6846310 to your computer and use it in GitHub Desktop.
------ Test started: Assembly: AutoFixtureDemo.dll ------
TestWithNoParameters
Test 'ParameterizedTests.TestWithTrivialParameters' failed: System.Reflection.TargetParameterCountException
Parameter count mismatch.
at System.Reflection.RuntimeMethodInfo.InvokeArgumentsCheck(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Fixie.Case.Execute(Object instance)
Test 'ParameterizedTests.TestWithInterestingParameters' failed: System.Reflection.TargetParameterCountException
Parameter count mismatch.
at System.Reflection.RuntimeMethodInfo.InvokeArgumentsCheck(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Fixie.Case.Execute(Object instance)
1 passed, 2 failed, 0 skipped, took 0.25 seconds (Fixie 0.0.1.98).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment