Class RouterServiceTest
java.lang.Object
org.jumpmind.symmetric.service.impl.RouterServiceTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setup()
void
void
void
void
void
void
void
testProducesCommonBatchesSameTablesTwoChannelsMultipleRoutersDifferentTableIncomingOnAnotherChannel()
-
Constructor Details
-
RouterServiceTest
public RouterServiceTest()
-
-
Method Details
-
setup
@BeforeEach public void setup() -
testProducesCommonBatchesOneTableOneChannelDefaultRouter
@Test public void testProducesCommonBatchesOneTableOneChannelDefaultRouter() -
testNotProducesCommonBatchesOneTableOneChannelNonDefaultRouter
@Test public void testNotProducesCommonBatchesOneTableOneChannelNonDefaultRouter() -
testProducesCommonBatchesMultipleTablesTwoChannelsMultipleRouters
@Test public void testProducesCommonBatchesMultipleTablesTwoChannelsMultipleRouters() -
testProducesCommonBatchesMultipleTablesTwoChannelsMultipleRoutersBidirectional
@Test public void testProducesCommonBatchesMultipleTablesTwoChannelsMultipleRoutersBidirectional() -
testNotProducesCommonBatchesMultipleTablesTwoChannelsMultipleRoutersSyncOnIncoming
@Test public void testNotProducesCommonBatchesMultipleTablesTwoChannelsMultipleRoutersSyncOnIncoming() -
testNotProducesCommonBatchesSameTablesTwoChannelsMultipleRoutersSameTableIncomingOnAnotherChannel
@Test public void testNotProducesCommonBatchesSameTablesTwoChannelsMultipleRoutersSameTableIncomingOnAnotherChannel() -
testProducesCommonBatchesSameTablesTwoChannelsMultipleRoutersDifferentTableIncomingOnAnotherChannel
@Test public void testProducesCommonBatchesSameTablesTwoChannelsMultipleRoutersDifferentTableIncomingOnAnotherChannel()
-