TestableOpenClass

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class TestableOpenClass

Any class annotated with this method with be not final, and it can be Mocked for testing purposes

See also

Constructors

TestableOpenClass
Link copied to clipboard
fun TestableOpenClass()