mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-09-28 16:53:54 +08:00
- cleaned up test runner problems. again getting ready to support parameterized tests
git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@103 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
@ -189,6 +189,7 @@ extern struct _Unity Unity;
|
||||
void UnityBegin(void);
|
||||
int UnityEnd(void);
|
||||
void UnityConcludeTest(void);
|
||||
void UnityDefaultTestRun(UnityTestFunction Func, const char* FuncName, const int FuncLineNum);
|
||||
|
||||
//-------------------------------------------------------
|
||||
// Test Output
|
||||
|
Reference in New Issue
Block a user