Skip to content
🤔 Documentation issue? Report it

//leakcanary-repo/leakcanary/DetectLeaksAssert

DetectLeaksAssert

fun interface DetectLeaksAssert

The interface for the implementation that LeakAssertions.assertNoLeaks delegates to. You can call DetectLeaksAssert.update to provide your own implementation.

The default implementation is AndroidDetectLeaksAssert.

Inheritors

AndroidDetectLeaksAssert

Types

Name Summary
Companion [androidJvm]
object Companion

Functions

Name Summary
assertNoLeaks [androidJvm]
abstract fun assertNoLeaks(tag: String)