Interface SparkEnvUtils


public interface SparkEnvUtils
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether Spark is currently running unit tests.
  • Method Details

    • isTesting

      boolean isTesting()
      Indicates whether Spark is currently running unit tests.
      Returns:
      (undocumented)