Binboo.Jira.Tests.Tests.Commands.PairCommandTestCase.ExpectedMessageRegExp C# (CSharp) Method

ExpectedMessageRegExp() private static method

private static ExpectedMessageRegExp ( ) : string
return string
        private static string ExpectedMessageRegExp()
        {
            return @"Pairs: \[(.*[^,]), (.*[^,])\], \[(.*[^,]), (.*[^,])\]";
        }