netatalk
4.6.0
Free and Open Source Apple Filing Protocol (AFP) Server
Toggle main menu visibility
Loading...
Searching...
No Matches
testreport.h
Go to the documentation of this file.
1
#ifndef TESTREPORT_H
2
#define TESTREPORT_H
3
4
enum
testreport_result
{
5
TESTREPORT_PASSED
= 0,
6
TESTREPORT_FAILED
= 1,
7
TESTREPORT_NOT_TESTED
= 2,
8
TESTREPORT_SKIPPED
= 3,
9
};
10
11
int
testreport_configure
(
const
char
*
path
,
const
char
*suite_name);
12
void
testreport_begin_case
(
void
);
13
void
testreport_end_case
(
const
char
*name,
enum
testreport_result
result,
14
const
char
*failure_location,
15
const
char
*skip_reason);
16
void
testreport_record_case
(
const
char
*name,
enum
testreport_result
result,
17
const
char
*message);
18
int
testreport_finalize
(
void
);
19
20
#endif
path
Definition
include/atalk/directory.h:140
testreport_configure
int testreport_configure(const char *path, const char *suite_name)
Definition
testreport.c:78
testreport_end_case
void testreport_end_case(const char *name, enum testreport_result result, const char *failure_location, const char *skip_reason)
Definition
testreport.c:156
testreport_begin_case
void testreport_begin_case(void)
Definition
testreport.c:112
testreport_record_case
void testreport_record_case(const char *name, enum testreport_result result, const char *message)
Definition
testreport.c:179
testreport_finalize
int testreport_finalize(void)
Definition
testreport.c:277
testreport_result
testreport_result
Definition
testreport.h:4
TESTREPORT_NOT_TESTED
@ TESTREPORT_NOT_TESTED
Definition
testreport.h:7
TESTREPORT_SKIPPED
@ TESTREPORT_SKIPPED
Definition
testreport.h:8
TESTREPORT_PASSED
@ TESTREPORT_PASSED
Definition
testreport.h:5
TESTREPORT_FAILED
@ TESTREPORT_FAILED
Definition
testreport.h:6
test
testsuite
testreport.h
Generated by
1.18.0