Class BigQuerySimulatorTestExtension
-
- All Implemented Interfaces:
-
org.junit.jupiter.api.extension.Extension,org.junit.jupiter.api.extension.TestInstancePreConstructCallback,org.junit.jupiter.api.extension.TestInstancePreDestroyCallback,org.junit.jupiter.api.extension.TestInstantiationAwareExtension
public final class BigQuerySimulatorTestExtension extends SimulatorTestExtension<BigQueryEngine>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBigQuerySimulatorTestExtension.Builder
-
Field Summary
Fields Modifier and Type Field Description private final SimulatorConnection<BigQueryEngine>connection
-
Constructor Summary
Constructors Constructor Description BigQuerySimulatorTestExtension(SimulatorConnection<BigQueryEngine> connection, DefaultConnection<BigQueryEngine> defaultConnectionToConfigure)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class rocks.frieler.kraftsql.testing.SimulatorTestExtension
getConnection, preConstructTestInstance, preDestroyTestInstance -
Methods inherited from class org.junit.jupiter.api.extension.TestInstantiationAwareExtension
getTestInstantiationExtensionContextScope -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-