assertAreAbstract
Asserts that all class declarations represent abstract classes or interfaces.
Example:
classes.assertAreAbstract()Content copied to clipboard
Throws
if any class is not abstract.
Asserts that all class declarations in the scope represent abstract classes or interfaces.
Throws
if any class is not abstract.