Searched refs:getClassType (Results 1 – 4 of 4) sorted by relevance
27 return JDiffClassDescription.JDiffType.INTERFACE.equals(description.getClassType()) in mismatch()32 return JDiffClassDescription.JDiffType.INTERFACE.equals(description.getClassType()) in missing()
112 if (JDiffClassDescription.JDiffType.INTERFACE.equals(classDescription.getClassType())) { in checkClass()252 if (classDescription.getClassType() == JDiffClassDescription.JDiffType.INTERFACE) { in checkClassModifiersCompliance()657 if (classDescription.getClassType() == JDiffClassDescription.JDiffType.INTERFACE) { in addBaseClass()
107 JDiffType getClassType() { in getClassType() method in JDiffClassDescription
509 cls.getClassType()); in printTestSuite()