[ObjCExport] Analysis Api: Implement initial support for exporting 'MustBeDocumented' annotations

^KT-64869 Fixed
This commit is contained in:
Sebastian Sellmair
2024-01-11 08:47:27 +01:00
committed by Space Team
parent cdcb3e4dcd
commit 80d9933543
10 changed files with 318 additions and 125 deletions
@@ -120,6 +120,11 @@ class ObjCExportHeaderGeneratorTest(val generator: HeaderGenerator) {
doTest(headersTestDataDir.resolve("classWithMustBeDocumentedAnnotation"))
}
@Test
fun `test - interfaceWithMustBeDocumentedAnnotation`() {
doTest(headersTestDataDir.resolve("interfaceWithMustBeDocumentedAnnotation"))
}
@Test
fun `test - functionWithMustBeDocumentedAnnotation`() {
doTest(headersTestDataDir.resolve("functionWithMustBeDocumentedAnnotation"))