Class DockerFixture.ContainerInfo
Holds information about a Docker container.
Namespace: Neon.Xunit
Assembly: Neon.Xunit.dll
Syntax
public class DockerFixture.ContainerInfo
Properties
ID
Returns the container ID.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Returns the container name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |