Class SkipUnsupportedOperationsHandlers

java.lang.Object
org.apache.ignite.migrationtools.handlers.SkipUnsupportedOperationsHandlers
All Implemented Interfaces:
org.junit.jupiter.api.extension.Extension, org.junit.jupiter.api.extension.TestExecutionExceptionHandler

public class SkipUnsupportedOperationsHandlers extends Object implements org.junit.jupiter.api.extension.TestExecutionExceptionHandler
Automatically skips tests if based on exceptions thrown for unimplemented features.
  • Constructor Details

    • SkipUnsupportedOperationsHandlers

      public SkipUnsupportedOperationsHandlers()
  • Method Details

    • handleTestExecutionException

      public void handleTestExecutionException(org.junit.jupiter.api.extension.ExtensionContext context, Throwable throwable) throws Throwable
      Specified by:
      handleTestExecutionException in interface org.junit.jupiter.api.extension.TestExecutionExceptionHandler
      Throws:
      Throwable