Class QualifierFinder

java.lang.Object
net.serenitybdd.junit.runners.QualifierFinder

public class QualifierFinder extends Object
When running data-driven tests, each set of test data needs a way to distinguish it from the others. This class provides means to distinguish instantiated test cases. By default, the toString() method is used. If a public method that returns a String is marked with the Qualifier annotation, this method will be used instead.
  • Constructor Details

    • QualifierFinder

      public QualifierFinder(Object testCase)
  • Method Details