Class Features

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

public final class Features
extends java.lang.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 Summary

    Modifier and Type Method Description
    static boolean areAllSupported​(java.util.List<java.lang.String> features)
    Tells whether all the features provided as argument are supported

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • areAllSupported

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