CatapultServer  v0.5.0.1 (Elephant)
validation.StressTestNameValidator Class Reference
Inheritance diagram for validation.StressTestNameValidator:
Collaboration diagram for validation.StressTestNameValidator:

Public Member Functions

def reset (self, path)
 
def check (self, lineNumber, line)
 
def finalize (self)
 
- Public Member Functions inherited from SimpleValidator.SimpleValidator
def __init__ (self, errorReporter)
 

Static Public Member Functions

def formatError (err)
 

Public Attributes

 hasImproperName
 
- Public Attributes inherited from SimpleValidator.SimpleValidator
 errorReporter
 
 path
 

Static Public Attributes

string SUITE_NAME = 'StressTestName'
 
string NAME = 'stressTestName'
 

Detailed Description

Validates that stress tests have approprate names

Member Function Documentation

◆ check()

def validation.StressTestNameValidator.check (   self,
  lineNumber,
  line 
)

◆ finalize()

def validation.StressTestNameValidator.finalize (   self)

Reimplemented from SimpleValidator.SimpleValidator.

◆ formatError()

def validation.StressTestNameValidator.formatError (   err)
static

◆ reset()

def validation.StressTestNameValidator.reset (   self,
  path 
)

Reimplemented from SimpleValidator.SimpleValidator.

Member Data Documentation

◆ hasImproperName

validation.StressTestNameValidator.hasImproperName

◆ NAME

string validation.StressTestNameValidator.NAME = 'stressTestName'
static

◆ SUITE_NAME

string validation.StressTestNameValidator.SUITE_NAME = 'StressTestName'
static

The documentation for this class was generated from the following file: