Skip to content

Tags: rupreck/fixie

Tags

v1.0.1

When a test case has declared input parameters, yet no parameters hav…

…e been generated by any ParameterSource, fail the test case with a clear error message rather than waiting for a subsequent misleading exception.

v1.0.0.41

Like other kinds of behaviors, skip behaviors can be specified in con…

…ventions via lambda expressions, class instances, or by class type names.

v1.0.0.39

Merge pull request fixie#133 from fixie/AppVeyorListener

Report test results to the AppVeyor Build Worker API.

v1.0.0.33

Report Fixie Skipped status as Visual Studio Skipped status. Although…

… this is less than ideal in the VS Test Explorer UI, Visual Studio Online mistakenly treats the None status as a build failure.

v1.0.0.29

Merge pull request fixie#118 from fixie/UpgradeNUnitReportSchema

Upgrade NUnit XML report support to meet the requirements of the NUnit 2.6.4 XSD.  Fixes fixie#75 and fixes fixie#117.

v1.0.0.27

Remove the Column parameter sample, now that that feature is better e…

…xhibited by the MbUnit style sample.

v1.0.0.21

Merge pull request fixie#111 from fixie/ReportSkippedTestsInTestExplorer

Report skipped tests in Test Explorer

v1.0.0.18

v1.0.0.15

Remove redundant output from build script.

v1.0.0.11

Merge pull request fixie#89 from fixie/visual-studio-runner-line-numbers

Report Test Method Line Numbers to Visual Studio Test Adapter