Searched defs:JarHostTest (Results 1 – 2 of 2) sorted by relevance
150 assertTrue(res.get(0) instanceof JarHostTest); in testSplit_withoutJar() local151 assertTrue(res.get(1) instanceof JarHostTest); in testSplit_withoutJar() local168 assertTrue(res.get(0) instanceof JarHostTest); in testSplit_withJar() local171 assertTrue(res.get(1) instanceof JarHostTest); in testSplit_withJar() local
33 public class JarHostTest extends HostTest { class