setIconAnimator(new RequestIconAnimator<HttpTestRequest>(this, "/http_request.gif", "/exec_http_request.gif", 4));
}
private void initAssertions() {
assertionsSupport = new AssertionsSupport(testStep, new AssertableConfig() {
public TestAssertionConfig addNewAssertion() {
return getConfig().addNewAssertion();
}
public List<TestAssertionConfig> getAssertionList() {