Struct marid::test_helpers::TestProcess [] [src]

pub struct TestProcess {
    // some fields omitted
}

A test struct that implements the Process trait.

Methods

impl TestProcess

fn new(runner: TestRunner) -> TestProcess

Create a new TestProcess.

Trait Implementations

impl Process for TestProcess

type Error = TestError

fn ready(&self) -> Result<(), Self::Error>

fn wait(&self) -> Result<(), Self::Error>

fn signal(&self, signal: Signal)