Method

FoundryTestManagerfind_test

Declaration [src]

DexFuture*
foundry_test_manager_find_test (
  FoundryTestManager* self,
  const char* test_id
)

Description

No description available.

Parameters

test_id

Type: const char*

The identifier of the test.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: DexFuture

A DexFuture that resolves to a FoundryTest or rejects with error.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.