Class MockitoJUnitRunner

java.lang.Object
org.junit.runner.Runner
org.mockito.junit.MockitoJUnitRunner
org.mockito.runners.MockitoJUnitRunner
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable
Direct Known Subclasses:
MockitoJUnitRunner.Silent, MockitoJUnitRunner.Strict

@Deprecated public class MockitoJUnitRunner extends MockitoJUnitRunner
Deprecated.
Moved to MockitoJUnitRunner, this class will be removed with Mockito 4
Runner moved to a new place see MockitoJUnitRunner
  • Constructor Details

  • Method Details

    • run

      @Deprecated public void run(org.junit.runner.notification.RunNotifier notifier)
      Deprecated.
      Overrides:
      run in class MockitoJUnitRunner
    • getDescription

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

      @Deprecated 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
      Overrides:
      filter in class MockitoJUnitRunner
      Throws:
      org.junit.runner.manipulation.NoTestsRemainException