Class LayerListenerFixture

  • All Implemented Interfaces:
    ILayerListener

    public class LayerListenerFixture
    extends Object
    implements ILayerListener
    This class helps us test the event flow by providing access to the ILayerEvent fired.
    • Constructor Detail

      • LayerListenerFixture

        public LayerListenerFixture()
    • Method Detail

      • clearReceivedEvents

        public void clearReceivedEvents()
      • getEventsCount

        public int getEventsCount()
      • containsInstanceOf

        public boolean containsInstanceOf​(Class<? extends ILayerEvent> class1)