assertAreAbstract

Asserts that all class declarations represent abstract classes or interfaces.

Example:

classes.assertAreAbstract()

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.