js-util

Home > rc-js-util > SanitizedEmscriptenTestModule

SanitizedEmscriptenTestModule class

Signature:

export declare class SanitizedEmscriptenTestModule<T extends object, U extends object> 

Constructors

Constructor Modifiers Description
(constructor)(testModule, options, extension)   Constructs a new instance of the SanitizedEmscriptenTestModule class

Properties

Property Modifiers Type Description
wrapper   IEmscriptenWrapper<T & U & IDebugBindings>  

Methods

Method Modifiers Description
endEmscriptenProgram()   NB you MUST set the flag -s EXIT_RUNTIME=1 for this to work.
initialize()    
reset()   Call this before each test case.