Skip to content

Commit 8b64997

Browse files
committed
Simplify test method names and add parameterized test support
1 parent f515e72 commit 8b64997

File tree

9 files changed

+285
-314
lines changed

9 files changed

+285
-314
lines changed

prompt/prompt-executor/prompt-executor-clients/prompt-executor-bedrock-client/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ kotlin {
4545
jvmTest {
4646
dependencies {
4747
implementation(kotlin("test-junit5"))
48+
implementation(libs.junit.jupiter.params)
4849
}
4950
}
5051
}

0 commit comments

Comments
 (0)