Function

GMockinit

Declaration [src]

void
g_mock_init (
  int* argc,
  char*** argv
)

Description [src]

Initializes the GMock framework.

Parameters

argc

Type: int*

Address of the argc parameter of main().

The data is owned by the caller of the function.
argv

Type: char***

Address of the argv parameter of main().

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