Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NehaNaithani committed Jan 26, 2024
1 parent 46615a2 commit 284da0f
Show file tree
Hide file tree
Showing 6 changed files with 360 additions and 359 deletions.
1 change: 1 addition & 0 deletions iofog-agent-daemon/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'jacoco'
// id "org.jetbrains.kotlin.jvm" version "1.9.22"
}

description = 'iofog-agent-daemon'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public class ImageDownloadManagerTest {
private static String microserviceUuid;
private static DockerClient dockerClient;
private static MockedStatic<CommandShellExecutor> cmdShellExecutor;
private static DockerClientBuilder dockerClientBuilder;
private static Container container;
private static CommandShellResultSet<List<String>, List<String>> resultSetWithPath;
private static List<String> error;
Expand All @@ -75,7 +74,7 @@ public void setUp() throws Exception {
// when(Configuration.getDockerApiVersion()).thenReturn("19.03.1");
orchestrator = mock(Orchestrator.class);
mock(DefaultDockerClientConfig.class);
dockerClientBuilder = mock(DockerClientBuilder.class);
// DockerClientBuilder dockerClientBuilder = mock(DockerClientBuilder.class);
// mockStatic(DockerClientBuilder.class);

// dockerClient = mock(DockerClient.class);
Expand Down
Loading

0 comments on commit 284da0f

Please sign in to comment.