TestComponentRenderer
An abstract class for inserting the root test component element in a platform independent way.
class TestComponentRenderer {
insertRootElement(rootElementId: string)
removeAllRootElements()?
}
Provided in
Methods
insertRootElement() |
---|
removeAllRootElements() |
---|
ParametersThere are no parameters. |