Package com.arc_e_tect.gradle.doppelganger.scan
package com.arc_e_tect.gradle.doppelganger.scan
-
ClassesClassDescription
ContractVerificationSourcefor the Atlassian OpenAPI request validator: a test method whose call chain contains either.filter(new OpenApiValidationFilter(...))(REST Assured style) or a direct.validateRequest(...)/.validateResponse(...)call, paired with a REST-Assured-style request built viagiven()...when()...get(...)calls in the same method.ContractVerificationSourcefor Spring RestDocs: a test method whose call chain contains amockMvc.perform(get(...)/post(...)/put(...)/delete(...)/patch(...))call and also includes.andDo(document(...))somewhere in the same method body.ContractVerificationSourcefor Spring Cloud Contract: declarative contract DSL files undersrc/testContract/resources/contracts/**/*.groovy(and.yml), read structurally formethod '...'andurl '...'/urlPath '...'entries.