Xunit.XunitFrontController.Serialize C# (CSharp) Method

Serialize() public method

public Serialize ( ITestCase testCase ) : string
testCase ITestCase
return string
        public string Serialize(ITestCase testCase)
            => InnerController.Serialize(testCase);
    }