C# Class Microsoft.UnitTests.Core.XUnit.TestForTypesTestCase

Inheritance: TestCase
Show file Open project: Microsoft/RTVS

Public Methods

Method Description
TestForTypesTestCase ( ) : System
TestForTypesTestCase ( IMessageSink diagnosticMessageSink, TestMethodDisplay defaultMethodDisplay, ITestMethod testMethod, Microsoft.UnitTests.Core.XUnit.TestParameters parameters, Type testMethodArgumentType ) : System

Protected Methods

Method Description
GetTestMethodArguments ( ) : object[]

Method Details

GetTestMethodArguments() protected method

protected GetTestMethodArguments ( ) : object[]
return object[]

TestForTypesTestCase() public method

public TestForTypesTestCase ( ) : System
return System

TestForTypesTestCase() public method

public TestForTypesTestCase ( IMessageSink diagnosticMessageSink, TestMethodDisplay defaultMethodDisplay, ITestMethod testMethod, Microsoft.UnitTests.Core.XUnit.TestParameters parameters, Type testMethodArgumentType ) : System
diagnosticMessageSink IMessageSink
defaultMethodDisplay TestMethodDisplay
testMethod ITestMethod
parameters Microsoft.UnitTests.Core.XUnit.TestParameters
testMethodArgumentType System.Type
return System