void TestGeneratedVector::cleanupTestCase() {
  _store.clear();
}
Example #2
0
void TestEditableMatrix::cleanupTestCase() {
	_store.clear();
}
void TestCSD::cleanupTestCase() {
	_store.clear();
}
void TestMatrix::cleanupTestCase() {
  _store.clear();
}