mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-31 00:47:56 +00:00
Some more refactoring/ cleaning of test case files
This commit is contained in:
parent
95627c40cf
commit
fd58d48665
6 changed files with 190 additions and 113 deletions
|
@ -11,6 +11,7 @@
|
|||
*/
|
||||
|
||||
#include "catch_test_registry.hpp"
|
||||
#include "catch_test_case_info.hpp"
|
||||
#include "catch_hub.h"
|
||||
|
||||
#include <vector>
|
||||
|
@ -42,8 +43,6 @@ namespace Catch
|
|||
std::vector<TestCaseInfo> m_functionsInOrder;
|
||||
};
|
||||
|
||||
typedef void(*TestFunction)();
|
||||
|
||||
struct FreeFunctionTestCase : ITestCase
|
||||
{
|
||||
FreeFunctionTestCase( TestFunction fun )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue