Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/unit_test/
H A Dunit_test_validator.cpp18945 CRef<CUser_field> go_field3(new CUser_field()); in BOOST_AUTO_TEST_CASE() local
18946 go_field3->SetLabel().SetStr("pubmed id"); in BOOST_AUTO_TEST_CASE()
18947 go_field3->SetData().SetStr("some text"); in BOOST_AUTO_TEST_CASE()
18948 go_term->SetData().SetFields().push_back(go_field3); in BOOST_AUTO_TEST_CASE()
18953 go_field3->SetData().SetInt(123); in BOOST_AUTO_TEST_CASE()