cloudtrends / soi-toolkit

Automatically exported from code.google.com/p/soi-toolkit
1 stars 0 forks source link

Add new helper-method to AbstractTestCase for detecting an excpetion without dispatching a method #326

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For some transports, e.g. jdbc, it is better to send the input message using a 
transport specific mechanism than using the alredy existing helper-method 
dispatchAndWaitForException() in AbstractTestCase.

When it come to negative tests we need a new helper-method to be able to to 
that.

Suggested signature:

    protected Exception waitForException(long timeout);

Original issue reported on code.google.com by magnus.l...@gmail.com on 12 Jan 2013 at 3:42

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2010.

Original comment by magnus.l...@gmail.com on 12 Jan 2013 at 3:47

GoogleCodeExporter commented 9 years ago
Move to v0.6.1-M1

Original comment by magnus.l...@gmail.com on 15 Jan 2013 at 5:54