syslog-ng source
test_format_welf.c File Reference
#include <criterion/criterion.h>
#include <criterion/parameterized.h>
#include "libtest/cr_template.h"
#include "apphook.h"
#include "plugin.h"
#include "cfg.h"
#include "logmsg/logmsg.h"
Include dependency graph for test_format_welf.c:

Classes

struct  NVPair
 
struct  test_params
 

Functions

void setup (void)
 
void teardown (void)
 
 TestSuite (format_welf,.init=setup,.fini=teardown)
 
 Test (format_welf, test_format_welf)
 
 Test (format_welf, test_format_welf_performance)
 
 Test (format_welf, test_space)
 
 ParameterizedTestParameters (format_welf, key_and_exclude)
 
 ParameterizedTest (struct test_params *param, format_welf, key_and_exclude)
 

Function Documentation

◆ ParameterizedTest()

ParameterizedTest ( struct test_params param,
format_welf  ,
key_and_exclude   
)

◆ ParameterizedTestParameters()

ParameterizedTestParameters ( format_welf  ,
key_and_exclude   
)

◆ setup()

void setup ( void  )

◆ teardown()

void teardown ( void  )

◆ Test() [1/3]

Test ( format_welf  ,
test_format_welf   
)

◆ Test() [2/3]

Test ( format_welf  ,
test_format_welf_performance   
)

◆ Test() [3/3]

Test ( format_welf  ,
test_space   
)

◆ TestSuite()

TestSuite ( format_welf  ,
init = setup,
fini = teardown 
)