Home
last modified time | relevance | path

Searched refs:testCaseName (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4839 std::string const& testCaseName ) { in getAnnotation() argument
4840 …r = [[NSString alloc] initWithFormat:@"Catch_%s_%s", annotationName.c_str(), testCaseName.c_str()]; in getAnnotation()
4866 std::string testCaseName = methodName.substr( 15 ); in registerTestMethods() local
4867 std::string name = Detail::getAnnotation( cls, "Name", testCaseName ); in registerTestMethods()
4868 … std::string desc = Detail::getAnnotation( cls, "Description", testCaseName ); in registerTestMethods()