auxi.tools.materialphysicalproperties.idealgas_test module

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

class auxi.tools.materialphysicalproperties.idealgas_test.BetaTTester(methodName='runTest')

Bases: unittest.case.TestCase

The tester for the BetaT class.

test_calculate()

Test whether the property value is calculated successfully.

test_call()

Test whether the property value is calculated successfully via the __call__ magic method.

test_construct()

Test whether a model is constructed successfully.

class auxi.tools.materialphysicalproperties.idealgas_test.RhoTPTester(methodName='runTest')

Bases: unittest.case.TestCase

The tester for the RhoTP class.

test_calculate()

Test whether the property value is calculated successfully.

test_call()

Test whether the property value is calculated successfully via the __call__ magic method.

test_create()

Test whether a model is created successfully.

class auxi.tools.materialphysicalproperties.idealgas_test.RhoTPxTester(methodName='runTest')

Bases: unittest.case.TestCase

The tester for the RhoTPx class.

test_calculate()

Test whether the property value is calculated successfully.

test_call()

Test whether the property value is calculated successfully via the __call__ magic method.

test_create()

Test whether a model is created successfully.

class auxi.tools.materialphysicalproperties.idealgas_test.RhoTTester(methodName='runTest')

Bases: unittest.case.TestCase

The tester for the RhoT class.

test_calculate()

Test whether the property value is calculated successfully.

test_call()

Test whether the property value is calculated successfully via the __call__ magic method.

test_create()

Test whether a model is created successfully.