Searched refs:getUnfinishedTracesForDebug (Results 1 – 3 of 3) sorted by relevance
108 assertThat(log.getUnfinishedTracesForDebug()).isEmpty(); in testGetUnfinishedTracesForDebug()111 assertThat(log.getUnfinishedTracesForDebug()).containsExactly("One").inOrder(); in testGetUnfinishedTracesForDebug()114 assertThat(log.getUnfinishedTracesForDebug()).containsExactly("One", "Two").inOrder(); in testGetUnfinishedTracesForDebug()117 assertThat(log.getUnfinishedTracesForDebug()).containsExactly("One").inOrder(); in testGetUnfinishedTracesForDebug()120 assertThat(log.getUnfinishedTracesForDebug()).isEmpty(); in testGetUnfinishedTracesForDebug()
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()
163 public final List<String> getUnfinishedTracesForDebug() { in getUnfinishedTracesForDebug() method in TimingsTraceLog