Running Unit Tests¶
To invoke tests for examples from IntelliJ Idea, the following JVM option is required:
-Dspark.testing=true
To invoke unit tests from Gradle, run:
./gradlew build -x integTest
To invoke tests for examples from IntelliJ Idea, the following JVM option is required:
-Dspark.testing=true
To invoke unit tests from Gradle, run:
./gradlew build -x integTest