Class Features

java.lang.Object
org.elasticsearch.test.rest.yaml.Features

public final class Features extends Object
Allows to register additional features supported by the tests runner. This way any runner can add extra features and use proper skip sections to avoid breaking others runners till they have implemented the new feature as well. Once all runners have implemented the feature, it can be removed from the list and the related skip sections can be removed from the tests as well.
  • Method Details

    • areAllSupported

      public static boolean areAllSupported(List<String> features)
      Tells whether all the features provided as argument are supported