@Retention(value=RUNTIME) @Inherited public @interface RequiredHistoryLevel
Usage:
 package org.example;
 ...
 public class ExampleTest {
   @RequiredHistoryLevel(ProcessEngineConfiguration.HISTORY_ACTIVITY)
   public void testWithHistory() {
     // test something with the history service (e.g. variables)
   }
 public abstract String value
Copyright © 2018. All rights reserved.