Class GCSequenceNumberTests


  • public class GCSequenceNumberTests
    extends GridConfigurationTest
    Test cases with different combinations of grid configurations at tab level with different combinations of sequence numbers.
    Author:
    NaroaIriarte
    • Constructor Detail

      • GCSequenceNumberTests

        public GCSequenceNumberTests()
    • Method Detail

      • shouldExecuteOnlyIfThereIsNoGridConfig

        public void shouldExecuteOnlyIfThereIsNoGridConfig()
        Execute these test cases only if there is no custom grid config as it could make unstable results
      • sameTabDifferentSequenceNumber

        public void sameTabDifferentSequenceNumber()
                                            throws Exception
        If different sequence number is set for the same tab, the expected behavior is that the configuration set in the record with the highest sequence number be applied.
        Throws:
        Exception
      • differentTabSameSequenceNumber

        public void differentTabSameSequenceNumber()
                                            throws Exception
        If the same sequence number is set for different tabs, the expected behavior is that set configurations for these tabs be applied.
        Throws:
        Exception
      • differentTabDifferentSequenceNumber

        public void differentTabDifferentSequenceNumber()
                                                 throws Exception
        If different sequence number is set for different tabs the expected result is that the set configuration be applied for these tabs.
        Throws:
        Exception