-
Hello,
<!-- --8<-- [start:mockito] -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.14.2</version>
<scope>test</scope>
</dependency>
<!-- --8<-- [end:mockito] --> That works, and the snippet is included in the markdown page, but it gives me the following error:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
While I was writing this question, I figured out the solution. I'll post it anyway in case it helps someone.
<!-- -8<- [start:mockito] -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.14.2</version>
<scope>test</scope>
</dependency>
<!-- -8<- [end:mockito] --> |
Beta Was this translation helpful? Give feedback.
While I was writing this question, I figured out the solution. I'll post it anyway in case it helps someone.