TestcontainerEx.CassandraContainer (testcontainer_ex v0.1.0)

Copy Markdown View Source

Provides functionality for creating and managing Cassandra container configurations.

Summary

Types

t()

@type t() :: %TestcontainerEx.CassandraContainer{
  check_image: term(),
  image: term(),
  reuse: term(),
  wait_timeout: term()
}

Functions

connection_uri(container)

default_image()

default_port()

get_password()

get_username()

new()

port(container)

with_check_image(config, check_image)

with_image(config, image)

with_reuse(config, reuse)