MCPcopy Create free account
hub / github.com/code-scan/Goal / TestCrt

Function TestCrt

tests/sensor_test.go:97–103  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

95 log.Println(r)
96}
97func TestCrt(t *testing.T) {
98 bf := Gsensor.CrtSh{}
99 bf.SetType("subdomain")
100 bf.SetDomain("baidu.com")
101 r := bf.GetResult()
102 log.Println(r)
103}
104
105func TestDomainBoom(t *testing.T) {
106 bf := Gsensor.DomainBoom{}

Callers

nothing calls this directly

Calls 3

SetTypeMethod · 0.95
SetDomainMethod · 0.95
GetResultMethod · 0.95

Tested by

no test coverage detected