C# 클래스 Dev2.Core.Tests.DebugStateTreeViewItemViewModelTests

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

비공개 메소드들

메소드 설명
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