com.spotify.scio

testing

package testing

Visibility
  1. Public
  2. All

Type Members

  1. case class AvroIO[T](path: String) extends TestIO[Nothing] with Product with Serializable

  2. case class BigQueryIO(tableSpecOrQuery: String) extends TestIO[TableRow] with Product with Serializable

  3. case class CustomIO[T](name: String) extends TestIO[Nothing] with Product with Serializable

  4. case class DatastoreIO(projectId: String, query: Query = null, namespace: String = null) extends TestIO[Entity] with Product with Serializable

  5. case class DistCacheIO[T](uri: String) extends Product with Serializable

  6. case class ObjectFileIO[T](path: String) extends TestIO[Nothing] with Product with Serializable

  7. case class PubsubIO(topic: String) extends TestIO[String] with Product with Serializable

  8. case class TFRecordIO(path: String) extends TestIO[Array[Byte]] with Product with Serializable

  9. case class TableRowJsonIO(path: String) extends TestIO[TableRow] with Product with Serializable

  10. class TestIO[+T] extends AnyRef

  11. case class TextIO(path: String) extends TestIO[String] with Product with Serializable

Value Members

  1. object DistCacheIO extends Serializable

  2. object JobTest

    Set up a Scio job for end-to-end unit testing.

Ungrouped