docs consolidation
This commit is contained in:
@@ -2,6 +2,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.Versioning;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Extensions.Logging.Abstractions;
|
||||
@@ -315,6 +316,7 @@ public sealed class WindowsContainerRuntimeIntegrationTests
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[SupportedOSPlatform("windows")]
|
||||
public async Task DockerWindowsRuntimeClient_IsAvailable_WhenDockerRunning()
|
||||
{
|
||||
if (!IsWindowsWithDocker)
|
||||
@@ -330,6 +332,7 @@ public sealed class WindowsContainerRuntimeIntegrationTests
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[SupportedOSPlatform("windows")]
|
||||
public async Task DockerWindowsRuntimeClient_GetIdentity_ReturnsDockerInfo()
|
||||
{
|
||||
if (!IsWindowsWithDocker)
|
||||
@@ -348,6 +351,7 @@ public sealed class WindowsContainerRuntimeIntegrationTests
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[SupportedOSPlatform("windows")]
|
||||
public async Task DockerWindowsRuntimeClient_ListContainers_ReturnsWindowsContainers()
|
||||
{
|
||||
if (!IsWindowsWithDocker)
|
||||
|
||||
Reference in New Issue
Block a user