this test has a clear pattern and could be refactored into a table driven test
Refactor test cases within EAT repo to have:
- Table Driven tests wherever possible
- Round Trip Test cases
- Per Interface Test Cases
- use
require for test preconditions, and assert for test assertion: