Go to the source code of this file.
#include "includes.h"
#include <iostream>
|  | 
|  | TEST_CASE ("default_error_handler", "[errors]]") | 
|  | 
|  | TEST_CASE ("custom_error_handler", "[errors]]") | 
|  | 
|  | TEST_CASE ("default_error_handler2", "[errors]]") | 
|  | 
|  | TEST_CASE ("flush_error_handler", "[errors]]") | 
|  | 
|  | TEST_CASE ("async_error_handler", "[errors]]") | 
|  | 
|  | TEST_CASE ("async_error_handler2", "[errors]]") | 
|  | 
◆ SIMPLE_ASYNC_LOG
      
        
          | #define SIMPLE_ASYNC_LOG   "test_logs/simple_async_log.txt" | 
      
 
 
◆ SIMPLE_LOG
      
        
          | #define SIMPLE_LOG   "test_logs/simple_log.txt" | 
      
 
 
◆ TEST_CASE() [1/6]
      
        
          | TEST_CASE | ( | "async_error_handler" | , | 
        
          |  |  | "]" | [errors] | 
        
          |  | ) |  |  | 
      
 
 
◆ TEST_CASE() [2/6]
      
        
          | TEST_CASE | ( | "async_error_handler2" | , | 
        
          |  |  | "]" | [errors] | 
        
          |  | ) |  |  | 
      
 
 
◆ TEST_CASE() [3/6]
      
        
          | TEST_CASE | ( | "custom_error_handler" | , | 
        
          |  |  | "]" | [errors] | 
        
          |  | ) |  |  | 
      
 
 
◆ TEST_CASE() [4/6]
      
        
          | TEST_CASE | ( | "default_error_handler" | , | 
        
          |  |  | "]" | [errors] | 
        
          |  | ) |  |  | 
      
 
 
◆ TEST_CASE() [5/6]
      
        
          | TEST_CASE | ( | "default_error_handler2" | , | 
        
          |  |  | "]" | [errors] | 
        
          |  | ) |  |  | 
      
 
 
◆ TEST_CASE() [6/6]
      
        
          | TEST_CASE | ( | "flush_error_handler" | , | 
        
          |  |  | "]" | [errors] | 
        
          |  | ) |  |  |