Interface TestAction


  • public interface TestAction
    This interface describe the methods, which will be needed for a test plugin
    Author:
    JC Meillaud, A Peyrard, Bruno Dillenseger
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean doTest​(int number, java.util.Map<java.lang.String,​java.lang.String> params)  
    • Method Detail

      • doTest

        boolean doTest​(int number,
                       java.util.Map<java.lang.String,​java.lang.String> params)