Home
last modified time | relevance | path

Searched refs:MockNode (Results 26 – 42 of 42) sorted by relevance

12

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/structs/
H A Ddevices_test.go58 n := MockNode()
159 n := MockNode()
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/
H A Ddevices_test.go58 n := MockNode()
159 n := MockNode()
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dlibkbfs_mocks_test.go3553 type MockNode struct { struct
3560 mock *MockNode
3564 func NewMockNode(ctrl *gomock.Controller) *MockNode {
3565 mock := &MockNode{ctrl: ctrl}
3571 func (m *MockNode) EXPECT() *MockNodeMockRecorder { argument
3590 func (m *MockNode) EntryType() data.EntryType { argument
3630 func (m *MockNode) GetBlockID() kbfsblock.ID { argument
3686 func (m *MockNode) GetID() NodeID { argument
3715 func (m *MockNode) Obfuscator() data.Obfuscator { argument
3791 func (m *MockNode) Unwrap() Node { argument
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/service/info/
H A Dconsistencycheck_test.go88 Primary: &nodes.MockNode{
93 Secondaries: []nodes.Node{&nodes.MockNode{
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/tests/nacl_io_test/
H A Dkernel_proxy_test.cc1089 ScopedRef<MockNode> mock_node(new MockNode(&*mock_fs)); in TEST_F()
1113 ScopedRef<MockNode> mock_node(new MockNode(&*mock_fs)); in TEST_F()
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/importer/
H A Dimporter_test.go257 Primary: &nodes.MockNode{
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/
H A D.golangci.yml463 text: "exported method MockNode.GetStorage should have comment or be unexported"
467 text: "exported method MockNode.IsHealthy should have comment or be unexported"
471 text: "exported method MockNode.GetConnection should have comment or be unexported"
475 text: "exported method MockNode.GetAddress should have comment or be unexported"
479 text: "exported method MockNode.GetToken should have comment or be unexported"
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/
H A D.golangci.yml463 text: "exported method MockNode.GetStorage should have comment or be unexported"
467 text: "exported method MockNode.IsHealthy should have comment or be unexported"
471 text: "exported method MockNode.GetConnection should have comment or be unexported"
475 text: "exported method MockNode.GetAddress should have comment or be unexported"
479 text: "exported method MockNode.GetToken should have comment or be unexported"
/dports/www/trac-devel/Trac-1.5.3/trac/versioncontrol/web_ui/tests/
H A Dlog.py86 return MockNode(self, path, rev, Node.FILE)
130 class MockNode(Node): class
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Dhelper_test.go68 return nodes.Shard{Primary: &nodes.MockNode{}}, nil
H A Dcoordinator_test.go116 Primary: &nodes.MockNode{GetStorageMethod: func() string {
1466 mock *nodes.MockNode
1530 mock: &nodes.MockNode{
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Dhelper_test.go67 return nodes.Shard{Primary: &nodes.MockNode{}}, nil
H A Dcoordinator_test.go106 Primary: &nodes.MockNode{GetStorageMethod: func() string {
1425 mock *nodes.MockNode
1486 mock: &nodes.MockNode{
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Dhelper_test.go68 return nodes.Shard{Primary: &nodes.MockNode{}}, nil
H A Dcoordinator_test.go116 Primary: &nodes.MockNode{GetStorageMethod: func() string {
1472 mock *nodes.MockNode
1536 mock: &nodes.MockNode{
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/
H A D.golangci.yml569 text: "exported method `MockNode.GetStorage` should have comment or be unexported"
573 text: "exported method `MockNode.IsHealthy` should have comment or be unexported"
577 text: "exported method `MockNode.GetConnection` should have comment or be unexported"
581 text: "exported method `MockNode.GetAddress` should have comment or be unexported"
585 text: "exported method `MockNode.GetToken` should have comment or be unexported"
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/helpers/
H A Dtimestamp_packet_1_tests.cpp117 using MockNode = TagNode<MockTimestampPacketStorage>; in HWTEST_F() typedef
119 auto firstNode = static_cast<MockNode *>(allocator.getTag()); in HWTEST_F()

12