Versions in this module Expand all Collapse all v0 v0.2.0 Apr 30, 2025 Changes in this version + func MappedAddr(ctx context.Context, container testcontainers.Container, port string) (string, error) + func TopazImage() string + type TestCase struct + DirectoryClient *ds.Client + Topaz testcontainers.Container + func TestSetup(t *testing.T) TestCase + func (tst *TestCase) ContainerLogs(ctx context.Context, t *testing.T) string + func (tst *TestCase) ReadUserProperty(ctx context.Context, user, property string) any + func (tst *TestCase) UserHasIdentity(ctx context.Context, user, identity string) bool + func (tst *TestCase) UserHasManager(ctx context.Context, user, manager string) bool