File tree Expand file tree Collapse file tree
modulecheck-gradle/plugin/src
integrationTest/kotlin/modulecheck/gradle
test/kotlin/modulecheck/gradle
modulecheck-internal-testing/src/main/kotlin/modulecheck/testing
groovy-antlr/src/test/kotlin/modulecheck/parsing/groovy/antlr
api/src/test/kotlin/modulecheck/parsing/source
testing/src/main/kotlin/modulecheck/parsing/test
modulecheck-project-generation/api/src/main/kotlin/modulecheck/project/generation
modulecheck-runtime/testing/src/main/kotlin/modulecheck/runtime/test Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2021-2023 Rick Busarow
2+ * Copyright (C) 2021-2024 Rick Busarow
33 * Licensed under the Apache License, Version 2.0 (the "License");
44 * you may not use this file except in compliance with the License.
55 * You may obtain a copy of the License at
1515
1616package modulecheck.gradle
1717
18- import modulecheck.testing.assert .replaceOrFail
18+ import modulecheck.testing.assertions .replaceOrFail
1919import org.junit.jupiter.api.TestFactory
2020
2121class AnvilPluginParsingTest : BaseGradleTest () {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import kotlinx.coroutines.runBlocking
2323import modulecheck.testing.McTestVersions
2424import modulecheck.testing.McVersionMatrix
2525import modulecheck.testing.VersionsFactoryTest
26- import modulecheck.testing.assert .TrimmedAsserts
26+ import modulecheck.testing.assertions .TrimmedAsserts
2727import org.junit.jupiter.api.parallel.Execution
2828import org.junit.jupiter.api.parallel.ExecutionMode.SAME_THREAD
2929import org.junit.jupiter.api.parallel.ResourceLock
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import com.rickbusarow.kase.TestEnvironment
2121import com.rickbusarow.kase.asClueCatching
2222import com.rickbusarow.kase.files.TestLocation
2323import kotlinx.coroutines.runBlocking
24- import modulecheck.testing.assert .TrimmedAsserts
24+ import modulecheck.testing.assertions .TrimmedAsserts
2525import modulecheck.utils.mapLines
2626import modulecheck.utils.noAnsi
2727import modulecheck.utils.normaliseLineSeparators
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ package modulecheck.testing
1818import com.rickbusarow.kase.DefaultTestEnvironment
1919import com.rickbusarow.kase.TestEnvironment
2020import com.rickbusarow.kase.files.TestLocation
21- import modulecheck.testing.assert .TrimmedAsserts
21+ import modulecheck.testing.assertions .TrimmedAsserts
2222import java.io.File
2323
2424/* * */
Original file line number Diff line number Diff line change 1313 * limitations under the License.
1414 */
1515
16- package modulecheck.testing.assert
16+ package modulecheck.testing.assertions
1717
1818import com.rickbusarow.kase.files.HasWorkingDir
1919import modulecheck.testing.BaseTest
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2021-2023 Rick Busarow
2+ * Copyright (C) 2021-2024 Rick Busarow
33 * Licensed under the Apache License, Version 2.0 (the "License");
44 * you may not use this file except in compliance with the License.
55 * You may obtain a copy of the License at
1212 * See the License for the specific language governing permissions and
1313 * limitations under the License.
1414 */
15- package modulecheck.testing.assert
15+ package modulecheck.testing.assertions
1616
1717import io.kotest.assertions.asClue
1818import io.kotest.matchers.shouldNotBe
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2021-2023 Rick Busarow
2+ * Copyright (C) 2021-2024 Rick Busarow
33 * Licensed under the Apache License, Version 2.0 (the "License");
44 * you may not use this file except in compliance with the License.
55 * You may obtain a copy of the License at
1515
1616package modulecheck.testing
1717
18- import modulecheck.testing.assert .requireNotNullOrFail
18+ import modulecheck.testing.assertions .requireNotNullOrFail
1919import kotlin.reflect.KClass
2020import kotlin.reflect.KFunction
2121import kotlin.reflect.full.memberProperties
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ package modulecheck.parsing.groovy.antlr
1818import modulecheck.parsing.gradle.dsl.PluginDeclaration
1919import modulecheck.reporting.logging.PrintLogger
2020import modulecheck.testing.BaseTest
21- import modulecheck.testing.assert .requireNotNullOrFail
21+ import modulecheck.testing.assertions .requireNotNullOrFail
2222import modulecheck.utils.createSafely
2323import modulecheck.utils.resolve
2424import org.intellij.lang.annotations.Language
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import modulecheck.parsing.source.McName.CompatibleLanguage
2323import modulecheck.parsing.source.McName.CompatibleLanguage.JAVA
2424import modulecheck.parsing.source.McName.CompatibleLanguage.KOTLIN
2525import modulecheck.parsing.source.McName.CompatibleLanguage.XML
26- import modulecheck.testing.assert .TrimmedAsserts
26+ import modulecheck.testing.assertions .TrimmedAsserts
2727import modulecheck.utils.letIf
2828
2929@Suppress(" UnnecessaryAbstractClass" )
You can’t perform that action at this time.
0 commit comments