| 23 | } |
| 24 | |
| 25 | IntegrationTestFramework::~IntegrationTestFramework() |
| 26 | { |
| 27 | _simulationFacade->closeSimulation(); |
| 28 | } |
| 29 | |
| 30 | double IntegrationTestFramework::getEnergy(DataDescription const& data) const |
| 31 | { |
nothing calls this directly
no test coverage detected