Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/utilities/
H A Dfile_logger_tests.h29 mockFileSystem = !value; in useRealFiles()
38 if (mockFileSystem == false) { in writeToFile()
56 bool mockFileSystem = true;
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapreduce/task/reduce/
H A DTestShuffleScheduler.java89 FileSystem mockFileSystem = mock(FileSystem.class); in TestAggregatedTransferRate() local
107 new ShuffleConsumerPlugin.Context<K, V>(mockTaskAttemptID, job, mockFileSystem, in TestAggregatedTransferRate()
224 FileSystem mockFileSystem = mock(FileSystem.class); in TestSucceedAndFailedCopyMap() local
243 mockTaskAttemptID, job, mockFileSystem, in TestSucceedAndFailedCopyMap()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapreduce/
H A DTestShufflePlugin.java132 FileSystem mockFileSystem = mock(FileSystem.class); in testConsumerApi() local
151 new ShuffleConsumerPlugin.Context<K, V>(mockTaskAttemptID, jobConf, mockFileSystem, in testConsumerApi()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Shared/UnitTests/
H A DFileMatcher_Tests.cs1080 …MockFileSystem mockFileSystem = new MockFileSystem(matchingFiles, nonmatchingFiles, untouchableFil… in MatchDriver()
1085 new FileMatcher.GetFileSystemEntries(mockFileSystem.GetAccessibleFileSystemEntries), in MatchDriver()
1086 new FileMatcher.DirectoryExists(mockFileSystem.DirectoryExists) in MatchDriver()
1129 …ert("At least one file that was marked untouchable was referenced.", mockFileSystem.FileHits3 == 0… in MatchDriver()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/julienschmidt/httprouter/
H A Drouter_test.go503 type mockFileSystem struct { struct
507 func (mfs *mockFileSystem) Open(name string) (http.File, error) { argument
514 mfs := &mockFileSystem{}
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/julienschmidt/httprouter/
H A Drouter_test.go503 type mockFileSystem struct { struct
507 func (mfs *mockFileSystem) Open(name string) (http.File, error) { argument
514 mfs := &mockFileSystem{}
/dports/net/nsq/nsq-1.2.1/vendor/github.com/julienschmidt/httprouter/
H A Drouter_test.go575 type mockFileSystem struct { struct
579 func (mfs *mockFileSystem) Open(name string) (http.File, error) { argument
586 mfs := &mockFileSystem{}
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/julienschmidt/httprouter/
H A Drouter_test.go575 type mockFileSystem struct { struct
579 func (mfs *mockFileSystem) Open(name string) (http.File, error) { argument
586 mfs := &mockFileSystem{}
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/julienschmidt/httprouter/httprouter-1.3.0/
H A Drouter_test.go575 type mockFileSystem struct { struct
579 func (mfs *mockFileSystem) Open(name string) (http.File, error) { argument
586 mfs := &mockFileSystem{}
/dports/net-mgmt/pushgateway/pushgateway-1.4.2/vendor/github.com/julienschmidt/httprouter/
H A Drouter_test.go575 type mockFileSystem struct { struct
579 func (mfs *mockFileSystem) Open(name string) (http.File, error) { argument
586 mfs := &mockFileSystem{}
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/julienschmidt/httprouter/
H A Drouter_test.go575 type mockFileSystem struct { struct
579 func (mfs *mockFileSystem) Open(name string) (http.File, error) { argument
586 mfs := &mockFileSystem{}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/julienschmidt/httprouter/
H A Drouter_test.go575 type mockFileSystem struct { struct
579 func (mfs *mockFileSystem) Open(name string) (http.File, error) { argument
586 mfs := &mockFileSystem{}
/dports/devel/msbuild/msbuild-0.06/src/Shared/UnitTests/
H A DFileMatcher_Tests.cs2002 …MockFileSystem mockFileSystem = new MockFileSystem(matchingFiles, nonmatchingFiles, untouchableFil… in MatchDriver()
2008 new FileMatcher.GetFileSystemEntries(mockFileSystem.GetAccessibleFileSystemEntries), in MatchDriver()
2009 new DirectoryExists(mockFileSystem.DirectoryExists) in MatchDriver()
2056 …Assert.Equal(0, mockFileSystem.FileHits3); // "At least one file that was marked untouchable was r… in MatchDriver()