Stylet/StyletUnitTests
Antony Male 4a2c345bec Have different default PropertyChanged and CollectionChanged despatchers
This is because PropertyChanged events can be async - WPF handles the
marshalling. However if CollectionChanged events are async, then the
thing listening to the event can still be iterating the collection while
the user's editing it, leading to irritating little exceptions
2014-12-05 10:59:22 +00:00
..
Properties Change copyright from Sagentia -> Antony Male 2014-03-23 15:08:04 +00:00
StyletIoC Push unit test coverage up to 99.6% 2014-11-27 11:06:12 +00:00
ActionExtensionTests.cs Remove the IoC class in its entirety - it's not needed any more, and it's a bad idea 2014-11-30 14:23:56 +00:00
ApplicationLoaderTests.cs Add unit tests for ApplicationLoader, and fix Bootstrapper tests 2014-08-02 17:50:18 +01:00
BindableCollectionTests.cs Improve test coverage slightly 2014-05-06 13:11:51 +01:00
BoolToVisibilityConverterTests.cs Push unit test coverage up to 99.6% 2014-11-27 11:06:12 +00:00
BootstrapperBaseTests.cs Change some Bootstrapper methods to public, to avoid explicit interface implementation 2014-12-02 15:20:16 +00:00
BootstrapperTests.cs Change some Bootstrapper methods to public, to avoid explicit interface implementation 2014-12-02 15:20:16 +00:00
CommandActionTests.cs Bring unit test code coverage back to par 2014-07-25 13:11:51 +01:00
ConductorAllActiveTests.cs Conductors will also Dispose their children if the're IDisposable 2014-08-04 17:35:16 +01:00
ConductorNavigatingTests.cs Conductors will also Dispose their children if the're IDisposable 2014-08-04 17:35:16 +01:00
ConductorOneActiveTests.cs Conductors will also Dispose their children if the're IDisposable 2014-08-04 17:35:16 +01:00
ConductorTests.cs Conductors will also Dispose their children if the're IDisposable 2014-08-04 17:35:16 +01:00
DebugConverterTests.cs More unit tests, more code coverage 2014-05-07 17:48:00 +01:00
EqualityConverterTests.cs Start writing unit tests for the MessageBox stuff 2014-05-20 21:24:28 +01:00
EventActionTests.cs Add tests for CommandAction and EventAction 2014-05-09 13:59:38 +01:00
EventAggregatorTests.cs Add channels to the EventAggregator 2014-06-17 17:44:35 +01:00
ExecuteTests.cs Add Execute.PostToUIThreadAsync 2014-07-26 11:51:46 +01:00
ExpressionExtensionsTests.cs Improve unit test code coverage some more 2014-05-06 17:42:55 +01:00
IconToBitmapSourceConverterTests.cs Add more unit tests for MessageBox, and convert to use more system types 2014-05-20 21:24:29 +01:00
LabelledValueTests.cs Improve unit test code coverage further 2014-05-07 08:37:48 +01:00
MessageBoxTests.cs Move back to lots of separate arguments for ShowMessageBox - consistent with MessageBox.Show 2014-12-02 16:16:32 +00:00
PropertyChangedBaseTests.cs Have different default PropertyChanged and CollectionChanged despatchers 2014-12-05 10:59:22 +00:00
PropertyChangedExtensionsTests.cs Change the handler type for Bind and BindWeak, to include the sender and property name 2014-06-22 17:22:24 +01:00
ScreenExtensionTests.cs Conductors will also Dispose their children if the're IDisposable 2014-08-04 17:35:16 +01:00
ScreenTests.cs Be draconian about using readonly where appropriate 2014-12-04 17:06:12 +00:00
StyletLogManagerTests.cs Change DebugLogger to TraceLogger, which logs even in Release builds 2014-07-30 15:22:29 +01:00
StyletUnitTests.csproj Remove LambdaComparer and LambdaEqualityComparer - they have no business in an MVVM framework 2014-12-04 13:29:08 +00:00
TraceLoggerTests.cs Change DebugLogger to TraceLogger, which logs even in Release builds 2014-07-30 15:22:29 +01:00
ValidatingModelBaseTests.cs Be draconian about using readonly where appropriate 2014-12-04 17:06:12 +00:00
ViewManagerTests.cs ViewManager now accepts an IViewManagerConfig, which makes the IoC container setup neater 2014-12-02 12:52:58 +00:00
ViewTests.cs Refactor the ViewManager, splitting out a few methods to make it easier to customize 2014-05-26 18:54:55 +01:00
WindowManagerTests.cs Move back to lots of separate arguments for ShowMessageBox - consistent with MessageBox.Show 2014-12-02 16:16:32 +00:00
packages.config Fix some rakefile issues 2014-05-06 18:30:04 +01:00