Session information
The Genero BDL API for GGC provides functions for retrieving information about sessions.
The following functions allow you to retrieve information from the current session.
Functions getStatistics() or showStatistics() return values in a ggc.Statistics
record type.
Function | Description |
---|---|
|
Retrieve the application name. |
|
Retrieve the number of running child applications. |
|
Get the current session identifier. |
|
Retrieve the application state. |
|
Retrieve the test session statistics. |
|
Report a check failure. |
|
Report a check failure, and provide the error information: file name, line number, and error message. |
|
Report a scenario failure. |
|
Report a scenario failure, and provide the error information: file name, line number, and error message. |
|
Show test statistics. |
|
Fill a dynamic array with program arguments. |