Class ConsoleSpammingMockitoJUnitRunner

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

    @Deprecated
    public class ConsoleSpammingMockitoJUnitRunner
    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).

    • Constructor Detail

      • ConsoleSpammingMockitoJUnitRunner

        public ConsoleSpammingMockitoJUnitRunner​(java.lang.Class<?> klass)
                                          throws java.lang.reflect.InvocationTargetException
        Deprecated.
        Throws:
        java.lang.reflect.InvocationTargetException
    • 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