pom.xml

<dependency> <groupId>org.scalatestplus</groupId> <artifactId>mockito-3-4_2.11</artifactId> <version>3.2.3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-inline</artifactId> <version>2.13.0</version> <scope>test</scope> </dependency>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.