Struct cucumber_rust::Steps[][src]

pub struct Steps<T: Default> {
    pub given: HashMap<&'static str, TestCase<T>>,
    pub when: HashMap<&'static str, TestCase<T>>,
    pub then: HashMap<&'static str, TestCase<T>>,
    pub regex: RegexSteps<T>,
}

Fields

Methods

impl<T: Default> Steps<T>
[src]

Auto Trait Implementations

impl<T> Send for Steps<T>

impl<T> Sync for Steps<T>