Integration test framework should make it easier to read from datasets
Description
Release Notes
None
Activity
Show:

Ali Anwar October 2, 2015 at 12:27 AM
Marking as resolved because of some RemoteDataset implementations introduced, such as RemoteCube.java, RemoteTable.java, and RemoteKeyValueTable.java.

Ali Anwar June 27, 2015 at 2:22 AM
Just wanted to loop you in, in case you had any thoughts.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created June 27, 2015 at 2:21 AM
Updated October 2, 2015 at 12:27 AM
Resolved October 2, 2015 at 12:27 AM
Currently, the author of an integration test has to write an application with a service that has an http handler to read from a dataset and return the required results.
Then, from the test case, this service has to be started and an http request has to be made to this service to retrieve the data.
There might be a better way, or at least some convenience can be provided by the test framework for retrieving or asserting against data in a dataset.