Skip to content
🤔 Documentation issue? Report it

//leakcanary/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.

Types

Name Summary
Companion object Companion

Functions

Name Summary
assertNoLeaks abstract fun assertNoLeaks(tag: String)

Inheritors

Name
AndroidDetectLeaksAssert