(t *testing.T)
| 136 | |
| 137 | } |
| 138 | func TestMas(t *testing.T) { |
| 139 | mas := Gsensor.MassScan{} |
| 140 | mas.SetType("ports") |
| 141 | mas.SetDomain("1.1.1.1") |
| 142 | mas.GetResult() |
| 143 | } |
| 144 | func TestQiYe(t *testing.T) { |
| 145 | qiye := Gsensor.AiQiCha{} |
| 146 | qiye.SetType("qiye") |