#include "fetcher_test.h"
Public Member Functions | |
CheckCallback (bool expect_success, bool *callback_called) | |
virtual void | Done (bool success) |
Public Attributes | |
bool | expect_success_ |
ResponseHeaders | response_headers_ |
GoogleString | content_ |
StringWriter | content_writer_ |
bool * | callback_called_ |
Callback that just checks correct Done status and keeps track of whether it has been called yet or not.