aboutsummaryrefslogtreecommitdiff
path: root/doc-tool/test/JavaConverterTest.scala
Commit message (Collapse)AuthorAgeFilesLines
* doc-tool/test: Workaround #2112Guillaume Martres2017-03-201-1/+2
|
* Fix procedure syntax in JavaConvertersValthor Halldorsson2017-03-191-6/+6
|
* address feedback on #2074Valthor Halldorsson2017-03-141-68/+277
| | | | | | | | - Added tests to ensure that the results of serialization match their pre-serialization values. - Removed unused parameter `extras` from Entity.asJava() implicit methods. - Removed _root_ imports - Fixed several code style issues
* consolidate entity serialization into single classValthor Halldorsson2017-03-101-0/+111
- refactored JavaEntity to be DRY with respect to repeating the serialization of fields shared by many types of entities - added tests