Work on cubic surface extractor tests.

This commit is contained in:
David Williams
2014-08-18 16:40:36 +02:00
parent 4b3b940b91
commit ec9b06ef0f
2 changed files with 24 additions and 18 deletions

View File

@ -31,7 +31,9 @@ class TestCubicSurfaceExtractor: public QObject
Q_OBJECT
private slots:
void testExecute();
void testBehaviour();
void testEmptyVolumePerformance();
void testNoiseVolumePerformance();
};
#endif