hkmoffat / cantera

Automatically exported from code.google.com/p/cantera
0 stars 0 forks source link

Separate tests from implementations #137

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are several classes which define overloaded constructors intended to 
implement test problems. Having tests mixed in with the implementation pollutes 
the public API and the documentation. The following classes have tests written 
in this manner:

HMWSoln
MargulesVPSSTP
MixedSolventElectrolyte
PhaseCombo_Interaction
RedlichKisterVPSSTP
RedlichKwongMFTP

These constructors should be removed and any useful test code they contain 
incorporated into new or existing tests.

Original issue reported on code.google.com by yarmond on 8 Jan 2013 at 7:36