Searched defs:JarHostTest (Results 1 – 2 of 2) sorted by relevance
145 assertTrue(res.get(0) instanceof JarHostTest); in testSplit_withoutJar() local146 assertTrue(res.get(1) instanceof JarHostTest); in testSplit_withoutJar() local163 assertTrue(res.get(0) instanceof JarHostTest); in testSplit_withJar() local166 assertTrue(res.get(1) instanceof JarHostTest); in testSplit_withJar() local
32 public class JarHostTest extends HostTest { class