Stylet/StyletUnitTests
Antony Male a39bcfbadb Use Dispatcher instead of SynchronizationContext for synchronization.
It looks like the SynchronizationContext can now change on the same thread
(see http://msdn.microsoft.com/en-us/library/system.windows.basecompatibilitypreferences.reusedispatchersynchronizationcontextinstance%28v=vs.110%29.aspx)
meaning that we can no longer do a reference comparison between SynchronizationContext.Current
and the captured SynchronizationConext to check whether a dispatch is required.
It turns out we shouldn't have been doing this anyway.... So switch to using a Dispatcher,
which does support this stuff.

Additionally, Execute now uses an IDispatcher, which means the implementation can be switched
again in the future. It also makes unit testing easier....
2014-05-09 15:46:03 +01:00
..
Properties Change copyright from Sagentia -> Antony Male 2014-03-23 15:08:04 +00:00
StyletIoC Push code coverage up to 98.7%, including integration tests 2014-05-09 14:40:40 +01:00
ActionExtensionTests.cs Fix some namespacing issues 2014-05-06 12:38:38 +01:00
AssemblySourceTests.cs Improve test coverage slightly 2014-05-06 13:11:51 +01:00
BindableCollectionTests.cs Improve test coverage slightly 2014-05-06 13:11:51 +01:00
BoolToVisibilityConverterTests.cs Add more unit tests 2014-05-07 13:20:36 +01:00
CommandActionTests.cs Add tests for CommandAction and EventAction 2014-05-09 13:59:38 +01:00
ConductorAllActiveTests.cs Improve unit test code coverage some more 2014-05-06 17:42:55 +01:00
ConductorNavigatingTests.cs Improve unit test code coverage some more 2014-05-06 17:42:55 +01:00
ConductorOneActiveTests.cs Improve unit test code coverage some more 2014-05-06 17:42:55 +01:00
ConductorTests.cs Improve unit test code coverage some more 2014-05-06 17:42:55 +01:00
DebugConverterTests.cs More unit tests, more code coverage 2014-05-07 17:48:00 +01:00
EventActionTests.cs Add tests for CommandAction and EventAction 2014-05-09 13:59:38 +01:00
EventAggregatorTests.cs Improve unit test code coverage some more 2014-05-06 17:42:55 +01:00
ExecuteTests.cs Use Dispatcher instead of SynchronizationContext for synchronization. 2014-05-09 15:46:03 +01:00
ExpressionExtensionsTests.cs Improve unit test code coverage some more 2014-05-06 17:42:55 +01:00
IoCTests.cs Improve unit test code coverage some more 2014-05-06 17:42:55 +01:00
LabelledValueTests.cs Improve unit test code coverage further 2014-05-07 08:37:48 +01:00
LambdaComparerTests.cs Improve unit test code coverage further 2014-05-07 08:37:48 +01:00
PropertyChangedBaseTests.cs Fix tests involving changes to Execute 2014-04-24 12:58:09 +01:00
PropertyChangedExtensionsTests.cs Fix tests involving changes to Execute 2014-04-24 12:58:09 +01:00
ScreenExtensionTests.cs Add more unit tests 2014-05-07 13:20:36 +01:00
ScreenTests.cs Rename IValidatorAdapter back to IModelValidator, as the latter is more description of its end use 2014-05-08 13:52:53 +01:00
StyletUnitTests.csproj Add tests for CommandAction and EventAction 2014-05-09 13:59:38 +01:00
ValidatingModelBaseTests.cs Add test code coverage for ValidatingModelBase 2014-05-08 17:37:33 +01:00
ViewManagerTests.cs Add more unit tests 2014-05-07 13:20:36 +01:00
ViewTests.cs Add more unit tests 2014-05-07 13:20:36 +01:00
WindowManagerTests.cs Document ViewManager a bit 2014-04-10 13:14:17 +01:00
packages.config Fix some rakefile issues 2014-05-06 18:30:04 +01:00