#pragma once #include "std/function.hpp" class QPaintDevice; typedef function TRednerFn; void RunTestLoop(char const * testName, TRednerFn const & fn, bool autoExit = true);