Skip to content

Commit ba3e7b3

Browse files
darxriggsfabienrenaud
authored andcommitted
Consistent formatting of tests
1 parent 2764bee commit ba3e7b3

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

src/test/java/com/github/fabienrenaud/jjb/databind/ClientsSerializationTest.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ public class ClientsSerializationTest extends JsonBenchmarkClientsTest {
99

1010
public ClientsSerializationTest() {
1111
super(new Serialization() {
12-
private final JsonSource source = JsonSourceFactory.create("clients", 1, 2000);
13-
@Override
14-
public JsonSource JSON_SOURCE() {
15-
return source;
16-
}
17-
}, Api.DATABIND);
12+
private final JsonSource source = JsonSourceFactory.create("clients", 1, 2000);
13+
@Override
14+
public JsonSource JSON_SOURCE() {
15+
return source;
16+
}
17+
}, Api.DATABIND);
1818
}
1919

2020
@Override
@@ -33,12 +33,12 @@ public void genson() throws Exception {
3333
}
3434

3535
@Override
36-
public void johnzon() throws Exception {
37-
// FIXME: does not work
36+
public void jsonsmart() throws Exception {
37+
// FIXME: tried to access field java.time.LocalDate.month
3838
}
3939

4040
@Override
41-
public void jsonsmart() throws Exception {
42-
// FIXME: tried to access field java.time.LocalDate.month
41+
public void johnzon() throws Exception {
42+
// FIXME: does not work
4343
}
4444
}

src/test/java/com/github/fabienrenaud/jjb/databind/UsersDeserializationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public JsonSource JSON_SOURCE() {
2020
}, Api.DATABIND);
2121
}
2222

23-
2423
@Override
2524
public void boon() throws Exception {
2625
// FIXME: null collection

0 commit comments

Comments
 (0)