C# Class GoogleTestAdapter.Model.TestCase

Afficher le fichier Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetTestsuiteName_CommandLineGenerator ( ) : string

Method Details

TestCase() public méthode

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
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string