Home
last modified time | relevance | path

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

/build/soong/cmd/extract_apks/
Dmain_test.go440 expectedZipEntries map[string]string member
451 expectedZipEntries: map[string]string{
465 expectedZipEntries: map[string]string{
476 for _, in := range testCase.expectedZipEntries {
486 if !reflect.DeepEqual(testCase.expectedZipEntries, writer.entries) {
487 t.Errorf("expected zip entries %v, got %v", testCase.expectedZipEntries, writer.entries)