assertArePrivate
Asserts that all class declarations are private.
Example:
classes.assertArePrivate()Content copied to clipboard
Throws
if any class is not private.
Asserts that all class declarations in the scope are private.
Throws
if any class is not private.