Skip to content

Commit

Permalink
chore: Improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul committed Apr 16, 2024
1 parent 4d145c0 commit c0a8841
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package tech.apter.junit.jupiter.robolectric.internal

import org.junit.runners.model.FrameworkMethod
import org.robolectric.RobolectricTestRunner
import org.robolectric.RuntimeEnvironment
import org.robolectric.internal.SandboxManager.SandboxBuilder
import org.robolectric.internal.SandboxTestRunner
import org.robolectric.internal.bytecode.InstrumentationConfiguration
Expand Down Expand Up @@ -33,7 +32,6 @@ internal class JUnit5RobolectricTestRunner(clazz: Class<*>, injector: Injector =
) {
logger.trace { "runBeforeTest ${bootstrappedMethod.declaringClass.simpleName}::${bootstrappedMethod.name}" }
super.beforeTest(sdkEnvironment, frameworkMethod, bootstrappedMethod)
logger.trace { "${RuntimeEnvironment::class.java}" }
}

fun runAfterTest(frameworkMethod: FrameworkMethod, bootstrappedMethod: Method) {
Expand Down

0 comments on commit c0a8841

Please sign in to comment.