use of org.jenkinsci.plugins.workflow.testMetaStep.chemical.DetectionMetaStep in project workflow-cps-plugin by jenkinsci.
the class SnippetizerTest method collisionWithAnotherMetaStep.
@Test
public void collisionWithAnotherMetaStep() throws Exception {
// neither should produce "CO()" because that would prevent disambiguation
st.assertRoundTrip(new StateMetaStep(new Colorado()), "state CO()");
st.assertRoundTrip(new DetectionMetaStep(new CarbonMonoxide()), "detect CO()");
}
Aggregations