App.WebApi.IntegrationTest.AppControllerTests.AppControllerTests C# (CSharp) Method

AppControllerTests() public method

public AppControllerTests ( TestServerFixture fixture ) : App.WebApi.IntegrationTest.Infrastructure
fixture TestServerFixture
return App.WebApi.IntegrationTest.Infrastructure
        public AppControllerTests(TestServerFixture fixture)
            : base(fixture)
        {
            _fixture = fixture;
        }
    }
AppControllerTests