Class ConfigurationVersionHelperTest

java.lang.Object
org.jumpmind.symmetric.common.ConfigurationVersionHelperTest

public class ConfigurationVersionHelperTest extends Object
  • Field Details

  • Constructor Details

    • ConfigurationVersionHelperTest

      public ConfigurationVersionHelperTest()
  • Method Details

    • testFilterNodesOss

      @Test public void testFilterNodesOss()
    • testFilterNodesPro

      @Test public void testFilterNodesPro()
    • testFilterNodes

      public void testFilterNodes(boolean isPro)
    • testFilterNodesByMonitorType

      @Test public void testFilterNodesByMonitorType()
    • testFilterNodesByMonitorType

      protected void testFilterNodesByMonitorType(String monitorType, String[] versions, boolean shouldSend)
    • testShouldSendTableOss

      @Test public void testShouldSendTableOss()
    • testShouldSendTablePro

      @Test public void testShouldSendTablePro()
    • testShouldSendTable

      public void testShouldSendTable(boolean isPro)
    • getVersions

      protected List<String> getVersions()
    • getVersionWithTables

      protected Map<String,List<String>> getVersionWithTables()
    • shouldSend

      protected void shouldSend(String version, List<String> tables, String deployment)
    • shouldNotSend

      protected void shouldNotSend(String version, List<String> tables, String deployment)
    • checkSend

      protected void checkSend(String version, List<String> tables, boolean shouldSend, String deployment)