mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-26 09:51:36 +01:00
Added ability to get number of ignored tests and total number of tests.
This commit is contained in:
@@ -28,7 +28,9 @@ void UnityTestRunner(unityfunction * setup,
|
||||
void UnityIgnoreTest(const char * printableName);
|
||||
void UnityMalloc_StartTest(void);
|
||||
void UnityMalloc_EndTest(void);
|
||||
int UnityFailureCount(void);
|
||||
UNITY_COUNTER_TYPE UnityFailureCount(void);
|
||||
UNITY_COUNTER_TYPE UnityIgnoreCount(void);
|
||||
UNITY_COUNTER_TYPE UnityTestsCount(void);
|
||||
int UnityGetCommandLineOptions(int argc, const char* argv[]);
|
||||
void UnityConcludeFixtureTest(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user