Class CountableScannable<T>

All Implemented Interfaces:
IActivatable, IBoundable<T>, ILevel, INameable, IScanAttributeContainer, IScannable<T>, ITimeoutable, ITolerable<T>, IPositionListenable
Direct Known Subclasses:
MockScannable

public abstract class CountableScannable<T> extends AbstractScannable<T>
A scannable with the ability to record method counts. This is primarily useful for testing and debugging it means that a dependency on Mockhito is not required in order to count method calls.
  • Constructor Details

    • CountableScannable

      protected CountableScannable()
    • CountableScannable

      protected CountableScannable(IPublisher<Location> publisher)
  • Method Details