Home
last modified time | relevance | path

Searched defs:test_name (Results 151 – 175 of 6251) sorted by path

12345678910>>...251

/dports/biology/abyss/abyss-2.3.1/vendor/gtest-1.7.0/include/gtest/
H A Dgtest_prod.h55 #define FRIEND_TEST(test_case_name, test_name)\ argument
/dports/biology/abyss/abyss-2.3.1/vendor/gtest-1.7.0/include/gtest/internal/
H A Dgtest-internal.h517 const char* test_name) { in AddTestName()
/dports/biology/abyss/abyss-2.3.1/vendor/gtest-1.7.0/src/
H A Dgtest.cc481 const std::string &test_name) { in FilterMatchesTest()
4474 const std::string test_name(test_info->name()); in FilterTests() local
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/
H A DExternalProgram.java353 final String test_name = this_feature_entry.getName(); in prepareRun() local
/dports/biology/avida/avida-2.12.4-src/avida-core/source/targets/unit-tests/
H A Dmain.cc430 void cUnitTest::ReportTestResult(const char* test_name, bool successful) in ReportTestResult()
/dports/biology/avida/avida-2.12.4-src/libs/apto/utils/unittest/googletest/
H A Dgtest.cc464 const String &test_name) { in FilterMatchesTest()
4184 const String test_name(test_info->name()); in UnitTestImpl() local
/dports/biology/avida/avida-2.12.4-src/libs/apto/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h1351 #define TEST_P(test_case_name, test_name) \ argument
H A Dgtest_prod.h55 #define FRIEND_TEST(test_case_name, test_name)\ argument
/dports/biology/avida/avida-2.12.4-src/libs/apto/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h620 const char* test_name) { in AddTestName()
897 #define GTEST_TEST_CLASS_NAME_(test_case_name, test_name) \ argument
901 #define GTEST_TEST_(test_case_name, test_name, parent_class, parent_id)\ argument
/dports/biology/freebayes/freebayes-1.3.5/vcflib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h1380 # define TEST_P(test_case_name, test_name) \ argument
H A Dgtest.h2180 #define GTEST_TEST(test_case_name, test_name)\ argument
2187 # define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) argument
2216 #define TEST_F(test_fixture, test_name)\ argument
H A Dgtest_prod.h55 #define FRIEND_TEST(test_case_name, test_name)\ argument
/dports/biology/freebayes/freebayes-1.3.5/vcflib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h556 const char* test_name) { in AddTestName()
569 bool TestExists(const std::string& test_name) const { in TestExists()
573 const CodeLocation& GetCodeLocation(const std::string& test_name) const { in GetCodeLocation()
678 std::string test_name = StripTrailingSpaces( in Register() local
/dports/biology/freebayes/freebayes-1.3.5/vcflib/googletest/googletest/src/
H A Dgtest.cc503 const std::string &test_name) { in FilterMatchesTest()
4808 const std::string test_name(test_info->name()); in FilterTests() local
/dports/biology/freebayes/freebayes-1.3.5/vcflib/googletest/googletest/test/
H A Dgtest-param-test_test.cc650 Message test_name; in SetUpTestCase() local
H A Dgtest_unittest.cc5300 static const TestInfo* GetTestInfo(const char* test_name) { in GetTestInfo()
H A Dgtest_xml_outfiles_test.py98 def _TestOutFile(self, test_name, expected_xml): argument
/dports/biology/jellyfish/jellyfish-2.3.0/unit_tests/gtest/src/
H A Dgtest-all.cc1965 const std::string &test_name) { in FilterMatchesTest()
5958 const std::string test_name(test_info->name()); in FilterTests() local
/dports/biology/lamarc/lamarc-2.1.8/boost/test/
H A Dauto_unit_test.hpp106 #define BOOST_AUTO_TC_REGISTRAR( test_name ) \ argument
108 #define BOOST_AUTO_TC_INVOKER( test_name ) BOOST_JOIN( test_name, _invoker ) argument
109 #define BOOST_AUTO_TC_UNIQUE_ID( test_name ) BOOST_JOIN( test_name, _id ) argument
132 #define BOOST_AUTO_TEST_CASE( test_name ) \ argument
146 #define BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( test_name, n ) \ argument
162 #define BOOST_FIXTURE_TEST_CASE( test_name, F ) \ argument
186 #define BOOST_AUTO_TEST_CASE_TEMPLATE( test_name, type_name, TL ) \ argument
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/ruby/ruby/test/unit/
H A Derror.rb18 attr_reader(:test_name, :exception) accessor in Test.Unit.Error
24 def initialize(test_name, exception) argument
H A Dfailure.rb13 attr_reader :test_name, :location, :message accessor in Test.Unit.Failure
19 def initialize(test_name, location, message) argument
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/unittests/gtest/src/
H A Dgtest-all.cc1965 const std::string &test_name) { in FilterMatchesTest()
5958 const std::string test_name(test_info->name()); in FilterTests() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/corelib/
H A Dtest_boost.hpp310 # define BOOST_FIXTURE_TEST_CASE_WITH_DECOR( test_name, F, decorators ) \ argument
406 #define BOOST_AUTO_TEST_CASE_TIMEOUT(test_name, n) \ argument
904 #define NCBITEST_DISABLE(test_name) \ argument
923 #define NCBITEST_DEPENDS_ON(test_name, dep_name) \ argument
950 #define NCBITEST_DEPENDS_ON_N(test_name, N, dep_names_array) \ argument
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/build-system/project_tree_builder/
H A Dproj_tree_builder.cpp1466 string test_name("/CHECK_NAME="); in DoCreate() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dtest_boost.cpp1030 CNcbiTestApplication::x_GetTrimmedTestName(const string& test_name) in x_GetTrimmedTestName()
1053 string test_name(unit_name); in CollectTestUnit() local
1403 const string& test_name = *it; in x_ReadConfiguration() local
1427 const string& test_name = *it; in x_ReadConfiguration() local
1445 const string& test_name = *it; in x_ReadConfiguration() local
1719 CNcbiTestApplication::GetTestUnit(CTempString test_name) in GetTestUnit()
2177 NcbiTestGetUnit(CTempString test_name) in NcbiTestGetUnit()

12345678910>>...251