Struct mockers::Sequence [] [src]

pub struct Sequence {
    // some fields omitted
}

Methods

impl Sequence
[src]

fn new() -> Self

fn expect<E: Expectation + 'static>(&mut self, expectation: E)

Trait Implementations

impl Expectation for Sequence
[src]

fn call_match(&self) -> &CallMatch

fn is_satisfied(&self) -> bool

fn satisfy(&mut self, call: Call, mock_name: &str) -> *mut u8

fn describe(&self) -> String