Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTestToken ¶
func GetTestToken() string
Types ¶
type ServerTest ¶
type ServerTest struct {
// contains filtered or unexported fields
}
func NewTestServer ¶
func NewTestServer() *ServerTest
func (*ServerTest) AnthropicTestServer ¶
func (ts *ServerTest) AnthropicTestServer() *httptest.Server
AnthropicTestServer Creates a mocked Anthropic server which can pretend to handle requests during testing.
func (*ServerTest) RegisterHandler ¶
func (ts *ServerTest) RegisterHandler(path string, handler Handler)
func (*ServerTest) VertexTestServer ¶ added in v2.12.0
func (ts *ServerTest) VertexTestServer() *httptest.Server
VertexTestServer Creates a mocked Vertex Anthropic server which can pretend to handle requests during testing.
Click to show internal directories.
Click to hide internal directories.