Stylet/StyletUnitTests
Antony Male 83557fa29b Move ShowMessageBox onto the IWindowManager
Having it as an extension method is good architecturally, but make it harder
to change its behaviour. This way, users can override it easily if they wish.

This also means that the WindowManager does not depend on the IoC service
locator, insteady accepting a Func<IMessageBoxViewModel>
2014-11-29 20:50:21 +00:00
..
Properties
StyletIoC Push unit test coverage up to 99.6% 2014-11-27 11:06:12 +00:00
ActionExtensionTests.cs Fix some namespacing issues 2014-05-06 12:38:38 +01:00
ApplicationLoaderTests.cs Add unit tests for ApplicationLoader, and fix Bootstrapper tests 2014-08-02 17:50:18 +01:00
AssemblySourceTests.cs Push coverage up to 99.7% 2014-05-10 20:11:02 +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 Add unit tests for ApplicationLoader, and fix Bootstrapper tests 2014-08-02 17:50:18 +01:00
BootstrapperTests.cs Add unit tests for ApplicationLoader, and fix Bootstrapper tests 2014-08-02 17:50:18 +01: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
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 Rename LambdaComparer to LambdaEqualityComparer, and create actual LambdaComparer 2014-06-06 13:14:20 +01:00
LambdaEqualityComparerTests.cs Push unit test coverage up to 99.6% 2014-11-27 11:06:12 +00:00
MessageBoxTests.cs Move ShowMessageBox onto the IWindowManager 2014-11-29 20:50:21 +00:00
PropertyChangedBaseTests.cs
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 Prevent double closure of a Screen 2014-07-24 09:45:20 +01:00
StyletLogManagerTests.cs Change DebugLogger to TraceLogger, which logs even in Release builds 2014-07-30 15:22:29 +01:00
StyletUnitTests.csproj Strip out child container stuff 2014-10-22 20:33:47 +01:00
TraceLoggerTests.cs Change DebugLogger to TraceLogger, which logs even in Release builds 2014-07-30 15:22:29 +01:00
ValidatingModelBaseTests.cs Fix warning in unit tests 2014-08-04 07:59:44 +01:00
ViewManagerTests.cs Simplify IViewManager, by aligning it to what someone actually wants the ViewManager to do 2014-07-24 16:39:26 +01: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 ShowMessageBox onto the IWindowManager 2014-11-29 20:50:21 +00:00
packages.config Fix some rakefile issues 2014-05-06 18:30:04 +01:00