Versions in this module Expand all Collapse all v0 v0.13.0 Sep 12, 2024 v0.12.0 Jun 24, 2024 v0.11.0 Apr 2, 2024 Changes in this version + var CaseSet = TestCase.Build(func(ctx context.Context) { ... }) + var TestCase = conformance.NewTestCase("Auth") + var TestPointBasicAuth = TestCase.NewTestPoint("BasicAuth") + var TestPointOauth2 = TestCase.NewTestPoint("OAuth2")