File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ Test harness: http://junit.org<br>
2626
2727** To build from the command line using gradle:**
2828build.gradle<br >
29- ''''
30- # In this example, both the JSON-java jar and the test code is built <br >
31- # from the same build file, in the test code directory.
29+ ````
30+ \ # In this example, both the JSON-java jar and the test code is built <br>
31+ \ # from the same build file, in the test code directory.
3232apply plugin: 'java'
3333jar.baseName = 'JSON-java'
3434
@@ -54,7 +54,7 @@ dependencies {
5454 testCompile group: 'com.jayway.jsonpath', name: 'json-path', version: '2.1.0'
5555 testCompile group: 'org.mockito', name: 'mockito-all', version: '1.9.5'
5656}
57- ''''
57+ ````
5858
5959To measure coverage: http://www.eclemma.org/ (just install the latest in Eclipse)<br >
6060
You can’t perform that action at this time.
0 commit comments