setAttributes — use equals

This commit is contained in:
Vladimir Krivosheev
2016-09-29 17:03:17 +02:00
parent f3233caed9
commit 2db4b63864
7 changed files with 145 additions and 105 deletions
@@ -27,7 +27,7 @@ import org.junit.ClassRule
import org.junit.Rule
import org.junit.Test
internal class InspectionSchemeTest {
class InspectionSchemeTest {
companion object {
@JvmField
@ClassRule
@@ -35,7 +35,7 @@ import org.junit.Rule
import org.junit.Test
import java.nio.file.Paths
internal class ProjectInspectionManagerTest {
class ProjectInspectionManagerTest {
companion object {
@JvmField
@ClassRule