Home
last modified time | relevance | path

Searched defs:test_method (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/test/doc/examples/
Dexample08.run-fail.cpp20 void test_method( double d ) in test_method() function in test_class
32 boost::function<void (double)> test_method = bind( &test_class::test_method, &tester, _1); in init_unit_test() local
/third_party/protobuf/benchmarks/python/
Dpy_benchmark.py109 def __init__(self, module=None, test_method=None, argument
117 def set_test_method(self, test_method): argument
/third_party/python/Lib/idlelib/idle_test/
Dtkinter_testing_utils.py30 def decorator(test_method): argument
/third_party/boost/libs/test/test/test-organization-ts/
Dtest-tree-management-test.cpp275 void virtual test_method() { i++; } in test_method() function
279 void virtual test_method() { i+=2; } in test_method() function
/third_party/python/Lib/test/
Dtest_docxmlrpc.py35 def test_method(self, arg): member in make_server.TestClass
Dtest_reprlib.py328 def test_method(self): member in LongReprTest
Dtest_tokenize.py612 def test_method(self): member in TokenizeTest
Dtest_gc.py159 def test_method(self): member in GCTests
Dtest_urllib2.py1894 def test_method(self): member in RequestTests
Dtest_functools.py1739 def test_method(self, x): member in TestLRU.test_lru_cache_weakrefable.A
/third_party/boost/boost/test/
Dparameterized_test.hpp100 typedef void (UserTestCase::*test_method)( ParamType ); typedef
/third_party/protobuf/python/google/protobuf/internal/
D_parameterized.py200 def __init__(self, test_method, testcases, naming_type): argument
/third_party/boost/boost/test/tree/
Dtest_unit.hpp272 make_test_case( void (UserTestCase::* test_method )(), in make_test_case()
/third_party/python/Lib/unittest/test/testmock/
Dtestpatch.py451 def test_method(other_self): member in PatchTest.test_patchobject_class_decorator.Foo
476 def test_method(other_self, mock_something): member in PatchTest.test_patch_class_decorator.Foo
/third_party/python/Modules/_decimal/tests/
Ddeccheck.py930 def test_method(method, testspecs, testfunc): function
/third_party/grpc/test/core/security/
Dcredentials_test.cc136 static const char test_method[] = "ThisIsNotAMethod"; variable