File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
src/test/java/com/github/jsonzou/jmockdata Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
jdk :
3
- - openjdk7
3
+ - openjdk7
4
4
after_success :
5
- - mvn -B -DjacocoReports=jmockdata/target/site/jacoco/jacoco.xml clean test jacoco:report coveralls:report
5
+ - mvn -B -DjacocoReports=jmockdata/target/site/jacoco/jacoco.xml clean test jacoco:report coveralls:report
6
+ cache :
7
+ directories :
8
+ - $HOME/.m2
6
9
env :
7
10
global :
8
11
secure : A2ctelxE9udvP4R1V4QK/tlO+heS78StovLTNk0aMtDaWaVhISWZ3v0XdYqrqfgi01/ednqYBsRPr0Tb8Z1InV9En4Yv+7IOsI0gouWQsjiDTF27WbYadwyT/u1ttrk/3KilE0mmQjkC0KZjLU/HW4j//cy7leB/WfTdPT+eYXIB6AYbRO/aUh2jUUywCHVIFvFipvFd8fN5ZM2K+zEVjy6B3y1xw0TN2Cs1D6NPuGVCzBuy92GTMO74Nb8UJ+1JuX/aQRVC2reZHD6cNrwuHoA+8nHCtiymlQkxserpZa4GA5BYMp6HoXVIymW8hOB7uZq6GcWzxtXMMS3EqB9I1a27TFy6vmVspIxH4ehujU0DOEeg1U1WCtB4UV0T1KP9SgI+m49C3AwAgjhfB5dm3xfD7GTyq/Uwo6KlxWzP9YiwsKsLCcjrYoMcnAaojToiZSg0IYwZ455iI22lexQP0U6n2thAK1zymx0anIMlbv1ZuXeS718LPTVftJVY0suPD4CZYLA7H8Z/mZXDpshWKS5x2ZWDIva7Tmv66OfrvzmTiHX9YmFfi9+YirtQMedA5G0K9ciWG4dS/04HF6Fz8KZWJw60loo24edqJnT2V0WUnZ111Z/+z2mmocWrY33d6TywAOxCDhLMBQYuemhWiXwhs3uXpzMGSQvnF0prT3I=
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.github.jsonzou</groupId >
6
6
<artifactId >jmockdata</artifactId >
7
- <version >3.0</version >
7
+ <version >3.0.0 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<properties >
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ public class Test {
9
9
10
10
@ org .junit .Test
11
11
public void test () {
12
- Map <List <Integer >, Float >[][] data = MockData .mock (new TypeReference <Map <List <Integer >, Float >[][]>() {
13
- });
12
+ // Map<List<Integer>, Float>[][] data = MockData.mock(new TypeReference<Map<List<Integer>, Float>[][]>() {
13
+ // });
14
14
}
15
15
16
16
@ org .junit .Test
You can’t perform that action at this time.
0 commit comments