コード例 #1
0
 /**
  * Sets up a {@link FilterTestHarness} for this test, and clears the list of received and sent
  * messages.
  */
 @Override
 public void setUp() {
   System.err.println("Testcase: " + this.getName());
   sizeBuf.sweep();
   receivedMessages.clear();
   sentMessages.clear();
   harness = new FilterTestHarness(this);
 }