Check.Suite – check Reference Manual
Suite
Object Hierarchy:
Check.Suite
Check.Suite
Check.Suite
Description:
[
Compact
]
[
CCode
( cname =
"Suite"
, cprefix =
"suite_"
, free_function =
""
) ]
public
class
Suite
Type for a test suite
Namespace:
Check
Package:
check
Content:
Creation methods:
public
Suite
(
string
name)
Creates a test suite with the given name.
Methods:
public
void
add_tcase
(
TCase
tc)
Add a test case to a suite
public
bool
tcase
(
string
tcname)
Determines whether a given test suite contains a case named after a given string.
2022 vala-language.org