OpenForTesting

  • Cmn
    @MustBeDocumented
    @Retention(value = AnnotationRetention.BINARY)
    @Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CLASS])
    annotation OpenForTesting

Denotes that this class or method is only open to allow unit testing. Any subclass or override is only allowed from tests.

Summary

Public constructors

Cmn

Public constructors

OpenForTesting

OpenForTesting()