Binboo.Jira.Tests.Tests.Commands.FileIssueTestCase.TestSpacesInbetweenTypeLiteralAndValueDontCrash C# (CSharp) Method

TestSpacesInbetweenTypeLiteralAndValueDontCrash() private method

private TestSpacesInbetweenTypeLiteralAndValueDontCrash ( ) : void
return void
        public void TestSpacesInbetweenTypeLiteralAndValueDontCrash()
        {
            AssertSpacesInTypeSpecification("type= task");
            AssertSpacesInTypeSpecification("type = task");
            AssertSpacesInTypeSpecification("type  =task");
        }