MCPcopy Create free account
hub / github.com/XmirrorSecurity/OpenSCA-cli / Test_JavaWithStatic

Function Test_JavaWithStatic

test/java/java_test.go:208–211  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

206}
207
208func 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
213func Test_JavaWithMvn(t *testing.T) {
214 tool.RunTaskCase(t, java.Sca{NotUseStatic: true})(cases)

Callers

nothing calls this directly

Calls 2

RegisterMavenRepoFunction · 0.92
RunTaskCaseFunction · 0.92

Tested by

no test coverage detected