Motivation
Test coverage of most VCell solvers rely on integration testing and end to end testing with the math testing framework. However, solver unit tests would allow independent testing of solver components and provide a framework for debugging and extending the solvers.
Completion Criteria
- all solvers should have at least one unit test where results are compared with a typical output.
Tasks
Motivation
Test coverage of most VCell solvers rely on integration testing and end to end testing with the math testing framework. However, solver unit tests would allow independent testing of solver components and provide a framework for debugging and extending the solvers.
Completion Criteria
Tasks