Searched refs:oInspect (Results 1 – 2 of 2) sorted by relevance
63 public Object[] oInspect = null; field in _XObjectInspector79 oInspect = (Object[]) tEnv.getObjRelation("XObjectInspector.toInspect"); in before()81 if (oInspect == null) throw new StatusException in before()100 oObj.inspect(oInspect); in _inspect()
166 Object[] oInspect = new Object[1]; in createTestEnvironment() local167 oInspect[0] = new PropertyHandlerImpl(); in createTestEnvironment()174 tEnv.addObjRelation("XObjectInspector.toInspect", oInspect); in createTestEnvironment()
Completed in 10 milliseconds