fabric-private-chaincode
fabric-private-chaincode copied to clipboard
Enhance TLCC testing
Current TLCC test is not very robust and in many cases errors are only logged but no failure is thrown.
Also, the current test relies on pre-create static test blocks which are loaded and processed by TLCC. To reach a better coverage we would want to dynamically create tests blocks, process them, and then check the state of TLCC.
Some promising test frameworks may help to write better tests for tlcc
and other c/cpp components.