-
-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Pass any transport config to the plugin in the test context und…
…er the transport_config key
- Loading branch information
1 parent
80d8a87
commit 287b16c
Showing
6 changed files
with
54 additions
and
14 deletions.
There are no files selected for viewing
7 changes: 2 additions & 5 deletions
7
consumer/junit5/src/main/kotlin/au/com/dius/pact/consumer/junit5/PactConsumerTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
package au.com.dius.pact.consumer.junit5 | ||
|
||
import org.junit.jupiter.api.Tag | ||
import org.junit.jupiter.api.extension.ExtendWith | ||
import java.lang.annotation.Retention | ||
import java.lang.annotation.RetentionPolicy | ||
|
||
|
||
// Shorthand for @ExtendWith(PactConsumerTestExt::class) | ||
@ExtendWith(PactConsumerTestExt::class) | ||
@Retention(RetentionPolicy.RUNTIME) | ||
@Retention(AnnotationRetention.RUNTIME) | ||
@Target( | ||
AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS | ||
) | ||
annotation class PactConsumerTest | ||
annotation class PactConsumerTest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters