ISutLocale Methods

ChangeCulture

Allows to change the culture of the sut (SutCultureInfo property).

Syntax:

CultureInfo ChangeCulture(
	string cultureString
)

Parameters:

Parameter

Description

cultureString

InitSutDateTime

Initializes the SutDateTime by determining the delta from the VM to the host where the testcase is run.

Syntax:

void InitSutDateTime()

Exceptions:

Exception

Condition

The VM local time could not have been parsed. Execution aborted.

Last updated