File tree 1 file changed +0
-9
lines changed
src/VirtualClient/VirtualClient.Actions.UnitTests/Redis
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ namespace VirtualClient.Actions
5
5
{
6
6
using System ;
7
7
using System . Collections . Generic ;
8
- using System . Runtime . InteropServices ;
9
8
using System . Threading ;
10
9
using System . Threading . Tasks ;
11
10
using Microsoft . Extensions . DependencyInjection ;
@@ -74,14 +73,6 @@ private void SetupDefaultMockBehavior(PlatformID platformID)
74
73
this . fixture . ProcessManager . OnCreateProcess = ( cmd , args , wd ) => this . fixture . Process ;
75
74
}
76
75
77
- private void SetupDefaultMockBehavior ( PlatformID platformID , Architecture architecture )
78
- {
79
- this . fixture . Setup ( platformID , architecture ) ;
80
- this . fixture . File . Setup ( f => f . Exists ( It . IsAny < string > ( ) ) ) . Returns ( true ) ;
81
- this . fixture . ProcessManager . OnCreateProcess = ( cmd , args , wd ) => this . fixture . Process ;
82
- }
83
-
84
-
85
76
private class TestRedisExecutorExecutor : RedisExecutor
86
77
{
87
78
public TestRedisExecutorExecutor ( IServiceCollection dependencies , IDictionary < string , IConvertible > parameters = null )
You can’t perform that action at this time.
0 commit comments