Click or drag to resize

ITestApiGet Method

Overload List
  NameDescription
Public methodCode exampleGet(String)
Get a dummy data object from the cache. This is useful for mocking data while writing a workflow unit test.
Public methodCode exampleGetT(String)
Get a dummy data object from the cache. This is useful for mocking data while writing a workflow unit test.
Public methodGet(String, String)
Get value object by name in a workflow.
Public methodCode exampleGetT(String, String)
Get value by name in a workflow.
Top
See Also