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