C# Class GoogleTestAdapter.TestAdapter.Settings.RunSettings

Inheritance: TestRunSettings, IGoogleTestAdapterSettings
Afficher le fichier Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Méthodes publiques

Méthode Description
LoadFromXml ( XmlReader reader ) : RunSettings
RunSettings ( ) : System
ShouldSerializeAdditionalTestExecutionParam ( ) : bool
ShouldSerializeBatchForTestSetup ( ) : bool
ShouldSerializeBatchForTestTeardown ( ) : bool
ShouldSerializeBreakOnFailure ( ) : bool
ShouldSerializeCatchExceptions ( ) : bool
ShouldSerializeDebugMode ( ) : bool
ShouldSerializeMaxNrOfThreads ( ) : bool
ShouldSerializeNrOfTestRepetitions ( ) : bool
ShouldSerializeParallelTestExecution ( ) : bool
ShouldSerializeParseSymbolInformation ( ) : bool
ShouldSerializePathExtension ( ) : bool
ShouldSerializePrintTestOutput ( ) : bool
ShouldSerializeRunDisabledTests ( ) : bool
ShouldSerializeShowReleaseNotes ( ) : bool
ShouldSerializeShuffleTests ( ) : bool
ShouldSerializeShuffleTestsSeed ( ) : bool
ShouldSerializeTestDiscoveryRegex ( ) : bool
ShouldSerializeTestNameSeparator ( ) : bool
ShouldSerializeTimestampOutput ( ) : bool
ShouldSerializeTraitsRegexesAfter ( ) : bool
ShouldSerializeTraitsRegexesBefore ( ) : bool
ShouldSerializeWorkingDir ( ) : bool
ToXml ( ) : XmlElement

Method Details

LoadFromXml() public static méthode

public static LoadFromXml ( XmlReader reader ) : RunSettings
reader System.Xml.XmlReader
Résultat RunSettings

RunSettings() public méthode

public RunSettings ( ) : System
Résultat System

ShouldSerializeAdditionalTestExecutionParam() public méthode

public ShouldSerializeAdditionalTestExecutionParam ( ) : bool
Résultat bool

ShouldSerializeBatchForTestSetup() public méthode

public ShouldSerializeBatchForTestSetup ( ) : bool
Résultat bool

ShouldSerializeBatchForTestTeardown() public méthode

public ShouldSerializeBatchForTestTeardown ( ) : bool
Résultat bool

ShouldSerializeBreakOnFailure() public méthode

public ShouldSerializeBreakOnFailure ( ) : bool
Résultat bool

ShouldSerializeCatchExceptions() public méthode

public ShouldSerializeCatchExceptions ( ) : bool
Résultat bool

ShouldSerializeDebugMode() public méthode

public ShouldSerializeDebugMode ( ) : bool
Résultat bool

ShouldSerializeMaxNrOfThreads() public méthode

public ShouldSerializeMaxNrOfThreads ( ) : bool
Résultat bool

ShouldSerializeNrOfTestRepetitions() public méthode

public ShouldSerializeNrOfTestRepetitions ( ) : bool
Résultat bool

ShouldSerializeParallelTestExecution() public méthode

public ShouldSerializeParallelTestExecution ( ) : bool
Résultat bool

ShouldSerializeParseSymbolInformation() public méthode

public ShouldSerializeParseSymbolInformation ( ) : bool
Résultat bool

ShouldSerializePathExtension() public méthode

public ShouldSerializePathExtension ( ) : bool
Résultat bool

ShouldSerializePrintTestOutput() public méthode

public ShouldSerializePrintTestOutput ( ) : bool
Résultat bool

ShouldSerializeRunDisabledTests() public méthode

public ShouldSerializeRunDisabledTests ( ) : bool
Résultat bool

ShouldSerializeShowReleaseNotes() public méthode

public ShouldSerializeShowReleaseNotes ( ) : bool
Résultat bool

ShouldSerializeShuffleTests() public méthode

public ShouldSerializeShuffleTests ( ) : bool
Résultat bool

ShouldSerializeShuffleTestsSeed() public méthode

public ShouldSerializeShuffleTestsSeed ( ) : bool
Résultat bool

ShouldSerializeTestDiscoveryRegex() public méthode

public ShouldSerializeTestDiscoveryRegex ( ) : bool
Résultat bool

ShouldSerializeTestNameSeparator() public méthode

public ShouldSerializeTestNameSeparator ( ) : bool
Résultat bool

ShouldSerializeTimestampOutput() public méthode

public ShouldSerializeTimestampOutput ( ) : bool
Résultat bool

ShouldSerializeTraitsRegexesAfter() public méthode

public ShouldSerializeTraitsRegexesAfter ( ) : bool
Résultat bool

ShouldSerializeTraitsRegexesBefore() public méthode

public ShouldSerializeTraitsRegexesBefore ( ) : bool
Résultat bool

ShouldSerializeWorkingDir() public méthode

public ShouldSerializeWorkingDir ( ) : bool
Résultat bool

ToXml() public méthode

public ToXml ( ) : XmlElement
Résultat System.Xml.XmlElement