Class QuickPerfSpringRunner

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

    public class QuickPerfSpringRunner
    extends org.junit.runners.BlockJUnit4ClassRunner
    • Constructor Summary

      Constructors 
      Constructor Description
      QuickPerfSpringRunner​(java.lang.Class<?> klass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void filter​(org.junit.runner.manipulation.Filter filter)  
      org.junit.runner.Description getDescription()  
      void run​(org.junit.runner.notification.RunNotifier notifier)  
      void setScheduler​(org.junit.runners.model.RunnerScheduler scheduler)  
      void sort​(org.junit.runner.manipulation.Sorter sorter)  
      int testCount()  
      • Methods inherited from class org.junit.runners.ParentRunner

        getTestClass
      • Methods inherited from class java.lang.Object

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

      • QuickPerfSpringRunner

        public QuickPerfSpringRunner​(java.lang.Class<?> klass)
                              throws org.junit.runners.model.InitializationError
        Throws:
        org.junit.runners.model.InitializationError
    • Method Detail

      • getDescription

        public org.junit.runner.Description getDescription()
        Specified by:
        getDescription in interface org.junit.runner.Describable
        Overrides:
        getDescription in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
      • run

        public void run​(org.junit.runner.notification.RunNotifier notifier)
        Overrides:
        run in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
      • filter

        public void filter​(org.junit.runner.manipulation.Filter filter)
                    throws org.junit.runner.manipulation.NoTestsRemainException
        Specified by:
        filter in interface org.junit.runner.manipulation.Filterable
        Overrides:
        filter in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
        Throws:
        org.junit.runner.manipulation.NoTestsRemainException
      • sort

        public void sort​(org.junit.runner.manipulation.Sorter sorter)
        Specified by:
        sort in interface org.junit.runner.manipulation.Sortable
        Overrides:
        sort in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
      • setScheduler

        public void setScheduler​(org.junit.runners.model.RunnerScheduler scheduler)
        Overrides:
        setScheduler in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
      • testCount

        public int testCount()
        Overrides:
        testCount in class org.junit.runner.Runner