Searched refs:TestMetadata (Results 1 – 2 of 2) sorted by relevance
59 private Collection<TestMetadata> mTestMetadata = new LinkedList<>();138 TestMetadata metadata = new TestMetadata(); in testEnded()164 public static class TestMetadata { class in MetadataReporter179 Collection<TestMetadata> metadatas) { in tryWriteToFile()213 for (TestMetadata metadata : metadatas) { in tryWriteToFile()230 protected Collection<TestMetadata> getTestMetadata() { in getTestMetadata()
101 Collection<MetadataReporter.TestMetadata> metadata = mReporter.getTestMetadata(); in testResultReportingFastTests()114 Collection<MetadataReporter.TestMetadata> metadata = mReporter.getTestMetadata(); in testResultReportingSlowTests()