Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pedroreys/fixie

Tags

v1.0.1

Toggle v1.0.1's commit message
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

Toggle v1.0.0.41's commit message
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

Toggle v1.0.0.39's commit message
Merge pull request fixie#133 from fixie/AppVeyorListener

Report test results to the AppVeyor Build Worker API.

v1.0.0.33

Toggle v1.0.0.33's commit message
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

Toggle v1.0.0.29's commit message
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

Toggle v1.0.0.27's commit message
Remove the Column parameter sample, now that that feature is better e…

…xhibited by the MbUnit style sample.

v1.0.0.21

Toggle v1.0.0.21's commit message
Merge pull request fixie#111 from fixie/ReportSkippedTestsInTestExplorer

Report skipped tests in Test Explorer

v1.0.0.18

Toggle v1.0.0.18's commit message

v1.0.0.15

Toggle v1.0.0.15's commit message
Remove redundant output from build script.

v1.0.0.11

Toggle v1.0.0.11's commit message
Merge pull request fixie#89 from fixie/visual-studio-runner-line-numbers

Report Test Method Line Numbers to Visual Studio Test Adapter