Skip to content
Snippets Groups Projects
Commit a3b9c976 authored by Mohamed Metwalli's avatar Mohamed Metwalli
Browse files

Define custom annotation for tests

parent fa4b1e18
No related branches found
No related tags found
No related merge requests found
package testhelpers
@kotlin.annotation.Retention(AnnotationRetention.RUNTIME)
@Target(
AnnotationTarget.FUNCTION,
AnnotationTarget.CLASS
)
annotation class Screenshot
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment