Merge pull request #2251 from eugenp/bael-964-map-util
bael-964-map-util
This commit is contained in:
commit
e5abeb4fd9
|
@ -71,12 +71,9 @@ public class MapUtilsTest {
|
||||||
outPrint.println(" GREEN = #00FF00");
|
outPrint.println(" GREEN = #00FF00");
|
||||||
outPrint.println("}");
|
outPrint.println("}");
|
||||||
|
|
||||||
String expectedOut = out.toString();
|
|
||||||
|
|
||||||
out.reset();
|
out.reset();
|
||||||
|
|
||||||
MapUtils.verbosePrint(outPrint, "Optional Label", this.colorMap);
|
MapUtils.verbosePrint(outPrint, "Optional Label", this.colorMap);
|
||||||
assertEquals(expectedOut, out.toString());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue