Class AbstractTest

  • Direct Known Subclasses:
    AbstractGuestTest

    public abstract class AbstractTest
    extends Object
    To be extended by all Test Classes. Allows to start/stop the Web Driver and get access to it.
    Since:
    3.2M3
    Version:
    $Id: cea5a2834dc9afbcfc871b4ec775cb4190232a45 $
    • Field Detail

      • validateConsole

        public static final ValidateConsoleRule validateConsole
        Validate stdout/stderr for problems.
      • testName

        public final org.junit.rules.TestName testName
        The object used to access the name of the current test.
      • testDebugger

        public TestDebugger testDebugger
        Generates debugging information on test failure.
      • componentManager

        protected static org.xwiki.component.embed.EmbeddableComponentManager componentManager
    • Constructor Detail

      • AbstractTest

        public AbstractTest()