Class JUnit5Module.TestCountListenerProvider

  • All Implemented Interfaces:
    com.google.inject.Provider<net.thucydides.core.steps.StepListener>, javax.inject.Provider<net.thucydides.core.steps.StepListener>
    Enclosing class:
    JUnit5Module

    public static class JUnit5Module.TestCountListenerProvider
    extends java.lang.Object
    implements com.google.inject.Provider<net.thucydides.core.steps.StepListener>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      net.thucydides.core.steps.StepListener get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestCountListenerProvider

        public TestCountListenerProvider()
    • Method Detail

      • get

        public net.thucydides.core.steps.StepListener get()
        Specified by:
        get in interface com.google.inject.Provider<net.thucydides.core.steps.StepListener>
        Specified by:
        get in interface javax.inject.Provider<net.thucydides.core.steps.StepListener>