Documentation
¶
Overview ¶
test/integration/privacy_integration_helper.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VerifyNoRegressions ¶
func VerifyNoRegressions(t *testing.T, services *TestServices)
VerifyNoRegressions checks that basic functionality still works
Types ¶
type TestServices ¶
type TestServices struct {
TransformService *service.TransformationService
Cache port.CachePort
Metrics port.MetricsPort
Privacy port.PrivacyPort
Audit port.AuditPort
}
TestServices holds all services for integration testing
func SetupTestServices ¶
func SetupTestServices(t *testing.T) *TestServices
SetupTestServices creates a full service stack for testing This creates services WITHOUT privacy integration first to maintain backward compatibility and test that existing code still works
Click to show internal directories.
Click to hide internal directories.