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

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun assertNoLeaks(tag: String)

Inheritors

Link copied to clipboard