Further Component Testing Exercises

Until the code is completely covered, there's always another unit test to perform.

  • What is the most complex function in the UmtsCode.c file? Do you remember where you can find the complexity measurement V(g)?

  • Add additional component tests until you achieve 100% code coverage for this most complex function.

  • And what about the other functions in UmtsCode.c?