C# Class GoogleTestAdapterUiTests.Model.TestGroup

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

Méthodes publiques

Свойство Type Description
description string

Méthodes publiques

Méthode Description
Add ( TestCase tr ) : void
TestGroup ( string description ) : System.Collections.Generic

Private Methods

Méthode Description
TestGroup ( ) : System.Collections.Generic

Method Details

Add() public méthode

public Add ( TestCase tr ) : void
tr TestCase
Résultat void

TestGroup() public méthode

public TestGroup ( string description ) : System.Collections.Generic
description string
Résultat System.Collections.Generic

Property Details

description public_oe property

public string description
Résultat string