Skip to content

Tests being run from imported class

I have a base class with some tests similar to this: And another class that reuses the testing logic within TestA but providing different data: Note that I am doing this and not simply creating another test in TestA because they each test a different class A and B (though the classes have the same interface) …