Package org.molgenis.test
Class TestResourceUtils
- java.lang.Object
-
- org.molgenis.test.TestResourceUtils
-
public class TestResourceUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetRenderedString(Class<?> contextClass, String resourceName, Map<String,String> model)static StringgetString(Class<?> contextClass, String resourceName)Based on org.molgenis.util.ResourceUtils which can't be used here because of circular dependency issues.
-
-
-
Method Detail
-
getRenderedString
public static String getRenderedString(Class<?> contextClass, String resourceName, Map<String,String> model) throws IOException
- Throws:
IOException
-
getString
public static String getString(Class<?> contextClass, String resourceName) throws IOException
Based on org.molgenis.util.ResourceUtils which can't be used here because of circular dependency issues.- Throws:
IOException
-
-