Mono.Cecil.Tests.TestRunner.TestRunner C# (CSharp) Method

TestRunner() public method

public TestRunner ( TestCase testCase, TestCaseType type ) : System
testCase TestCase
type TestCaseType
return System
        public TestRunner(TestCase testCase, TestCaseType type)
        {
            this.test_case = testCase;
            this.type = type;
        }