Ensure we call super() setUp/tearDown methods in tests
Review Request #9061 — Created July 8, 2017 and submitted — Latest diff uploaded
I ran into some funky issues of super class setUp/tearDown methods not
always being called, so this change rectifies all cases where we are not
calling superclass setUp and tearDown.
Unit tests pass.