Stylet/StyletUnitTests
T.M 6bc5f646f1 ConductorBaseWithActiveItem sets new item as ActiveItem before activating it
Up to now, ScreenExtemsions.TryActivate(newItem) was called
before Conductor.ActiveItem was set to the new item. This commit moves
setting ActiveItem to before TryActivate(newItem) call. This allows for
nested activation - that is, a scenario where newItem can "intercept"
its activation and force parent Conductor to immediately activate
another item inside its OnActivate() override, effectively skipping
newItem without displaying it.

Fixes #140
2020-07-26 19:11:52 +01:00
..
Properties Change copyright from Sagentia -> Antony Male 2014-03-23 15:08:04 +00:00
StyletIoC Throw a better exception than an NRE if they forget to call builder.Bind(..).To(..) 2020-04-23 17:58:28 +01:00
ActionExtensionTests.cs WIP towards getting unit tests working 2019-09-22 17:12:53 +01:00
ApplicationLoaderTests.cs Remove unnecessary usings in unit tests 2015-09-23 21:46:36 +01:00
BindableCollectionTests.cs Remove unnecessary usings in unit tests 2015-09-23 21:46:36 +01:00
BoolToVisibilityConverterTests.cs Remove unnecessary usings in unit tests 2015-09-23 21:46:36 +01:00
BootstrapperBaseTests.cs WIP towards getting unit tests working 2019-09-22 17:12:53 +01:00
BootstrapperTests.cs Dispose Instance bindings by default, but allow this to be configured 2016-09-23 11:20:55 +01:00
CommandActionTests.cs Fix up the failing unit tests 2019-09-22 17:12:54 +01:00
ConductorAllActiveTests.cs Conductor.OneActive should close children removed with items.Clear() 2016-12-03 13:15:14 +00:00
ConductorNavigatingTests.cs ConductorBaseWithActiveItem sets new item as ActiveItem before activating it 2020-07-26 19:11:52 +01:00
ConductorOneActiveTests.cs WIP towards getting unit tests working 2019-09-22 17:12:53 +01:00
ConductorTests.cs Deprecate CanClose 2016-08-26 11:44:34 +01:00
DebugConverterTests.cs Remove unnecessary usings in unit tests 2015-09-23 21:46:36 +01:00
EqualityConverterTests.cs Remove unnecessary usings in unit tests 2015-09-23 21:46:36 +01:00
EventActionTests.cs Fix up the failing unit tests 2019-09-22 17:12:54 +01:00
EventAggregatorTests.cs Fix bug in EventAggregator 2020-06-20 12:05:18 +01:00
ExecuteTests.cs Remove unnecessary usings in unit tests 2015-09-23 21:46:36 +01:00
ExpressionExtensionsTests.cs Remove unnecessary usings in unit tests 2015-09-23 21:46:36 +01:00
IconToBitmapSourceConverterTests.cs Don't crash if Imaging.CreateBitmapSourceFromHIcon fails 2016-01-30 14:22:23 +00:00
LabelledValueTests.cs Remove unnecessary usings in unit tests 2015-09-23 21:46:36 +01:00
MessageBoxTests.cs Add default FlowDirection and TextAlignment to MessageBoxViweModel 2016-11-12 11:35:58 +00:00
PropertyChangedBaseTests.cs Remove unnecessary usings in unit tests 2015-09-23 21:46:36 +01:00
PropertyChangedExtensionsTests.cs Fix up the failing unit tests 2019-09-22 17:12:54 +01:00
ScreenExtensionTests.cs Fix up the failing unit tests 2019-09-22 17:12:54 +01:00
ScreenTests.cs If a Screen is deactivated from closed, make sure it's activated again 2016-11-17 12:50:08 +00:00
StyletLogManagerTests.cs Remove unnecessary usings in unit tests 2015-09-23 21:46:36 +01:00
StyletUnitTests.csproj Fix up the failing unit tests 2019-09-22 17:12:54 +01:00
StyletUnitTests.ruleset Remove unnecessary usings in unit tests 2015-09-23 21:46:36 +01:00
TraceLoggerTests.cs Remove unnecessary usings in unit tests 2015-09-23 21:46:36 +01:00
ValidatingModelBaseTests.cs WIP towards getting unit tests working 2019-09-22 17:12:53 +01:00
ViewManagerTests.cs WIP towards getting unit tests working 2019-09-22 17:12:53 +01:00
ViewTests.cs WIP towards getting unit tests working 2019-09-22 17:12:53 +01:00
WindowManagerTests.cs WIP towards getting unit tests working 2019-09-22 17:12:53 +01:00
packages.config Split Stylet and IntegrationTests projects into Framework and Core 2019-09-22 17:12:53 +01:00