Trait mockers::Expectation [] [src]

pub trait Expectation {
    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;
}

Required Methods

Implementors