C# Class Dev2.Core.Tests.DebugStateTreeViewItemViewModelTests

显示文件 Open project: Warewolf-ESB/Warewolf

Private Methods

Method Description
CreateEnvironmentRepository ( ) : Mock
DebugStateTreeViewItemViewModel_AppendError_ContentHasError_AppendsErrorToContentError ( ) : void
DebugStateTreeViewItemViewModel_AppendError_ContentHasNoError_AppendsErrorToContentError ( ) : void
DebugStateTreeViewItemViewModel_Constructor_ActivityTypeIsNotWorkflow_PublishesSelectionEventWithActivitySelectionTypeAdd ( ) : void
DebugStateTreeViewItemViewModel_Constructor_ActivityTypeIsWorkflow_DoesNotPublishSelectionEventWithActivitySelectionTypeAdd ( ) : void
DebugStateTreeViewItemViewModel_Constructor_CanDetectRemoteServerName ( ) : void
DebugStateTreeViewItemViewModel_Constructor_ContentIsFirstStep_AssignsNameToContentServer ( ) : void
DebugStateTreeViewItemViewModel_Constructor_ContentIsLastStep_AssignsNameToContentServer ( ) : void
DebugStateTreeViewItemViewModel_Constructor_ContentIsMiddleStep_AssignsNameToContentServer ( ) : void
DebugStateTreeViewItemViewModel_Constructor_ContentServerIsRemote_AssignsUnknownNameToContentServer ( ) : void
DebugStateTreeViewItemViewModel_Constructor_ContentWithItems_BindsInputsAndOutputs ( ) : void
DebugStateTreeViewItemViewModel_Constructor_EnvironmentRepository_SetsDebugStateServer ( ) : void
DebugStateTreeViewItemViewModel_Constructor_EnvironmentRepository_SetsDebugStateServer_IfNameSet ( ) : void
DebugStateTreeViewItemViewModel_Constructor_IsExpanded_False ( ) : void
DebugStateTreeViewItemViewModel_Constructor_NullContent_NoExceptionThrown ( ) : void
DebugStateTreeViewItemViewModel_Constructor_NullEnvironmentRepository_ExceptionThrown ( ) : void
DebugStateTreeViewItemViewModel_IsSelected_PublishesSelectionEventWithSameActivitySelectionType ( ) : void
DebugStateTreeViewItemViewModel_IsSelected_SetsSelectionTypeToSingle ( ) : void
Initialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
Verify_AppendError ( bool contentHasError ) : void
Verify_Constructor_AssignsNameToContentServer ( StateType stateType, bool contentServerIsSource = false ) : void
Verify_IsSelected_PublishesDebugSelectionChangedEventArgs ( ActivityType activityType, ActivitySelectionType expectedSelectionType, int expectedCount, bool setIsSelected = false ) : void