Skip to content

Instantly share code, notes, and snippets.

View apelsoczi's full-sized avatar
😝 ❤️

Adam Pelsoczi apelsoczi

😝 ❤️
View GitHub Profile
import android.util.Log
import com.novonordisk.shared.MainCoroutineRule
import io.mockk.every
import io.mockk.mockkStatic
import io.mockk.unmockkAll
import kotlinx.coroutines.CoroutineDispatcher
import kotlinx.coroutines.test.runTest
import org.junit.After
import org.junit.Before
import org.junit.Rule