Skip to content

Commit

Permalink
Fix nasa#734, continue cleanup of SB unit test
Browse files Browse the repository at this point in the history
Makes the SB unit test closer to recommended UT assert patterns

Do not keep a separate "TestStat" state variable outside UT assert.
Do not report separate status messages from the asserts.  Use UT assert.
Do not "reset" in the middle of a test routine, split into separate
test routines where this is done.
No need for "START" and "STARTBLOCK" or "ENDBLOCK".  UT assert has
messages for these test actions.  Each block should be a separate test
routine and then these are unnecessary.
  • Loading branch information
jphickey committed Jun 5, 2020
1 parent d217ca3 commit 893c5ae
Show file tree
Hide file tree
Showing 4 changed files with 661 additions and 1,927 deletions.
Loading

0 comments on commit 893c5ae

Please sign in to comment.