Struct mockers::ExpectationNever [] [src]

pub struct ExpectationNever<CM: CallMatch> {
    // some fields omitted
}

Trait Implementations

impl<CM: CallMatch> Expectation for ExpectationNever<CM>
[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