Skip to content
Snippets Groups Projects
Commit f71e426f authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Added comments to the test

parent 5bd310ee
No related branches found
No related tags found
No related merge requests found
...@@ -89,9 +89,11 @@ public class YellowStemborerTempModelTest { ...@@ -89,9 +89,11 @@ public class YellowStemborerTempModelTest {
assertNotNull(result); assertNotNull(result);
// Print the result // Print the result
/*ObjectMapper mapper = new ObjectMapper(); // As Json
System.out.println(mapper.writeValueAsString(result)); //ObjectMapper mapper = new ObjectMapper();
result.forEach(r->System.out.println(r));*/ //System.out.println(mapper.writeValueAsString(result));
// Line by line
//result.forEach(r->System.out.println(r));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment