~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to libtest/framework.h

Merge in updates for server failure testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
  {
149
149
    _servers.set_sasl(username_arg, password_arg);
150
150
  }
 
151
 
 
152
  libtest::server_startup_st& servers()
 
153
  {
 
154
    return _servers;
 
155
  }
151
156
  
152
157
  /**
153
158
    Runner represents the callers for the tests. If not implemented we will use