Searched refs:getUnfinishedTracesForDebug (Results 1 – 2 of 2) sorted by relevance
107 assertThat(log.getUnfinishedTracesForDebug()).isEmpty(); in testGetUnfinishedTracesForDebug()110 assertThat(log.getUnfinishedTracesForDebug()).containsExactly("One").inOrder(); in testGetUnfinishedTracesForDebug()113 assertThat(log.getUnfinishedTracesForDebug()).containsExactly("One", "Two").inOrder(); in testGetUnfinishedTracesForDebug()116 assertThat(log.getUnfinishedTracesForDebug()).containsExactly("One").inOrder(); in testGetUnfinishedTracesForDebug()119 assertThat(log.getUnfinishedTracesForDebug()).isEmpty(); in testGetUnfinishedTracesForDebug()
142 public final List<String> getUnfinishedTracesForDebug() { in getUnfinishedTracesForDebug() method in TimingsTraceLog