Searched refs:traceCount (Results 1 – 5 of 5) sorted by relevance
34 fun traceCount(): Int method
34 override fun traceCount(): Int = 0 in traceCount() method
74 Truth.assertWithMessage("Trace count").that(artifact.traceCount()).isEqualTo(1) in buildArtifactWithFiles()
82 override fun traceCount(): Int { in traceCount() method
313 @VisibleForTesting fun countFiles(): Int = artifact.traceCount() in <lambda>()