Konsist: add test to ensure that functions with @PreviewsDayNight are internal, and fix existing issues.
This commit is contained in:
committed by
Benoit Marty
parent
577527902f
commit
e49c0c46eb
@@ -46,4 +46,15 @@ class KonsistPreviewTest {
|
||||
it.text.contains("ElementPreview")
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `Functions with '@PreviewsDayNight' are internal`() {
|
||||
Konsist
|
||||
.scopeFromProject()
|
||||
.functions()
|
||||
.withAllAnnotationsOf(PreviewsDayNight::class)
|
||||
.assertTrue {
|
||||
it.hasInternalModifier
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user