Submit and vote on feature ideas.

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

Options
LegacyForum
LegacyForum Posts: 1,664 ✭✭
edited December 2016 in Jtest
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