Граф коммитов

350 Коммитов

Автор SHA1 Сообщение Дата
Brad Wilson ce1014c92b Update XunitFrontController.Run to discover test cases if you pass a null test case list. 2014-01-18 16:02:02 -08:00
Brad Wilson f016b139bd Re-enable support for generic theories. 2014-01-18 14:59:14 -08:00
Brad Wilson e14fb31330 Add support for Trait attributes on classes in addition to methods. 2014-01-18 12:49:03 -08:00
Brad Wilson 850585a8a2 Update copyrights to 2014. 2014-01-18 11:59:24 -08:00
Brad Wilson 434376c7a7 Missing '-xml' from the console runner help. 2014-01-18 11:57:52 -08:00
Brad Wilson 9ad2a8ce1e Final cleanup of memory leak (in TD.NET runner). Remove parallel discovery in VS (DiaSession seems unhappy). 2014-01-18 11:44:44 -08:00
Brad Wilson 12269c1d6a #9879: Stop trying to run abstract classes. 2014-01-18 09:43:01 -08:00
Brad Wilson cc0516808a Obsolete on Assert.ReferenceEquals should talk about Assert.Same, not Assert.Equal. 2014-01-03 17:05:45 -08:00
Brad Wilson a268112356 Remove Thread.Sleep hack from VS runner for unloaded app domains. 2013-12-27 17:03:38 -08:00
Brad Wilson 77f1f70f0e Move to a mass-disconnection strategy via LongLivedMarshalByRefObject. 2013-12-27 15:22:43 -08:00
Brad Wilson b42ef0b334 Remove auto-disposal of messages. 2013-12-27 14:54:38 -08:00
Brad Wilson bef6b95836 Switch to MessageBus for all message dispatching. 2013-12-27 09:59:09 -08:00
Brad Wilson 5285e7909b Add strong-name signing to xunit2.assert.dll. 2013-12-20 20:09:47 -08:00
Brad Wilson cd6d951eea Rough pass at making the console runner fully functional. 2013-12-20 19:21:32 -08:00
Brad Wilson 29a0c97813 Moved tests for xunit2.assert into test.xunit2.assert. 2013-12-15 19:08:33 -08:00
Brad Wilson 6033bdf80b Restore accidentally deleted .nuspec file. 2013-12-07 17:14:11 -08:00
Brad Wilson 5791ee082e Skipping tests broken by the ongoing memory leak chasing effort. 2013-12-07 16:45:13 -08:00
Brad Wilson ab66afeb2a #9901 & #9903: Temporary (?) hack to (mostly) re-enable CodeLens and individually runnable tests via keyboard. 2013-12-07 15:46:51 -08:00
Brad Wilson 9514c8c20f #9910: Data driven tests showing long, not short result, in VS Test runner. 2013-12-07 14:38:11 -08:00
Brad Wilson d543f89f76 #9902: Handle xUnit.net v1 messages that don't some error elements (like timed out tests). 2013-12-07 14:12:24 -08:00
Brad Wilson 9bd110474e Added support for NuGet deployment of Visual Studio runner. 2013-12-07 13:13:31 -08:00
Brad Wilson 28462bf39b Made TestDiscoveryVisitor internal. 2013-12-07 13:13:13 -08:00
Brad Wilson 954652cb76 Rename xunit.runner.visualstudio.testrunner.dll to xunit.runner.visualstudio.testadapter.dll 2013-12-05 14:40:47 -08:00
Brad Wilson 2e9cb2591e Trying to reduce memory leaks. 2013-11-24 17:11:52 -08:00
Brad Wilson d7f129395d Pass through the Stopwatch so all diagnostic messages have timestamps. 2013-11-24 11:21:45 -08:00
Brad Wilson 7c3bce2bc6 Update Visual Studio runner to support v1 output and assembly parallelization. 2013-11-24 10:55:00 -08:00
Brad Wilson 25a4cec956 Code cleanup. 2013-11-24 09:02:23 -08:00
Brad Wilson 6f2cd56761 Add Output to ITestResultMessage and ITestFinished. Plumb v1 output into the messages. 2013-11-21 17:01:54 -08:00
Brad Wilson 02989f0f92 Separate assertion library from core unit test library. 2013-11-20 18:47:29 -08:00
Brad Wilson 8b3cd35297 Add settings property page for Visual Studio runner, and enabled parallelized assemblies. 2013-11-17 12:03:49 -08:00
Brad Wilson 91e6a836b7 Added xunit-release.xunit2. 2013-11-11 22:03:54 -08:00
Brad Wilson 92aa7de888 Enable builds for x86 console runner, and added console runner to xunit.runners NuGet package. 2013-11-11 21:54:10 -08:00
Brad Wilson 62d93db2b5 Add Ctrl+C handling to the console runner. 2013-11-11 21:35:27 -08:00
Brad Wilson 766343f5fd Added XML documentation. 2013-11-11 21:20:45 -08:00
Brad Wilson ec8397d96d Missed a broken test. 2013-11-09 17:54:46 -08:00
Brice Lambson f0f1b2c78b Pull request #5578: Add trait filtering to MSBuild runner. 2013-11-09 17:49:24 -08:00
Brad Wilson 8eebc74e5d Removed IMultiValueDictionary (was causing locking issues with xunit.abstractions.dll). 2013-11-09 17:36:31 -08:00
Brad Wilson 4fd1347fd8 #9895: Parsing of v1 XML decimal/int values should be done with invariant culture. 2013-11-09 09:48:21 -08:00
Brad Wilson 3cdad13430 Initial swag at getting the console runner to work. 2013-11-03 17:27:42 -08:00
Brad Wilson 1c873c37d5 Order MSBuild results by assembly name. 2013-11-03 16:36:10 -08:00
Brad Wilson 9249466a7c Update XunitProject to new format (and make Output a project-level setting, not an assembly-level setting). 2013-11-03 16:35:41 -08:00
Brad Wilson 9f9448cc1c Added XunitProject and friends to runner utility. 2013-11-03 16:08:28 -08:00
Brad Wilson 06175fcff2 Extracted out common XmlTestExecutionVisitor class from MSBuildVisitor. 2013-11-03 16:06:09 -08:00
Brad Wilson 4a82d33db2 Rename XunitDiscovererAttribute to TestCaseDiscovererAttribute. 2013-11-03 15:01:49 -08:00
Brad Wilson 9c0e9bb01e Convert traits from IDictionary<string, string> to IMultiValueDictionary<string, string> 2013-11-03 14:56:43 -08:00
Brad Wilson 00198b4e16 Performance: cache instances of fact discoverers. Add some more potentially useful warnings. 2013-11-03 13:24:47 -08:00
Brad Wilson 5701328f1e Removed xUnit.net v1 source. Renamed src2 -> src, test2 -> test. 2013-11-03 13:13:33 -08:00
Brad Wilson 8bd15b0084 Move DiaSession code to VisualStudioSourceInformationProvider. Update Visual Studio runner to support v1 and v2 tests. 2013-11-03 12:04:17 -08:00
Brad Wilson a8557c00dd Moved Assert.(Not)Same into IdentityAsserts and Assert.(Not)Null to NullAsserts. 2013-11-02 10:11:00 -07:00
Brad Wilson bd7f8a2460 Allow environmental overrides of processor counts for MSBuild. 2013-10-30 18:50:37 -07:00