Public Member Functions | |
def | test_constructor (self) |
def | test_instantiate (self) |
def | test_multilevel_instantiation (self) |
Tests for the InstantiationHelper class.
Definition at line 34 of file test_template_instantiator.py.
def test_template_instantiator.TestInstantiationHelper.test_constructor | ( | self | ) |
Test constructor.
Definition at line 36 of file test_template_instantiator.py.
def test_template_instantiator.TestInstantiationHelper.test_instantiate | ( | self | ) |
Test instantiate method.
Definition at line 51 of file test_template_instantiator.py.
def test_template_instantiator.TestInstantiationHelper.test_multilevel_instantiation | ( | self | ) |
Test method for multilevel instantiation i.e. instantiation at both the class and method level.
Definition at line 78 of file test_template_instantiator.py.