Home
last modified time | relevance | path

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

/build/soong/cmd/extract_apks/
Dmain_test.go810 expectedApkcerts []string member
824 expectedApkcerts: []string{
837 expectedApkcerts: []string{
877 if !reflect.DeepEqual(testCase.expectedApkcerts, apkcerts) {
878 t.Errorf("expected apkcerts %v, got %v", testCase.expectedApkcerts, apkcerts)