Class PojoTestSetExecutor

    • Constructor Summary

      Constructors 
      Constructor Description
      PojoTestSetExecutor​(org.apache.maven.surefire.junit.JUnit3Reporter reporter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.lang.Class<?> testClass, java.lang.ClassLoader loader)  
      • Methods inherited from class java.lang.Object

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

      • PojoTestSetExecutor

        public PojoTestSetExecutor​(org.apache.maven.surefire.junit.JUnit3Reporter reporter)
    • Method Detail

      • execute

        public void execute​(java.lang.Class<?> testClass,
                            java.lang.ClassLoader loader)
                     throws org.apache.maven.surefire.api.testset.TestSetFailedException
        Specified by:
        execute in interface SurefireTestSetExecutor
        Throws:
        org.apache.maven.surefire.api.testset.TestSetFailedException