Home
last modified time | relevance | path

Searched defs:URITestCase (Results 1 – 10 of 10) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/client/
H A Dmongo_uri_test.cpp48 struct URITestCase { struct
49 std::string URI;
50 std::string uname;
51 std::string password;
52 mongo::ConnectionString::ConnectionType type;
53 std::string setname;
54 size_t numservers;
55 size_t numOptions;
56 std::string database;
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/
H A DTestURIUtil.java116 private class URITestCase{ class in TestURIUtil
120 public URITestCase(String testValue, String expectedResult){ in URITestCase() method in TestURIUtil.URITestCase
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/uris/
H A Duris.cpp30 class URITestCase : public CppUnit::TestCase class
90 URITestCase::URITestCase() in URITestCase() function in URITestCase
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/tests/uris/
H A Duris.cpp37 class URITestCase : public CppUnit::TestCase class
93 URITestCase::URITestCase() in URITestCase() function in URITestCase
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/tests/uris/
H A Duris.cpp37 class URITestCase : public CppUnit::TestCase class
93 URITestCase::URITestCase() in URITestCase() function in URITestCase
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/tests/uris/
H A Duris.cpp37 class URITestCase : public CppUnit::TestCase class
93 URITestCase::URITestCase() in URITestCase() function in URITestCase
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/tests/uris/
H A Duris.cpp37 class URITestCase : public CppUnit::TestCase class
93 URITestCase::URITestCase() in URITestCase() function in URITestCase
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/uris/
H A Duris.cpp33 class URITestCase : public CppUnit::TestCase class
93 URITestCase::URITestCase() in URITestCase() function in URITestCase
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/uris/
H A Duris.cpp33 class URITestCase : public CppUnit::TestCase class
93 URITestCase::URITestCase() in URITestCase() function in URITestCase
/dports/devel/py-lazr.uri/lazr.uri-1.0.5/src/lazr/uri/tests/
H A Dtest_uri.py31 class URITestCase(unittest.TestCase): class