[][src]Struct dockertest::DockerOperations

pub struct DockerOperations { /* fields omitted */ }

Represents all operations that can be performed against all the started containers and docker during a test.

Methods

impl DockerOperations[src]

pub fn handle<'a>(&'a self, key: &'a str) -> Result<&'a Container, DockerError>[src]

Returns a handle to the specified container. If no container_name was specified when creating the Composition, the Image repository is the default key for the corresponding container.

pub fn failure(&self, msg: &str)[src]

Indicate that this test failed with the accompanied message.

Trait Implementations

impl Clone for DockerOperations[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]