Skip to content

Commit bd99329

Browse files
authored
Integ test cases for field-level security (#5008)
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
1 parent 950695c commit bd99329

4 files changed

Lines changed: 1052 additions & 180 deletions

File tree

integ-test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ dependencies {
213213
exclude group: 'org.hamcrest', module: 'hamcrest-core'
214214
}
215215
testImplementation('org.junit.jupiter:junit-jupiter-api:5.9.3')
216+
testImplementation('org.junit.jupiter:junit-jupiter-params:5.9.3')
216217
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.9.3')
217218
testRuntimeOnly('org.junit.platform:junit-platform-launcher:1.9.3')
218219

0 commit comments

Comments
 (0)