MCPcopy
hub / github.com/apache/devlake / Test_GetDomainTablesInfo

Function Test_GetDomainTablesInfo

backend/core/domain_tables_info_test.go:27–34  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

25)
26
27func Test_GetDomainTablesInfo(t *testing.T) {
28 checker := unithelper.NewTableInfoChecker(unithelper.TableInfoCheckerConfig{})
29 checker.FeedIn("models/domainlayer", domaininfo.GetDomainTablesInfo)
30 err := checker.Verify()
31 if err != nil {
32 t.Error(err)
33 }
34}

Callers

nothing calls this directly

Calls 3

FeedInMethod · 0.95
VerifyMethod · 0.95
ErrorMethod · 0.65

Tested by

no test coverage detected