C# Class GoogleTestAdapter.Model.TestCase

Show file Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Methods

Method Description
TestCase ( string fullyQualifiedName, string source, string displayName, string codeFilePath, int lineNumber ) : System.Collections.Generic
ToString ( ) : string

Private Methods

Method Description
GetTestsuiteName_CommandLineGenerator ( ) : string

Method Details

TestCase() public method

public TestCase ( string fullyQualifiedName, string source, string displayName, string codeFilePath, int lineNumber ) : System.Collections.Generic
fullyQualifiedName string
source string
displayName string
codeFilePath string
lineNumber int
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string