setTestingContext

fun setTestingContext(testingContext: TestingContext)

Updates the testing context and writes "SetTestingContext" event to history if it is changed.

The TestingContext structure is designed to provide runtime information about the test vehicle and project for testing purposes. This structure is intended strictly for testing and debugging purposes.

Parameters

testingContext

Setting this value to empty optional clears the current testing context and records an "empty" "SetTestingContext" event in the history.