Home
last modified time | relevance | path

Searched refs:expectedApkcerts (Results 1 – 1 of 1) sorted by relevance

/build/soong/cmd/extract_apks/
Dmain_test.go441 expectedApkcerts []string member
455 expectedApkcerts: []string{
468 expectedApkcerts: []string{
489 if !reflect.DeepEqual(testCase.expectedApkcerts, apkcerts) {
490 t.Errorf("expected apkcerts %v, got %v", testCase.expectedApkcerts, apkcerts)