package gov.nist.registry.common2.testkit; import org.apache.axiom.om.OMElement; public class TestStep { OMElement stepEle; public TestStep(OMElement step) { stepEle = step; } }