Open hdahl opened 9 years ago
Comment #1 originally posted by soi-toolkit on 2013-10-25T13:03:03.000Z:
Also make it easier to adapt tests. For example add an extra outbound endpoint to a test.
Comment #2 originally posted by soi-toolkit on 2013-10-25T13:04:50.000Z:
Also make it possible to add customer-specific generator templates. Reflection: does this really make soi-tk simpler? Maybe from an end-user point-of-view?
Comment #3 originally posted by soi-toolkit on 2013-11-04T13:12:42.000Z:
Regarding adapting tests: maybe we should move away from using named endpoints in the generated test-setup code like (example for JMS-to-FTP):
protected void doSetUp() throws Exception { FtpUtil.initEndpointDirectory(muleContext, "jmsToFtp-outbound-endpoint"); }
since there are these problems with the above approach:
Can we instead of named endpoints just use parameters for connector and path?
Comment #4 originally posted by soi-toolkit on 2013-11-09T08:40:00.000Z:
Teststub-components: can we get rid of them as a concept? If there is a need it can be fulfilled by other means, for example using soapui-mockservices for http, or simply by building a dedicated full-blown integration-component. That would simplify the choices in the generator and remove some complexity in understanding how teststub-components are assembled and used.
Original issue 354 created by soi-toolkit on 2013-10-25T13:01:29.000Z:
Suggest that we simplify by: