UnitTests

Options for controlling unit tests execution.

Properties

PropertyDescription
returnDefaultValues

Whether unmocked methods from android.jar should throw exceptions or return default values (i.e. zero or null).

Methods

MethodDescription
returnDefaultValues(value)

Whether unmocked methods from android.jar should throw exceptions or return default values (i.e. zero or null).

Script blocks

No script blocks

Property details

boolean returnDefaultValues

Whether unmocked methods from android.jar should throw exceptions or return default values (i.e. zero or null).

Method details

boolean returnDefaultValues(boolean value)

Whether unmocked methods from android.jar should throw exceptions or return default values (i.e. zero or null).