Versions in this module Expand all Collapse all v0 v0.30.0 Jan 16, 2025 v0.29.0 Nov 20, 2024 Changes in this version + func TestAssemble[T, C, I any](t *testing.T, config AssembleTestConfig[T, C, I]) + func TestDriver[T, C, I any](t *testing.T, config DriverTestConfig[T, C, I]) + type AssembleTestConfig struct + GetDriver func() drivers.Interface[T, C, I] + GoldenFile string + OverwriteGolden bool + Templates *helpers.Templates + type DriverTestConfig struct + GetDriver func() drivers.Interface[T, C, I] + GoldenFile string + OverwriteGolden bool + Root string + Templates *helpers.Templates