Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 56 for archunit (0.17 sec)

  1. testing/architecture-test/src/test/java/org/gradle/architecture/test/FreezeInstructionsPrintingArchRule.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.architecture.test;
    
    import com.tngtech.archunit.core.domain.JavaClasses;
    import com.tngtech.archunit.lang.ArchRule;
    import com.tngtech.archunit.lang.EvaluationResult;
    
    public class FreezeInstructionsPrintingArchRule implements ArchRule {
        private final ArchRule delegate;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. testing/internal-architecture-testing/build.gradle.kts

    plugins {
        id("gradlebuild.internal.java")
    }
    
    description = "Collection of test fixtures and tests for architecture testing Gradle code"
    
    dependencies {
        api(platform(project(":distributions-dependencies")))
        api(libs.archunit)
        api(libs.archunitJunit5Api)
        api(libs.archunitJunit5) {
            because("This is what we use to write our architecture tests")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 379 bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/architecture/PackageDependencyRulesTest.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.kotlin.dsl.architecture
    
    import com.tngtech.archunit.core.importer.ClassFileImporter
    import com.tngtech.archunit.lang.syntax.ArchRuleDefinition.noClasses
    
    
    import org.junit.Test
    
    
    class PackageDependencyRulesTest {
    
        @Test
        fun `execution should not depend on provider`() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  4. testing/architecture-test/build.gradle.kts

        override fun asArguments(): Iterable<String> {
            val refreezeBoolean = refreeze.getOrElse(false)
            return listOf(
                "-Darchunit.freeze.store.default.path=${location.absolutePath}",
                "-Darchunit.freeze.refreeze=${refreezeBoolean}",
                "-Darchunit.freeze.store.default.allowStoreUpdate=${refreezeBoolean}"
            )
        }
    }
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/build.gradle.kts

        testImplementation(testFixtures(project(":core")))
        testImplementation(libs.ant)
        testImplementation(libs.mockitoKotlin)
        testImplementation(libs.jacksonKotlin)
        testImplementation(libs.archunit)
        testImplementation(libs.kotlinCoroutines)
        testImplementation(libs.awaitility)
    
        integTestImplementation(project(":build-option")) {
            because("KotlinSettingsScriptIntegrationTest makes uses of FeatureFlag")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  6. .idea/misc.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <project version="4">
      <component name="EntryPointsManager">
        <list size="2">
          <item index="0" class="java.lang.String" itemvalue="com.tngtech.archunit.junit.ArchTest" />
          <item index="1" class="java.lang.String" itemvalue="org.gradle.internal.service.Provides" />
        </list>
      </component>
      <component name="ExternalStorageConfigurationManager" enabled="true" />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 19:23:39 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  7. subprojects/distributions-dependencies/build.gradle.kts

            api(libs.zinc)                  { version { strictly("1.9.6") }}
    
            // test only
            api(libs.aircompressor)         { version { strictly("0.8") }}
            api(libs.archunit)              { version { strictly(archunitVersion) }}
            api(libs.archunitJunit5)        { version { strictly(archunitVersion) }}
            api(libs.archunitJunit5Api)     { version { strictly(archunitVersion) }}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 19:54:08 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  8. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt

        val maven3PluginApi = "org.apache.maven:maven-plugin-api"
        val zinc = "org.scala-sbt:zinc_2.13"
    
        // Test classpath only libraries
        val aircompressor = "io.airlift:aircompressor"
        val archunit = "com.tngtech.archunit:archunit"
        val archunitJunit5 = "com.tngtech.archunit:archunit-junit5"
        val archunitJunit5Api = "com.tngtech.archunit:archunit-junit5-api"
        val awaitility = "org.awaitility:awaitility-kotlin"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 15K bytes
    - Viewed (0)
  9. gradle/verification-metadata.xml

             <trusted-key id="BDB5FA4FE719D787FB3D3197F6D4A1D411E9D1AE" group="com.google.guava"/>
             <trusted-key id="C0822D185FBFD963C33ACBFEA318A06284D602D5" group="com.tngtech.archunit"/>
             <trusted-key id="C70B844F002F21F6D2B9C87522E44AC0622B91C3" group="com.beust" name="jcommander"/>
             <trusted-key id="C7BE5BCC9FEC15518CFDA882B0F3710FA64900E7">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  10. src/cmd/compile/main.go

    func main() {
    	// disable timestamps for reproducible output
    	log.SetFlags(0)
    	log.SetPrefix("compile: ")
    
    	buildcfg.Check()
    	archInit, ok := archInits[buildcfg.GOARCH]
    	if !ok {
    		fmt.Fprintf(os.Stderr, "compile: unknown architecture %q\n", buildcfg.GOARCH)
    		os.Exit(2)
    	}
    
    	gc.Main(archInit)
    	base.Exit(0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 13 18:14:52 UTC 2022
    - 1.3K bytes
    - Viewed (0)
Back to top