Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 04f56c2

Browse files
authored
Create StorageWhiteboxVerification test class in the src folder (#465)
* Move common storage tests to one class in src folder * fix review comments * fix licenses
1 parent 4e721b0 commit 04f56c2

18 files changed

+1150
-953
lines changed

asto-core/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,16 @@ SOFTWARE.
140140
</exclusion>
141141
</exclusions>
142142
</dependency>
143+
<dependency>
144+
<groupId>org.junit.jupiter</groupId>
145+
<artifactId>junit-jupiter-params</artifactId>
146+
<version>5.6.2</version>
147+
</dependency>
148+
<dependency>
149+
<groupId>org.testng</groupId>
150+
<artifactId>testng</artifactId>
151+
<version>7.3.0</version>
152+
</dependency>
143153
<!-- tests -->
144154
<!-- s3 mocks deps -->
145155
<dependency>

0 commit comments

Comments
 (0)