Is there any simple way to read the test data from file instead of manually defining the test data with _data-functions? Or do I just have to make a file reader...


And when I create test class, which uses private slots as test cases, can I still use private functions without messing up the testcases?