| Change Set |
Date |
Downloads |
Comment |
33927
by
BradWilson
|
Fri at
11:38 PM
|
4 |
Added Ctrl+A to search box, assemblies box, and test list box. The UI can be manipulated (in particular, refined) while tests are running without crashing. Diabled unload/reload menu items while tests are running. Fixed an insidious bug in the progress control which only manifests when your test count > the pixel width of the progress control. |
33926
by
BradWilson
|
Fri at
10:29 PM
|
0 |
Added right click to assemblies to allow unload and reload |
33925
by
BradWilson
|
Fri at
10:04 PM
|
0 |
Asynchronously updating UI for the win. Oh, plus a counter! |
33922
by
BradWilson
|
Fri at
6:19 PM
|
0 |
Re-enabled TD.NET tests in xunit.tests.msbuild |
33921
by
BradWilson
|
Fri at
6:17 PM
|
0 |
Re-enabled TestDriven.net tests using real TestDriven.Framework.dll |
33920
by
BradWilson
|
Fri at
6:05 PM
|
0 |
Updated ObjectModel so that last run status is contained within the TestMethod class. Simplified ITestMethodRunnerCallback by removing TestPassed, TestFailed, and TestSkipped (now just check the last run status in TestFinished). Updated the GUI to use the new API. Moved SkipReason out of TestMethod, and put it into TestSkippedReason instead. Tests which have a skip reason now automatically start being marked as skipped. |
33919
by
BradWilson
|
Fri at
4:29 PM
|
0 |
Converted TestClassTests to Moq. Renamed PassedResultAcceptance to PassedResultAcceptanceTests. |
33918
by
jimnewkirk
|
Fri at
4:10 PM
|
1 |
Removed StubLogger, replaced with Moq |
33797
by
BradWilson
|
Jun 29 at
5:28 AM
|
13 |
Added XML doc comments to the new Object Model classes. |
33790
by
BradWilson
|
Jun 28 at
12:01 AM
|
0 |
Removed presenter. Wired UI directly up to new Object Model. Added tests for RecentlyUsedAssemblyList. |
33789
by
BradWilson
|
Jun 27 at
10:02 PM
|
2 |
Finished up first pass at ObjectModel |
33557
by
BradWilson
|
Jun 21 at
8:31 PM
|
8 |
About 75% finished with TestObjectModel. Moved IDisposable requirement from ExecutorWrapper to IExecutorWrapper. Some slight project layout rearrangements. All tests projects (except MSBuild) target 3.5, so the tests can use things like LINQ. |
32570
by
BradWilson
|
Jun 6 at
7:14 PM
|
26 |
Added StackFrameTransformer, which should help Visual Studio Express users or those who use External Tools to run the console runner. Stack frames should now resemble compiler output. |
32566
by
BradWilson
|
Jun 6 at
6:17 AM
|
16 |
Cleaned up unit test source files (references & formatting) |
32222
by
BradWilson
|
May 30 at
11:07 PM
|
28 |
Fix for issue #7420 |
32221
by
BradWilson
|
May 30 at
10:28 PM
|
8 |
Renamed "tests" to "methods" in the GUI |
32220
by
BradWilson
|
May 30 at
9:56 PM
|
10 |
Fix for issue #7788. Has several breaking changes to Sdk classes (see the forums for more details). |
32218
by
jimnewkirk
|
May 30 at
7:07 PM
|
27 |
Modified the result icons |
32039
by
BradWilson
|
May 25 at
7:15 PM
|
37 |
Updated Samples to build 1416 |
32038
by
BradWilson
|
May 25 at
7:08 PM
|
15 |
Updated version number to 1.4.9 |
32017
by
BradWilson
|
May 25 at
9:40 AM
|
14 |
Cleanup for CTP 1 |
32015
by
BradWilson
|
May 25 at
7:12 AM
|
12 |
Fix for issue #7807. Updated icons. GUI runner now using display name from issue #7807 resolution. GUI close request crashing issue fixed. |
31976
by
BradWilson
|
May 24 at
1:00 AM
|
17 |
Added search. Rearranged UI. |
31975
by
BradWilson
|
May 23 at
11:48 PM
|
16 |
Added test runner for test.xunit.gui.dll to MSBuild project |
31974
by
BradWilson
|
May 23 at
11:44 PM
|
13 |
Swapped test list and refinements lists |