Struct cucumber_rust::Steps[][src]

pub struct Steps<'s, T: 's + 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<'s, T>,
}

Fields

Methods

impl<'s, T: Default> Steps<'s, T>
[src]

Auto Trait Implementations

impl<'s, T> Send for Steps<'s, T> where
    T: Sync

impl<'s, T> Sync for Steps<'s, T> where
    T: Sync