Home | History | Annotate | Download | only in support

Lines Matching refs:tc

585         std::size_t register_test(test_case tc)
589 m_tests[m_size] = tc;
609 registrar(test_suite & st, test_case tc)
611 tc);
788 test_case const& tc = *b;
789 set_checkpoint(tc.file, tc.func, tc.line);
794 tc.invoke();