Xunit.XunitFrontController.Serialize C# (CSharp) Метод

Serialize() публичный Метод

public Serialize ( ITestCase testCase ) : string
testCase ITestCase
Результат string
        public string Serialize(ITestCase testCase)
            => InnerController.Serialize(testCase);
    }