MCPcopy Create free account
hub / github.com/astercloud/aster / TestNewMultiProviderFactory

Function TestNewMultiProviderFactory

pkg/provider/factory_test.go:9–14  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

7)
8
9func TestNewMultiProviderFactory(t *testing.T) {
10 factory := NewMultiProviderFactory()
11 if factory == nil {
12 t.Fatal("expected MultiProviderFactory, got nil")
13 }
14}
15
16func TestMultiProviderFactory_Create_Anthropic(t *testing.T) {
17 factory := NewMultiProviderFactory()

Callers

nothing calls this directly

Calls 1

NewMultiProviderFactoryFunction · 0.85

Tested by

no test coverage detected