All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class YFormsTest extends AbstractYFormFacadeKeywords
Port of old ATDD-framework tests to Spock framework

Get, Create, Update and Create or update YFormDefinition model

  • Constructor Details

    • YFormsTest

      public YFormsTest()
  • Method Details

    • setUp

      public void setUp() throws ImpExException
      Throws:
      ImpExException
    • getUnexistingYFormDefinitionThrowsException

      public void getUnexistingYFormDefinitionThrowsException()
    • getYFormDefinition

      public void getYFormDefinition()
    • createYFormDefinition

      public void createYFormDefinition()
    • updateYFormDefinition

      public void updateYFormDefinition()
    • updateUnexistingYFormDefinitionThrowsException

      public void updateUnexistingYFormDefinitionThrowsException()
    • createOrUpdateYFormDefinition

      public void createOrUpdateYFormDefinition()
    • getUnexistingYFormDataThrowsException

      public void getUnexistingYFormDataThrowsException()
    • getYFormData

      public void getYFormData()
    • createYFormData

      public void createYFormData()
    • updateYFormData

      public void updateYFormData()
    • updateUnexistingYFormDataThrowsException

      public void updateUnexistingYFormDataThrowsException()
    • createOrUpdateYFormData

      public void createOrUpdateYFormData()