Helper functions

The Genero BDL API for GGC provides utility functions to help you write tests.

Table 1. Functions testing assertions
Function Description
assert(
    expr BOOLEAN,
    msg STRING )
Evaluates an expression to be true, and reports a failure if FALSE.
assertEquals(
    valueA STRING,
    valueB STRING,
    msg STRING )
Evaluates two expressions to be equal as true, and reports a failure if FALSE.