Searched refs:verboseFateString (Results 1 – 1 of 1) sorted by relevance
284 String verboseFateString = fateReport.toVerboseStringWithPiiAllowed(); in testTxFateReportToVerboseStringWithPiiAllowed() local285 assertTrue(verboseFateString.contains("Frame direction: TX")); in testTxFateReportToVerboseStringWithPiiAllowed()286 assertTrue(verboseFateString.contains("Frame timestamp: 12345")); in testTxFateReportToVerboseStringWithPiiAllowed()287 assertTrue(verboseFateString.contains("Frame fate: sent")); in testTxFateReportToVerboseStringWithPiiAllowed()288 assertTrue(verboseFateString.contains("Frame type: data")); in testTxFateReportToVerboseStringWithPiiAllowed()289 assertTrue(verboseFateString.contains("Frame protocol: Ethernet")); in testTxFateReportToVerboseStringWithPiiAllowed()290 assertTrue(verboseFateString.contains("Frame protocol type: N/A")); in testTxFateReportToVerboseStringWithPiiAllowed()291 assertTrue(verboseFateString.contains("Frame length: 16")); in testTxFateReportToVerboseStringWithPiiAllowed()292 assertTrue(verboseFateString.contains( in testTxFateReportToVerboseStringWithPiiAllowed()304 verboseFateString = fateReport.toVerboseStringWithPiiAllowed(); in testTxFateReportToVerboseStringWithPiiAllowed()[all …]