Add commonUI test
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 7m17s

This commit is contained in:
2025-10-12 23:51:12 +02:00
parent 054d229b97
commit efac02216e
10 changed files with 104 additions and 48 deletions

View File

@@ -0,0 +1,5 @@
package ch.dissem.yaep.ui.common
@Suppress("EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING")
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION])
actual annotation class IgnoreAndroidUnitTest actual constructor()