statmechcrack.tests.test_interface

A module for testing interfaces.

class Interface(methodName='runTest')[source]

Bases: TestCase

Class to test interfaces.

_classSetupFailed = False
_class_cleanups = []
main()[source]

Main function for module-level testing functionality.

test_interface_inverse()[source]

Function to test inverse interface.

test_interface_nondimensional_end_force()[source]

Function to test nondimensional end force interface.

test_interface_nondimensional_end_separation()[source]

Function to test nondimensional end separation interface.

test_interface_relative_nondimensional_gibbs_free_energy()[source]

Function to test relative Gibbs free energy interface.

test_interface_relative_nondimensional_helmholtz_free_energy()[source]

Function to test relative Helmholtz free energy interface.

test_interface_relative_nondimensional_reaction_rate_coefficient()[source]

Function to test relative nondimensional reaction rate coefficient interface.