Package io.micronaut.views.fields.tck
Class TestUtils
java.lang.Object
io.micronaut.views.fields.tck.TestUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
assertEqualsIgnoreSpace
(String expected, String value) static int
countOccurrences
(String mainString, String subString) static String
output
(io.micronaut.core.io.Writable writeable) static String
render
(String viewName, ViewsRenderer<Map<String, Object>, ?> viewsRenderer, Map<String, Object> model)
-
Method Details
-
render
public static String render(String viewName, ViewsRenderer<Map<String, Object>, throws IOException?> viewsRenderer, Map<String, Object> model) - Throws:
IOException
-
assertEqualsIgnoreSpace
-
output
- Throws:
IOException
-
countOccurrences
-