Assertion for text printed by tags:echo
(String result, String expected)
| 187 | |
| 188 | /** Assertion for text printed by tags:echo */ |
| 189 | private static void assertEcho(String result, String expected) { |
| 190 | Assert.assertTrue(result, result.indexOf("<p>" + expected + "</p>") > 0); |
| 191 | } |
| 192 | } |
no test coverage detected