Searched refs:logEntries (Results 1 – 4 of 4) sorted by relevance
26 let logEntries: [String] = logReader.getLogEntries(newerThan: epoch) in test_BasicLoggingWorks() variable29 XCTAssertTrue(logEntries.count >= 2) in test_BasicLoggingWorks()33 let logEntryText: String = logEntries[logEntries.count - 2] in test_BasicLoggingWorks()44 let logEntryText2: String = logEntries[logEntries.count - 1] as String in test_BasicLoggingWorks()
27 var logEntries: [[String: Any]] = [] in test_ReadLogsAsDictionaries() variable29 logEntries = try logReader.getLogEntries(newerThan: epoch) in test_ReadLogsAsDictionaries()35 XCTAssertTrue(logEntries.count >= 2) in test_ReadLogsAsDictionaries()39 let logEntry: [String: Any] = logEntries[logEntries.count - 2] in test_ReadLogsAsDictionaries()49 let logEntry2: [String: Any] = logEntries[logEntries.count - 1] in test_ReadLogsAsDictionaries()
261 const logEntries: any[] = await readLogEntriesAsync(); constant264 logEntries.length +266 JSON.stringify(logEntries, null, 2)270 jestExpect(logEntries.length > 0).toBe(true);272 jestExpect(logEntries.map((entry) => entry.code)).toEqual(864 const logEntries = await readLogEntriesAsync(); constant867 logEntries.length +869 JSON.stringify(logEntries, null, 2)871 jestExpect(logEntries.length).toBeGreaterThan(0);
127 const logEntries = await Updates.readLogEntriesAsync(60000);129 setLogs(logEntries);199 <Text testID="logEntries" style={styles.logEntriesText}>