fabric-private-chaincode icon indicating copy to clipboard operation
fabric-private-chaincode copied to clipboard

Enhance TLCC testing

Open mbrandenburger opened this issue 5 years ago • 1 comments

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.

mbrandenburger avatar Sep 17 '19 20:09 mbrandenburger

Some promising test frameworks may help to write better tests for tlcc and other c/cpp components.

mbrandenburger avatar Jul 22 '20 16:07 mbrandenburger