use of com.google.firebase.firestore.conformance.ConformanceRuntime in project firebase-android-sdk by firebase.
the class ConformanceTest method run.
@Test
public void run() throws Exception {
for (TestCase testCase : testCases) {
ConformanceRuntime runtime = new ConformanceRuntime(firestore, Source.CACHE);
executeTestCases(testCase, runtime);
}
}
Aggregations