383940414243444546
public String getLabelResource() { return "xml_assertion_title"; // $NON-NLS-1$ } public TestElement createTestElement() { XMLAssertion el = new XMLAssertion(); modifyTestElement(el); return el; }
444546474849505152
return "xml_assertion_title"; } public TestElement createTestElement() { XMLAssertion el = new XMLAssertion(); modifyTestElement(el); return el; }
404142434445464748
return "xml_assertion_title"; // $NON-NLS-1$ } @Override public TestElement createTestElement() { XMLAssertion el = new XMLAssertion(); modifyTestElement(el); return el; }
363738394041424344
828384858687888990
return JMeterUtils.getResString("xml_assertion_title"); } public TestElement createTestElement() { XMLAssertion el = new XMLAssertion(); modifyTestElement(el); return el; }
394041424344454647
public String getLabelResource() { return "xml_assertion_title"; } public TestElement createTestElement() { XMLAssertion el = new XMLAssertion(); modifyTestElement(el); return el; }