Class BlackBox

java.lang.Object
org.frankframework.ladybug.filter.AbstractBox
org.frankframework.ladybug.filter.BlackBox
All Implemented Interfaces:
nl.nn.testtool.filter.CheckpointMatcher

public class BlackBox extends AbstractBox
Only show senders that communicate with another system
Author:
Jaco de Groot
  • Constructor Details

    • BlackBox

      public BlackBox()
  • Method Details

    • isSender

      protected boolean isSender(nl.nn.testtool.Checkpoint checkpoint)
      Overrides:
      isSender in class AbstractBox
    • isSenderOrPipeline

      protected boolean isSenderOrPipeline(nl.nn.testtool.Checkpoint checkpoint)
      Overrides:
      isSenderOrPipeline in class AbstractBox