Class VerboseMockitoJUnitRunner

  • All Implemented Interfaces:
    org.junit.runner.Describable, org.junit.runner.manipulation.Filterable

    @Deprecated
    public class VerboseMockitoJUnitRunner
    extends org.junit.runner.Runner
    implements org.junit.runner.manipulation.Filterable
    Deprecated.
    as of 2.1.0. Use the MockitoJUnitRunner runner instead which contains support for detecting unused stubs.

    If you still prefer using this runner, tell us why (create ticket in our issue tracker).

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private InternalRunner runner
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void filter​(org.junit.runner.manipulation.Filter filter)
      Deprecated.
       
      org.junit.runner.Description getDescription()
      Deprecated.
       
      void run​(org.junit.runner.notification.RunNotifier notifier)
      Deprecated.
       
      • Methods inherited from class org.junit.runner.Runner

        testCount
      • Methods inherited from class java.lang.Object

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

      • VerboseMockitoJUnitRunner

        public VerboseMockitoJUnitRunner​(java.lang.Class<?> klass)
                                  throws java.lang.reflect.InvocationTargetException
        Deprecated.
        Throws:
        java.lang.reflect.InvocationTargetException
      • VerboseMockitoJUnitRunner

        VerboseMockitoJUnitRunner​(InternalRunner runner)
        Deprecated.
    • Method Detail

      • run

        public void run​(org.junit.runner.notification.RunNotifier notifier)
        Deprecated.
        Specified by:
        run in class org.junit.runner.Runner
      • getDescription

        public org.junit.runner.Description getDescription()
        Deprecated.
        Specified by:
        getDescription in interface org.junit.runner.Describable
        Specified by:
        getDescription in class org.junit.runner.Runner
      • filter

        public void filter​(org.junit.runner.manipulation.Filter filter)
                    throws org.junit.runner.manipulation.NoTestsRemainException
        Deprecated.
        Specified by:
        filter in interface org.junit.runner.manipulation.Filterable
        Throws:
        org.junit.runner.manipulation.NoTestsRemainException