Searched refs:innerType (Results 1 – 2 of 2) sorted by relevance
815 val innerType = method.returnType() in Test inner types() constant816 assertThat(innerType).isInstanceOf(ClassTypeItem::class.java) in Test inner types()817 assertThat((innerType as ClassTypeItem).qualifiedName) in Test inner types()819 assertThat(innerType.className).isEqualTo("Inner") in Test inner types()820 assertThat(innerType.arguments).isEmpty() in Test inner types()822 val middleType = innerType.outerClassType in Test inner types()882 val innerType = method.returnType() in Test inner types from classpath() constant883 assertThat(innerType).isInstanceOf(ClassTypeItem::class.java) in Test inner types from classpath()884 assertThat((innerType as ClassTypeItem).qualifiedName).isEqualTo("java.util.Map.Entry") in Test inner types from classpath()885 assertThat(innerType.className).isEqualTo("Entry") in Test inner types from classpath()[all …]
1488 val innerType = innerClass.type() in Test toType for outer class with type parameter() constant1489 assertThat(innerType).isInstanceOf(ClassTypeItem::class.java) in Test toType for outer class with type parameter()1490 assertThat(innerType.qualifiedName).isEqualTo("test.pkg.Outer.Inner") in Test toType for outer class with type parameter()1492 val outerType = innerType.outerClassType in Test toType for outer class with type parameter()