Skip to content

Commit c3ad69e

Browse files
committed
Add models parameter and assert
Signed-off-by: lisrte <[email protected]>
1 parent ca353b4 commit c3ad69e

File tree

3 files changed

+165
-143
lines changed

3 files changed

+165
-143
lines changed

dynawo-integration-tests/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<artifactId>junit-jupiter</artifactId>
5858
<scope>test</scope>
5959
</dependency>
60+
<dependency>
61+
<groupId>org.assertj</groupId>
62+
<artifactId>assertj-core</artifactId>
63+
<scope>test</scope>
64+
</dependency>
6065
<dependency>
6166
<groupId>org.slf4j</groupId>
6267
<artifactId>slf4j-simple</artifactId>

0 commit comments

Comments
 (0)