Searched refs:createInterface (Results 1 – 2 of 2) sorted by relevance
375 JDiffClassDescription clz = createInterface("NormalInterface"); in testInterface()387 JDiffClassDescription clz = createInterface("NormalInterface"); in testInterfaceAlwaysTreatAsAbstract()790 JDiffClassDescription iface = createInterface( in testExtendedNormalInterface()796 createInterface(ExtendedNormalInterface.class.getSimpleName()); in testExtendedNormalInterface()809 JDiffClassDescription iface = createInterface( in testAddingRuntimeMethodToInterface()821 JDiffClassDescription iface = createInterface( in testAddingRuntimeMethodToInterface_PreviousApi()
113 protected JDiffClassDescription createInterface(String name) { in createInterface() method in ApiPresenceCheckerTest