net.grinder.script
Interface Test.InstrumentationFilter

Enclosing class:
Test

public static interface Test.InstrumentationFilter

Selective instrumentation.

See Also:
Test.record(Object, InstrumentationFilter)

Method Summary
 boolean matches(Object item)
          Filter the parts of an object.
 

Method Detail

matches

boolean matches(Object item)
Filter the parts of an object.

Parameters:
item - Part to test. The type depends on the instrumenter.
Returns:
true if the item should be instrumented.


Copyright © 2000-2013. All Rights Reserved.