Class ConstructorsSuper

  • Direct Known Subclasses:
    ConstructorsBDI, StartNotEnhancedBDI

    public abstract class ConstructorsSuper
    extends java.lang.Object
    Test if constructors are called in correct order.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.String> calls
      The constructor calls.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • calls

        protected java.util.List<java.lang.String> calls
        The constructor calls.
    • Constructor Detail

      • ConstructorsSuper

        public ConstructorsSuper()
        Create the agent.
      • ConstructorsSuper

        public ConstructorsSuper​(java.lang.String arg)
        Create the agent.