c_SSPJasmineUtils

Description

Wrapper for all Jasmine tests available for the SSP API Library

Methods


<static> importXml( xmlString ) → {any}

Description

Import XML

Parameters
Name Type Description
xmlString string
Returns

<static> getAttachmentContent( documentSysId, filename [, table ] ) → {string}

Description

Get the content of an XML attachment

Parameters
Name Type Attributes Default Description
documentSysId sys_id

Identifier of the document holding the attachment, for instance an ATF test case

filename string

Filename of the file to import

table string <optional>
''

Table name of the documentSysId, optional and can be used without

Returns

<static> loadData( data ) → {boolean}

Description

Load JSON data into a table

Parameters
Name Type Description
data TableDataDefinition
Returns