HPS-MC
TestComponent Class Reference
Inheritance diagram for TestComponent:

Public Member Functions

def test_init (self)
 
def test_required_params (self)
 
def test_optional_params (self)
 
def test_required_config (self)
 
def test_input_files (self)
 
def test_inputs_to_outputs (self)
 
def test_inputs_to_outputs_extension (self)
 
def test_output_files (self)
 
def test_output_files_from_inputs (self)
 
def test_set_parameters (self)
 
def test_set_parameters_ignore (self)
 
def test_config (self)
 
def test_cmd_args (self)
 
def test_cmd_line_str (self)
 

Detailed Description

Definition at line 8 of file test_component.py.

Member Function Documentation

◆ test_cmd_args()

def test_cmd_args (   self)

Definition at line 76 of file test_component.py.

◆ test_cmd_line_str()

def test_cmd_line_str (   self)

Definition at line 80 of file test_component.py.

◆ test_config()

def test_config (   self)

Definition at line 67 of file test_component.py.

◆ test_init()

def test_init (   self)

Definition at line 10 of file test_component.py.

◆ test_input_files()

def test_input_files (   self)

Definition at line 31 of file test_component.py.

◆ test_inputs_to_outputs()

def test_inputs_to_outputs (   self)

Definition at line 35 of file test_component.py.

◆ test_inputs_to_outputs_extension()

def test_inputs_to_outputs_extension (   self)

Definition at line 39 of file test_component.py.

◆ test_optional_params()

def test_optional_params (   self)

Definition at line 23 of file test_component.py.

◆ test_output_files()

def test_output_files (   self)

Definition at line 45 of file test_component.py.

◆ test_output_files_from_inputs()

def test_output_files_from_inputs (   self)

Definition at line 49 of file test_component.py.

◆ test_required_config()

def test_required_config (   self)

Definition at line 27 of file test_component.py.

◆ test_required_params()

def test_required_params (   self)

Definition at line 19 of file test_component.py.

◆ test_set_parameters()

def test_set_parameters (   self)

Definition at line 55 of file test_component.py.

◆ test_set_parameters_ignore()

def test_set_parameters_ignore (   self)

Definition at line 61 of file test_component.py.


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