Class PreSetValidationListeners_PTest

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void comboVerification()
      Verify the support for verify listener on a combo field.
      void comboVerification_noVElement()
      Verify the support for verify listener on a combo field that is not a rendering of a view model element.
      void createShell()  
      void destroyShell()  
      void domainModelChange()
      Verify that the pre-set validation does not happen during root domain model change in the view model context.
      void mockValidation()  
      void multipleInstantiation()
      Verify management of instances of the class: a different instance for different view-model contexts.
      void singleInstantiation()
      Verify management of instances of the class: a single instance for any view-model context.
      void textVerification()
      Verify the support for verify listener on a text field.
      void textVerification_noVElement()
      Verify the support for verify listener on a text field that is not a rendering of a view model element.
      • Methods inherited from class java.lang.Object

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

      • PreSetValidationListeners_PTest

        public PreSetValidationListeners_PTest()
        Initializes me.
    • Method Detail

      • singleInstantiation

        public void singleInstantiation()
        Verify management of instances of the class: a single instance for any view-model context.
      • multipleInstantiation

        public void multipleInstantiation()
        Verify management of instances of the class: a different instance for different view-model contexts.
      • textVerification

        public void textVerification()
        Verify the support for verify listener on a text field.
      • comboVerification

        public void comboVerification()
        Verify the support for verify listener on a combo field.
      • textVerification_noVElement

        public void textVerification_noVElement()
        Verify the support for verify listener on a text field that is not a rendering of a view model element.
      • comboVerification_noVElement

        public void comboVerification_noVElement()
        Verify the support for verify listener on a combo field that is not a rendering of a view model element.
      • domainModelChange

        public void domainModelChange()
        Verify that the pre-set validation does not happen during root domain model change in the view model context.
      • createShell

        public void createShell()
      • mockValidation

        public void mockValidation()
      • destroyShell

        public void destroyShell()