container-structure-test icon indicating copy to clipboard operation
container-structure-test copied to clipboard

Refactor test runner to remove shared boilerplate between test types

Open nkubala opened this issue 6 years ago • 0 comments

For example, FileExistenceTests and FileContentTests have almost the exact same high level implementation. We should refactor these to implement a shared BaseTest type, with CommandTests extending that to have a few more methods which can be called generically by the StructureTest holder object.

nkubala avatar Jun 08 '18 18:06 nkubala