Метод | Описание | |
---|---|---|
ToTestCase ( this vsTestCase ) : TestCase | ||
ToTrait ( this trait ) : |
||
ToVsTestCase ( this testCase ) : Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase | ||
ToVsTestOutcome ( this testOutcome ) : Microsoft.VisualStudio.TestPlatform.ObjectModel.TestOutcome | ||
ToVsTestResult ( this testResult ) : Microsoft.VisualStudio.TestPlatform.ObjectModel.TestResult | ||
ToVsTrait ( this trait ) : Microsoft.VisualStudio.TestPlatform.ObjectModel.Trait |
public static ToTestCase ( this vsTestCase ) : TestCase | ||
vsTestCase | this | |
Результат | GoogleTestAdapter.Model.TestCase |
public static ToTrait ( this trait ) : |
||
trait | this | |
Результат |
public static ToVsTestCase ( this testCase ) : Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase | ||
testCase | this | |
Результат | Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase |
public static ToVsTestOutcome ( this testOutcome ) : Microsoft.VisualStudio.TestPlatform.ObjectModel.TestOutcome | ||
testOutcome | this | |
Результат | Microsoft.VisualStudio.TestPlatform.ObjectModel.TestOutcome |
public static ToVsTestResult ( this testResult ) : Microsoft.VisualStudio.TestPlatform.ObjectModel.TestResult | ||
testResult | this | |
Результат | Microsoft.VisualStudio.TestPlatform.ObjectModel.TestResult |
public static ToVsTrait ( this trait ) : Microsoft.VisualStudio.TestPlatform.ObjectModel.Trait | ||
trait | this | |
Результат | Microsoft.VisualStudio.TestPlatform.ObjectModel.Trait |