Home
last modified time | relevance | path

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

/dports/net/kea/kea-2.0.1/src/lib/eval/tests/
H A Dcontext_unittest.cc585 void testVendor(const std::string& expr, Option::Universe u, in testVendor() function in __anona5259b4a0111::EvalContextTest
612 void testVendor(const std::string& expr, Option::Universe u, in testVendor() function in __anona5259b4a0111::EvalContextTest
615 testVendor(expr, u, vendor_id, 0, expected_repr); in testVendor()
1970 testVendor("vendor[4491].exists", Option::V4, 4491, TokenOption::EXISTS); in TEST_F()
1974 testVendor("vendor[4491].exists", Option::V6, 4491, TokenOption::EXISTS); in TEST_F()
1978 testVendor("vendor[*].exists", Option::V4, 0, TokenOption::EXISTS); in TEST_F()
1982 testVendor("vendor[*].exists", Option::V6, 0, TokenOption::EXISTS); in TEST_F()
1994 testVendor("vendor[4491].option[1].exists", Option::V4, 4491, 1, TokenOption::EXISTS); in TEST_F()
1998 testVendor("vendor[4491].option[1].exists", Option::V6, 4491, 1, TokenOption::EXISTS); in TEST_F()
2002 testVendor("vendor[4491].option[1].hex == 0x1234", Option::V4, 4491, 1, in TEST_F()
[all …]
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/netx/unit/net/sourceforge/jnlp/
H A DInformationDescTest.java76 public void testVendor() { in testVendor() method in InformationDescTest
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/libinput/
H A Ddevice_test.cpp36 void testVendor();
346 void TestLibinputDevice::testVendor() in testVendor() function in TestLibinputDevice