Skip to content

Commit

Permalink
Added unit tests for ValueIterableVector implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
normanj-bitquill committed Jun 17, 2024
1 parent f5c397d commit bff79a2
Show file tree
Hide file tree
Showing 2 changed files with 914 additions and 0 deletions.
5 changes: 5 additions & 0 deletions java/vector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ under the License.
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
Loading

0 comments on commit bff79a2

Please sign in to comment.