Uses of Interface
com.hp.lft.sdk.NativeObject
Packages that use NativeObject
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing Java objects.
-
Uses of NativeObject in com.hp.lft.sdk
Methods in com.hp.lft.sdk that return NativeObjectModifier and TypeMethodDescriptionSupportsNativeObject.getNativeObject()
Returns the native application object that is represented by this test object instance, enabling you to access the native properties and methods provided by that object. -
Uses of NativeObject in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return NativeObjectModifier and TypeMethodDescriptionUiObjectBase.createObject
(String className) Creates a NativeObject wrapping an instance of a Java object within your application.UiObjectBase.createObject
(String className, Object... arguments) Creates a NativeObject wrapping an instance of a Java object within your application.UiObjectBase.getStatics
(String className) Get a native object wrapping a Java class capable of accessing static members (methods and fields) of the specified Java class.