AbstractEngineTest

abstract class AbstractEngineTest

Abstract base class that all engine test suite test classes should inherit from.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun testEngines(skipEngines: Set<String> = emptySet(), block: EngineTestBuilder.() -> Unit)

Build a test that will run against each engine in the test suite.