aboutsummaryrefslogtreecommitdiffstats
path: root/solidityJSONInterfaceTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moving all Interface and Documentation functionality to own classLefteris Karapetsas2014-12-031-1/+1
| | | | | | | | - Creating the Interface Handler class which will take care of the parsing of Natspec comments and of interfacing with and outputing to JSON files. - Will also handle the ABI interface creation
* More Natspec JSON export tests and better error reportingLefteris Karapetsas2014-12-021-2/+15
|
* Using jsoncpp for exporting ABI interface from solidityLefteris Karapetsas2014-12-021-12/+14
| | | | | - Also changing the interface JSON test to have a shorter name plus to provide meaningful error message in case of failure
* solidity json interface tests fixesMarek Kotewicz2014-11-121-3/+4
|
* solidity JSON interface testsMarek Kotewicz2014-11-121-0/+213