Skip to content

Instantly share code, notes, and snippets.

@fbcbl
fbcbl / AndroidLogDetectorTest.kt
Created February 13, 2020 13:43
AndroidLogDetectorTest - Full Test
package com.fabiocarballo.rules
import com.android.tools.lint.checks.infrastructure.LintDetectorTest
import com.android.tools.lint.detector.api.Detector
import com.android.tools.lint.detector.api.Issue
import com.fabiocarballo.rules.Stubs.ANDROID_LOG_IMPL_JAVA
import org.junit.jupiter.api.Test
class AndroidLogDetectorTest : LintDetectorTest() {