Searched defs:template (Results 1 – 8 of 8) sorted by relevance
43 String template = "-ab"; in substitute_multipleReplacementPairs_replaceAll() local53 String template = "-a"; in substitute_replacementKeyNotInTemplate_doesNotReplace() local63 String template = "-aba"; in substitute_multipleReplacementKeyInTemplate_replaceTheKeys() local73 String template = "-a"; in substitute_noReplacementPairs_returnTemplate() local83 String template = ""; in substitute_templateContentIsEmpty_returnEmptyString() local
150 private IConfiguration createIConfigWithTemplate(String template) in createIConfigWithTemplate()159 private ModuleTemplate createModuleTemplate(String template) throws ConfigurationException { in createModuleTemplate()
200 private IConfiguration createIConfigWithTemplate(String template) in createIConfigWithTemplate()209 private ModuleTemplate createModuleTemplate(String template) throws ConfigurationException { in createModuleTemplate()
187 private IConfiguration createIConfigWithTemplate(String template) in createIConfigWithTemplate()196 private ModuleTemplate createModuleTemplate(String template) throws ConfigurationException { in createModuleTemplate()
71 ModuleTemplate template = ModuleTemplate.loadFrom(configuration); in get() local
215 private static String expandVars(CharSequence template, Map<String, String> vars) { in expandVars()
173 SimpleDateFormat template = new SimpleDateFormat("yyyy-MM-dd"); in testSecurityPatchLevel() local
194 String template = new File(parent, "{package}").toString(); in templateContainsPlaceholder_resolvesUriToFile() local