Not sure is is possible to tell if the sample is the last one.
However, there is a TestListener interface, which is called when the
test starts and ends. Not sure offhand if this is called fro
Assertions - try it and see.
S.
On 01/03/07, jsm83 <[EMAIL PROTECTED]> wrote:
Hi.
I'm listening sampler results through a custom Assertion. How could I know if a
SampleResult object is the last
sample running in test tree?
public AssertionResult getResult(SampleResult response){
// if response is the last one, and none more is coming... do something!
}
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]