C# Класс GoogleTestAdapter.TestAdapter.DataConversionExtensions

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToTestCase ( this vsTestCase ) : TestCase
ToTrait ( this trait ) : 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

Описание методов

ToTestCase() публичный статический Метод

public static ToTestCase ( this vsTestCase ) : TestCase
vsTestCase this
Результат GoogleTestAdapter.Model.TestCase

ToTrait() публичный статический Метод

public static ToTrait ( this trait ) : Trait
trait this
Результат GoogleTestAdapter.Model.Trait

ToVsTestCase() публичный статический Метод

public static ToVsTestCase ( this testCase ) : Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase
testCase this
Результат Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase

ToVsTestOutcome() публичный статический Метод

public static ToVsTestOutcome ( this testOutcome ) : Microsoft.VisualStudio.TestPlatform.ObjectModel.TestOutcome
testOutcome this
Результат Microsoft.VisualStudio.TestPlatform.ObjectModel.TestOutcome

ToVsTestResult() публичный статический Метод

public static ToVsTestResult ( this testResult ) : Microsoft.VisualStudio.TestPlatform.ObjectModel.TestResult
testResult this
Результат Microsoft.VisualStudio.TestPlatform.ObjectModel.TestResult

ToVsTrait() публичный статический Метод

public static ToVsTrait ( this trait ) : Microsoft.VisualStudio.TestPlatform.ObjectModel.Trait
trait this
Результат Microsoft.VisualStudio.TestPlatform.ObjectModel.Trait