Sha256: 2d608fb412f250fc906fbfbf584bdd788e4522e29a282587c3a5a11d81d06e31

Contents?: true

Size: 438 Bytes

Versions: 2

Compression:

Stored size: 438 Bytes

Contents

/* uTest Copyright (C) 2011 Data Differential, http://datadifferential.com/
 *
 * Use and distribution licensed under the BSD license.  See
 * the COPYING file in the parent directory for full text.
 */

#pragma once


/**
  Structure which houses the actual callers for the test cases contained in
  the collections.
*/
struct Runner {
  test_callback_runner_fn *pre;
  test_callback_runner_fn *run;
  test_callback_runner_fn *post;
};

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
couchbase-memcached-1.2.9 ext/libmemcached-0.50/libtest/runner.h
couchbase-memcached-1.2.8 ext/libmemcached-0.50/libtest/runner.h