Page MenuHomePhabricator

Avoid loading all data before each test
Closed, ResolvedPublic

Description

The setup and teardown functions in mitkImageStatisticsCalculatorTest load all image data before each test even though not all of it is required afterwards. Thus resulting in a long test duration. Loading the images could be done in each function instead.