CYCAMORE
Loading...
Searching...
No Matches
run_inputs.Summary Class Reference

Public Member Functions

 __init__ (self)
 
 __init__ (self)
 
 add_to_summary (self, test_file)
 
 add_to_summary (self, test_file)
 
 print_summary (self)
 
 print_summary (self)
 

Public Attributes

 failed
 
 passed
 

Detailed Description

An object to hold the results of all the tests

Definition at line 95 of file build/bin/run_inputs.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

run_inputs.Summary.__init__ ( self)

Definition at line 97 of file build/bin/run_inputs.py.

◆ __init__() [2/2]

run_inputs.Summary.__init__ ( self)

Member Function Documentation

◆ add_to_summary() [1/2]

run_inputs.Summary.add_to_summary ( self,
test_file )
Adds a test file to this summary object

Definition at line 101 of file build/bin/run_inputs.py.

References run_inputs.Summary.failed, run_inputs.Summary.passed, and run_inputs.TestFile.passed.

◆ add_to_summary() [2/2]

run_inputs.Summary.add_to_summary ( self,
test_file )
Adds a test file to this summary object

Definition at line 101 of file tests/run_inputs.py.

References run_inputs.Summary.failed, run_inputs.Summary.passed, and run_inputs.TestFile.passed.

◆ print_summary() [1/2]

run_inputs.Summary.print_summary ( self)
Prints the summary

Definition at line 108 of file build/bin/run_inputs.py.

References run_inputs.Summary.failed, run_inputs.Summary.passed, and run_inputs.TestFile.passed.

◆ print_summary() [2/2]

run_inputs.Summary.print_summary ( self)
Prints the summary

Definition at line 108 of file tests/run_inputs.py.

References run_inputs.Summary.failed, run_inputs.Summary.passed, and run_inputs.TestFile.passed.

Member Data Documentation

◆ failed

◆ passed


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