Method

FoundryTestSuitedup_name

unstable since: 1.1

Declaration [src]

char*
foundry_test_suite_dup_name (
  FoundryTestSuite* self
)

Description [src]

Gets the name of the suite if any.

Available since: 1.1

Return value

Type: char*

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.