makeReady property

bool makeReady
getter/setter pair

If true, the game will be brought into the "fully ready" state (meaning all its pending lifecycle events will be resolved) before the start of the test.

Implementation

bool makeReady = true;