C# Class Binboo.Jira.Tests.Tests.Commands.LabelCommandTestCase

Show file Open project: adrianoc/binboo

Private Methods

Method Description
AssertIssueLabels ( string issueKeys, string expectedLabels ) : void
AssertIssueLabels ( string issueKeys, string expectedLabels, Action pipeAsserter ) : void
AssertQueryPipe ( string issueKeys, string expectedLabels, string expectedPipedValue ) : void
AssertUpdateLabels ( string issueKeys, string labelCmdLine, string allIssuesExpectedLabels ) : void
AssertUpdateLabels ( string issueKeys, string labelCmdLine, string allIssuesExpectedLabels, Action pipeAsserter ) : void
AssertUpdatePipe ( string issueKeys, string labelCmdLine, string allIssuesExpectedLabels, string expectedPipeValue ) : void
EnumerateExpectedLabels ( string allIssuesExpectedLabels ) : IEnumerable
EnumerateIssueKeys ( string issueKeys ) : IEnumerable
ExpectedLabelsToJiraLabelFormat ( string expectedLabels ) : string
ExpectedMessageFor ( string expectedLabels, string issueKeys, Func formater ) : string
ExpectedMessageForQueries ( string issueKeys, string expectedLabels ) : string
ExpectedMessageForUpdates ( string issueKeys, string expectedLabels ) : string
FindIssue ( string key ) : RemoteIssue
RetrieveIssueProxyCalls ( string issueKeys ) : IList>>
TestAdd ( ) : void
TestAddMultipleIssues ( ) : void
TestAddRemoveMixed ( ) : void
TestIssueKeyArePipedUponUpdates ( ) : void
TestLabelsAreNotDupplicatedUponInsertion ( ) : void
TestLabelsArePipedUponQueries ( ) : void
TestListMultipleIssues ( ) : void
TestListSingleIssue ( ) : void
TestNoPipedLabelDuplicationHappensUponQueriesWithMultipleIssues ( ) : void
TestRemove ( ) : void
TestRemoveNonExistingLabel ( ) : void
TestRemoveNonExistingLabelDoesNoHarm ( ) : void
UpdateLabelsForMultipleIssuesProxyCalls ( string issueKeys, string allIssuesExpectedLabels ) : Action>[]
UpdateLabelsProxyCalls ( string key, string expectedLabels ) : IEnumerable>>