fetch Work Book List For Test Details
open override fun fetchWorkBookListForTestDetails( testDetails: TestDetails, onSuccess: (List<WorkBook>) -> Unit, onFailure: (Throwable) -> Unit?)
Content copied to clipboard
Used to fetch a list of workbooks for the specified test.
Parameters
test Details
the test for which the list of workbooks is to be fetched.
on Success
a callback that will be executed on the main thread, if the fetching operation was successful.
on Failure
an optional callback that will be executed on the main thread, if the fetching operation was un-successful.