C# Class GoogleTestAdapter.TestAdapter.DataConversionExtensions

Mostrar archivo Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Methods

Method Description
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

Method Details

ToTestCase() public static method

public static ToTestCase ( this vsTestCase ) : TestCase
vsTestCase this
return GoogleTestAdapter.Model.TestCase

ToTrait() public static method

public static ToTrait ( this trait ) : Trait
trait this
return GoogleTestAdapter.Model.Trait

ToVsTestCase() public static method

public static ToVsTestCase ( this testCase ) : Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase
testCase this
return Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase

ToVsTestOutcome() public static method

public static ToVsTestOutcome ( this testOutcome ) : Microsoft.VisualStudio.TestPlatform.ObjectModel.TestOutcome
testOutcome this
return Microsoft.VisualStudio.TestPlatform.ObjectModel.TestOutcome

ToVsTestResult() public static method

public static ToVsTestResult ( this testResult ) : Microsoft.VisualStudio.TestPlatform.ObjectModel.TestResult
testResult this
return Microsoft.VisualStudio.TestPlatform.ObjectModel.TestResult

ToVsTrait() public static method

public static ToVsTrait ( this trait ) : Microsoft.VisualStudio.TestPlatform.ObjectModel.Trait
trait this
return Microsoft.VisualStudio.TestPlatform.ObjectModel.Trait