p

bio.ferlab.datalake

testutils

package testutils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait CleanUpBeforeAll extends BeforeAndAfterAll
  2. trait CleanUpBeforeEach extends BeforeAndAfterEach
  3. trait CreateDatabasesBeforeAll extends BeforeAndAfterAll
  4. trait SparkSpec extends AnyFlatSpec with WithSparkSession with Matchers
  5. class TestETLContext extends RuntimeETLContext

    Default Test ETL context is a timestamp-based ETL.

  6. class TestIdETLContext extends RuntimeIdETLContext

    Id-based ETL context for testing.

  7. class TestTimestampETLContext extends RuntimeTimestampETLContext

    Timestamp-based ETL context for testing.

  8. trait WithSparkSession extends AnyRef
  9. class DeprecatedTestETLContext extends DeprecatedRuntimeETLContext
    Annotations
    @deprecated
    Deprecated

    (Since version 11.0.0) use v2.TestETLContext instead

Value Members

  1. object ClassGenerator
  2. object ClassGeneratorImplicits
  3. object TestETLContext extends Serializable
  4. object TestIdETLContext extends Serializable
  5. object TestTimestampETLContext extends Serializable

Deprecated Value Members

  1. object DeprecatedTestETLContext extends Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 11.0.0) use v2.TestETLContext instead

Ungrouped