Skip to content

Commit

Permalink
Exclude mocking javax (UnitTestBot#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
SBOne-Kenobi authored and AbdullinAM committed Oct 17, 2022
1 parent c7618bb commit 5479449
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ private val systemPackages = setOf(
"sun.misc",
"jdk.internal",
"kotlin.jvm.internal",
"kotlin.internal"
"kotlin.internal",
"javax"
)

private fun isSystemPackage(packageName: String): Boolean = systemPackages.any { packageName.startsWith(it) }

0 comments on commit 5479449

Please sign in to comment.