Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Testing Abstract and Interface classes
LegacyForum
Posts: 1,664 ✭✭
Does Jtest test Abstract and Interfaces?
YES. Coding standards is performed on Abstract and Interface classes.
And Unit Testing is performed as following:
Abstract classes are tested by making an anonymous class that extends it and implements the abstract methods
Interfaces are tested by just loading the class so static intializers and fields are covered
Tagged:
0