Merge "Add FakeIcing unit tests to presubmit."

This commit is contained in:
TreeHugger Robot
2019-12-04 00:54:29 +00:00
committed by Android (Google) Code Review

View File

@@ -17,6 +17,8 @@ package com.android.server.appsearch.impl;
import static com.google.common.truth.Truth.assertThat;
import android.platform.test.annotations.Presubmit;
import androidx.test.runner.AndroidJUnit4;
import com.google.android.icing.proto.DocumentProto;
@@ -29,6 +31,7 @@ import java.util.ArrayList;
import java.util.List;
@RunWith(AndroidJUnit4.class)
@Presubmit
public class FakeIcingTest {
@Test
public void query() {