parse

abstract fun parse(raw: Any?): Any

Parse raw value into typed settings object.

Return

Parsed settings object (type depends on module)

Parameters

raw

The raw value from testGenerationSettings (may be null, Map, etc.)

Throws

if the value has an invalid type or structure