pub fn assert_eq<R: FromStep<S> + PartialEq + Debug, S: ToStep<R>>(
    step: R,
    attributes: &mut Vec<String>
)