(t *testing.T)
| 206 | } |
| 207 | |
| 208 | func Test_JavaWithStatic(t *testing.T) { |
| 209 | java.RegisterMavenRepo(common.RepoConfig{Url: "https://maven.aliyun.com/repository/public"}) |
| 210 | tool.RunTaskCase(t, java.Sca{NotUseMvn: true})(cases) |
| 211 | } |
| 212 | |
| 213 | func Test_JavaWithMvn(t *testing.T) { |
| 214 | tool.RunTaskCase(t, java.Sca{NotUseStatic: true})(cases) |
nothing calls this directly
no test coverage detected