Annotation Type Before


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Before
    Method annotation to mark preparation methods, that is run before every test execution. Use these to set up your benchmarks.
    Since:
    1.0.0
    Author:
    Erhan Bagdemir