CppUTest
Public Member Functions | List of all members
MemoryReportFormatter Class Referenceabstract
Inheritance diagram for MemoryReportFormatter:
CodeMemoryReportFormatter MockMemoryReportFormatter NormalMemoryReportFormatter

Public Member Functions

virtual void report_testgroup_start (TestResult *result, UtestShell &test)=0
 
virtual void report_testgroup_end (TestResult *result, UtestShell &test)=0
 
virtual void report_test_start (TestResult *result, UtestShell &test)=0
 
virtual void report_test_end (TestResult *result, UtestShell &test)=0
 
virtual void report_alloc_memory (TestResult *result, TestMemoryAllocator *allocator, size_t size, char *memory, const char *file, int line)=0
 
virtual void report_free_memory (TestResult *result, TestMemoryAllocator *allocator, char *memory, const char *file, int line)=0
 

The documentation for this class was generated from the following file: