Searched refs:methodname (Results 1 – 2 of 2) sorted by relevance
42 def _make_failed_test(classname, methodname, exception, suiteClass): argument45 attrs = {methodname: testFailure}47 return suiteClass((TestClass(methodname),))
922 string methodname = method.fd->getName().str(); in print_method() local935 osprintf(os, " auto res = %s", methodname.c_str()); in print_method()