Class UnsetSimulationPreprocessor

  • All Implemented Interfaces:
    io.specto.hoverfly.junit.core.SimulationPreprocessor, java.util.function.Consumer<io.specto.hoverfly.junit.core.model.Simulation>

    public final class UnsetSimulationPreprocessor
    extends java.lang.Object
    implements io.specto.hoverfly.junit.core.SimulationPreprocessor
    Default preprocessor for HoverflyConfig which signals, that no preprocessor is set.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(io.specto.hoverfly.junit.core.model.Simulation simulation)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Method Detail

      • accept

        public void accept​(io.specto.hoverfly.junit.core.model.Simulation simulation)
        Specified by:
        accept in interface java.util.function.Consumer<io.specto.hoverfly.junit.core.model.Simulation>
        Specified by:
        accept in interface io.specto.hoverfly.junit.core.SimulationPreprocessor