.
This commit is contained in:
+4
-2
@@ -33,7 +33,8 @@ class MarketingAnalysisServiceChartPlacementTest {
|
||||
placeholderMap.put("[[TABLE_COMPARISON]]", ctor.newInstance("comparisonTable", "comparisonTable"));
|
||||
placeholderMap.put("[[CHART_SWOT]]", ctor.newInstance("swot", "swot"));
|
||||
placeholderMap.put("[[CHART_CHANNELS]]", ctor.newInstance("channelsPotential", "channelsPotential"));
|
||||
placeholderMap.put("[[CHART_CHANNEL_MATRIX]]", ctor.newInstance("segmentsChannelMatrix", "segmentsChannelMatrix"));
|
||||
placeholderMap.put("[[CHART_CHANNEL_MATRIX]]",
|
||||
ctor.newInstance("segmentsChannelMatrix", "segmentsChannelMatrix"));
|
||||
placeholderMap.put("[[CHART_FUNNEL]]", ctor.newInstance("conversionFunnel", "funnel"));
|
||||
return placeholderMap;
|
||||
}
|
||||
@@ -149,6 +150,7 @@ class MarketingAnalysisServiceChartPlacementTest {
|
||||
assertTrue(s7Start >= 0 && s8Start > s7Start, "Sanity check: VII before VIII");
|
||||
String section7Body = out.substring(s7Start, s8Start);
|
||||
assertTrue(section7Body.contains("[[CHART_CHANNELS]]"), "Must insert CHART_CHANNELS into section VII");
|
||||
assertTrue(section7Body.contains("[[CHART_CHANNEL_MATRIX]]"), "Must insert CHART_CHANNEL_MATRIX into section VII");
|
||||
assertTrue(section7Body.contains("[[CHART_CHANNEL_MATRIX]]"),
|
||||
"Must insert CHART_CHANNEL_MATRIX into section VII");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user