-
-
Save plioi/6846310 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------ 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