Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

by Unlicensed Unknown user

In Part 2 of this series I extracted my TXA parsing code into a class for easier reuse. 

...

I made two minor changes in my test code, adding a second check for the number of procedures and an error check. Here's how the code looks in the embeditor:

Image Modified

This single test procedure with three AssertThat statements is by no means an exhaustive test of the parser class; much more should be done, including verifying that the embed content is what is expected.

...