Class PageObjectSuite

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

    public class PageObjectSuite
    extends XWikiExecutorSuite
    Extends XWikiExecutorSuite and initialize the PersistentTestContext.
    Since:
    3.2M3
    Version:
    $Id: ac4b2dd3799fe29efe842df18b2b94d7263e5978 $
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  PageObjectSuite.PostStart  
      • Nested classes/interfaces inherited from class org.junit.extensions.cpsuite.ClasspathSuite

        org.junit.extensions.cpsuite.ClasspathSuite.BaseTypeFilter, org.junit.extensions.cpsuite.ClasspathSuite.BeforeSuite, org.junit.extensions.cpsuite.ClasspathSuite.ClassnameFilters, org.junit.extensions.cpsuite.ClasspathSuite.ClasspathProperty, org.junit.extensions.cpsuite.ClasspathSuite.ExcludeBaseTypeFilter, org.junit.extensions.cpsuite.ClasspathSuite.IncludeJars, org.junit.extensions.cpsuite.ClasspathSuite.SuiteTypes
      • Nested classes/interfaces inherited from class org.junit.runners.Suite

        org.junit.runners.Suite.SuiteClasses
    • Constructor Summary

      Constructors 
      Constructor Description
      PageObjectSuite​(Class<?> suiteClass, org.junit.runners.model.RunnerBuilder builder)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void afterTests()  
      protected void beforeTests()  
      • Methods inherited from class org.junit.runners.Suite

        describeChild, emptySuite, runChild
      • Methods inherited from class org.junit.runners.ParentRunner

        childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolation
      • Methods inherited from class org.junit.runner.Runner

        testCount
    • Constructor Detail

      • PageObjectSuite

        public PageObjectSuite​(Class<?> suiteClass,
                               org.junit.runners.model.RunnerBuilder builder)
                        throws org.junit.runners.model.InitializationError
        Throws:
        org.junit.runners.model.InitializationError