Searched defs:bootstrappedClass (Results 1 – 2 of 2) sorted by relevance
19 public <T> Class<T> bootstrappedClass(Class<?> clazz) { in bootstrappedClass() method in Sandbox
101 private Object createTestInstance(Class bootstrappedClass) throws Exception { in createTestInstance()