Klasse AvalonTest

java.lang.Object
org.apache.fulcrum.testcontainer.BaseUnit5Test
org.apache.torque.avalon.AvalonTest

public class AvalonTest extends org.apache.fulcrum.testcontainer.BaseUnit5Test
Basic testing of the Torque Avalon Component
Version:
$Id: AvalonTest.java 1850726 2019-01-08 10:56:07Z gk $
Autor:
Thomas Vandahl
  • Feldübersicht

    Von Klasse geerbte Felder org.apache.fulcrum.testcontainer.BaseUnit5Test

    attributes, COMPONENT_APP_ROOT, CONTAINER_ECM, CONTAINER_YAAFI, defaultLogLevel, maxInactiveInterval
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
     
    void
    Verifies that the container initialization and lookup works properly.
    void
    Verifies that the container initialization and lookup works properly.

    Von Klasse geerbte Methoden org.apache.fulcrum.testcontainer.BaseUnit5Test

    getConfigurationFileName, getContainerType, getLogLevel, getMockRequest, getParameterFileName, getRoleFileName, lookup, release, setConfigurationFileName, setContainerType, setLogLevel, setRoleFileName, tearDown

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • AvalonTest

      public AvalonTest()
  • Methodendetails

    • setUp

      @BeforeEach public void setUp() throws Exception
      Löst aus:
      Exception
    • testAvalonTorqueNotInitialized

      @Test public void testAvalonTorqueNotInitialized() throws Exception
      Verifies that the container initialization and lookup works properly.
      Löst aus:
      Exception
    • testAvalonTorqueInitialized

      @Test public void testAvalonTorqueInitialized() throws Exception
      Verifies that the container initialization and lookup works properly.
      Löst aus:
      Exception