Home
last modified time | relevance | path

Searched defs:MockConnection (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/grafana8/grafana-8.3.6/pkg/services/ldap/
H A Dtesting.go12 type MockConnection struct { struct
13 SearchFunc searchFunc
14 SearchCalled bool
15 SearchAttributes []string
17 AddParams *ldap.AddRequest
18 AddCalled bool
20 DelParams *ldap.DelRequest
21 DelCalled bool
23 CloseCalled bool
25 UnauthenticatedBindCalled bool
[all …]
/dports/databases/timescaledb/timescaledb-2.5.1/test/src/net/
H A Dconn_mock.c19 typedef struct MockConnection struct
25 } MockConnection; argument
/dports/databases/R-cran-DBI/DBI/tests/testthat/
H A Dhelper-dummy.R3 MockConnection <- setClass("MockConnection", contains = "DBIConnection") globalVar
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/engine/
H A Dstrategies.py17 MockConnection = MockConnection variable in MockEngineStrategy
/dports/databases/akonadi/akonadi-21.12.3/autotests/server/
H A Dmockobjects.h20 MockConnection() in MockConnection() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/platform/impl/
H A Dtls_data_router_posix_unittest.cc40 class MockConnection : public TlsConnectionPosix { class
42 explicit MockConnection(int fd, TaskRunner* task_runner) in MockConnection() function in openscreen::__anona9992c170111::MockConnection
/dports/security/py-python-gvm/python-gvm-21.10.0/tests/protocols/
H A D__init__.py24 class MockConnection: class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/platform/impl/
H A Dtls_data_router_posix_unittest.cc43 class MockConnection : public TlsConnectionPosix { class
45 explicit MockConnection(int fd, TaskRunner* task_runner) in MockConnection() function in openscreen::__anonf789207c0111::MockConnection
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/server/async_tran/test/
H A DQuicAsyncTransportServerTest.cpp32 class MockConnection : public wangle::ManagedConnection { class
34 explicit MockConnection(folly::AsyncTransport::UniquePtr sock) in MockConnection() function in quic::test::MockConnection
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/language_server/
H A D__init__.py29 class MockConnection( lsc.LanguageServerConnection ): class
/dports/www/py-requests-toolbelt/requests-toolbelt-0.9.1/tests/
H A Dtest_proxy_digest_auth.py95 class MockConnection(object): class
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/FunctionalTests/BaseProviderAsyncTest/
H A DMockConnection.cs10 public class MockConnection : DbConnection class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h28 MockConnection(std::vector<std::string> &packets) { m_packets = &packets; }; in MockConnection() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h28 MockConnection(std::vector<std::string> &packets) { m_packets = &packets; }; in MockConnection() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h28 MockConnection(std::vector<std::string> &packets) { m_packets = &packets; }; in MockConnection() function
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h28 MockConnection(std::vector<std::string> &packets) { m_packets = &packets; }; in MockConnection() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h28 MockConnection(std::vector<std::string> &packets) { m_packets = &packets; }; in MockConnection() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h28 MockConnection(std::vector<std::string> &packets) { m_packets = &packets; }; in MockConnection() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h28 MockConnection(std::vector<std::string> &packets) { m_packets = &packets; }; in MockConnection() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h28 MockConnection(std::vector<std::string> &packets) { m_packets = &packets; }; in MockConnection() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h28 MockConnection(std::vector<std::string> &packets) { m_packets = &packets; }; in MockConnection() function
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h28 MockConnection(std::vector<std::string> &packets) { m_packets = &packets; }; in MockConnection() function
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/tests/
H A Dresource_manager.rs140 struct MockConnection(Setup, Option<Vec<u8>>); struct
142 impl RequestConnection for MockConnection { implementation
253 impl Connection for MockConnection { implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/tests/
H A Dresource_manager.rs140 struct MockConnection(Setup, Option<Vec<u8>>); struct
142 impl RequestConnection for MockConnection { implementation
253 impl Connection for MockConnection { implementation
/dports/databases/py-peewee_migrate/peewee_migrate-1.4.6/tests/mocks/
H A Dpostgres.py3 class MockConnection(connection): class

123