executeQuery method

void executeQuery(
  1. AFAsyncQuery query
)

Use this method to execute a query and validate the state change which it causes.

Implementation

void executeQuery(AFAsyncQuery query) {
  test.executeQuery(query);
}