Search in sources :

Example 1 with ConformanceRuntime

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);
    }
}
Also used : TestCase(com.google.firebase.firestore.conformance.model.TestCase) ConformanceRuntime(com.google.firebase.firestore.conformance.ConformanceRuntime) Test(org.junit.Test)

Aggregations

ConformanceRuntime (com.google.firebase.firestore.conformance.ConformanceRuntime)1 TestCase (com.google.firebase.firestore.conformance.model.TestCase)1 Test (org.junit.Test)1