Arc.Unit.Tests.Domain.Dsl.Parsing.EmptyParsingResultTests.CreateSUT C# (CSharp) Method

CreateSUT() private method

private CreateSUT ( ) : IParsingResult
return IParsingResult
        private IParsingResult<int> CreateSUT()
        {
            return new EmptyParsingResult<int>();
        }