/**
  * @covers MicrosoftAzure\Storage\Table\TableRestProxy::queryTables
  */
 public function testQueryTables()
 {
     $interestingqueryTablesOptions = TableServiceFunctionalTestData::getInterestingQueryTablesOptions($this->isEmulated());
     foreach ($interestingqueryTablesOptions as $options) {
         $this->queryTablesWorker($options);
     }
 }