Lines Matching refs:getImagePath

47         jimage("list", getImagePath())  in testList()
52 assertTrue(lines[0].startsWith("jimage: " + getImagePath()), in testList()
76 jimage("list", "--verbose", getImagePath()) in testListVerbose()
83 assertTrue(lines[0].startsWith("jimage: " + getImagePath()), in testListVerbose()
98 assertEquals(entries, new HashSet<>() {{ add("jimage: " + getImagePath()); }}, in testListVerbose()
104 JImageResult listAll = jimage("list", getImagePath()).assertSuccess(); in testListIncludeAllWithGlob()
105 … JImageResult listAllGlob = jimage("list", "--include", "**", getImagePath()).assertSuccess(); in testListIncludeAllWithGlob()
110 JImageResult listAll = jimage("list", getImagePath()).assertSuccess(); in testListIncludeWithGlob()
116 …JavaUtil = jimage("list", "--include", "/java.base/java/util/zip/**", getImagePath()).assertSucces… in testListIncludeWithGlob()
125 …JImageResult listNotMatching = jimage("list", "--include", "not_matching", getImagePath()).assertS… in testListIncludeNoMatchWithGlob()
134 JImageResult listAll = jimage("list", getImagePath()).assertSuccess(); in testListIncludeAllWithExplicitGlob()
135 … JImageResult listAllGlob = jimage("list", "--include", "glob:**", getImagePath()).assertSuccess(); in testListIncludeAllWithExplicitGlob()
140 JImageResult listAll = jimage("list", getImagePath()).assertSuccess(); in testListIncludeAllWithRegex()
141 …JImageResult listAllRegex = jimage("list", "--include", "regex:.*", getImagePath()).assertSuccess(… in testListIncludeAllWithRegex()
146 JImageResult listAll = jimage("list", getImagePath()).assertSuccess(); in testListIncludeWithRegex()
153 …vaText = jimage("list", "--include", "regex:/java.base/java/text/.*", getImagePath()).assertSucces… in testListIncludeWithRegex()
164 getImagePath()).assertSuccess(); in testListIncludeNoMatchWithRegex()
173 JImageResult listAll = jimage("list", getImagePath()).assertSuccess(); in testListIncludeMultiplePatterns()
181 getImagePath()).assertSuccess(); in testListIncludeMultiplePatterns()