Struct testcall::TestCall[][src]

pub struct TestCall<'a> { /* fields omitted */ }
Expand description

A TestCall object binds a BinTest::Command to a single executable and environment and provides functions to call this multiple times.

Implementations

Creates a new testcall object for ‘name’ from the current crates executables.

Creates a new testcall object for an external command given by path.

Sets the current dir in which the next call shall execute

Calls the executable with the given arguments and expects successful exit. Returns a TestOutput object for further investigation.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.