Merge pull request #3772 from Doha2012/master
move hamcrest text and file matchers
This commit is contained in:
commit
133635233d
@ -44,12 +44,6 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>java-hamcrest</artifactId>
|
||||
<version>2.0.0.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
@ -47,6 +47,13 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>java-hamcrest</artifactId>
|
||||
<version>2.0.0.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
1
testing-modules/mockito/src/test/resources/test1.in
Normal file
1
testing-modules/mockito/src/test/resources/test1.in
Normal file
@ -0,0 +1 @@
|
||||
Hello world
|
Loading…
x
Reference in New Issue
Block a user