[ObjCExport] Cleanup misleading test name for 'functionWithMustBeDocumentedAnnotation'
This commit is contained in:
committed by
Space Team
parent
7944a3dc4b
commit
1cb60a53d9
+5
@@ -115,6 +115,11 @@ class ObjCExportHeaderGeneratorTest(val generator: HeaderGenerator) {
|
||||
doTest(headersTestDataDir.resolve("kdocWithBlockTags"))
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `test - classWithMustBeDocumentedAnnotation`() {
|
||||
doTest(headersTestDataDir.resolve("classWithMustBeDocumentedAnnotation"))
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `test - functionWithMustBeDocumentedAnnotation`() {
|
||||
doTest(headersTestDataDir.resolve("functionWithMustBeDocumentedAnnotation"))
|
||||
|
||||
Reference in New Issue
Block a user