auxi.tools.materialphysicalproperties.core_test module

This module contains all the code used to test the testee module.

class auxi.tools.materialphysicalproperties.core_test.DataSetTester(methodName='runTest')

Bases: unittest.case.TestCase

The tester for the DataSet class.

test_construct()

Test whether a data set is constructed successfully from a file.

test_create_template()
test_description()

Test whether the data set description is successfully loaded.

test_material()

Test whether the material name is successfully loaded.

test_name()

Test whether the data set name is successfully loaded.

test_parameter_names()

Test whether the data set parameter names are successfully loaded.

test_parameter_symbols()

Test whether the data set parameter symbols are successfully loaded.

test_parameter_units()

Test whether the data set parameter units are successfully loaded.

test_reference()

Test whether the data set reference is successfully loaded.