Index

A C D E G H I L M N O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

V

validateAsStaticClass(Class<?>) - Method in class org.tquadrat.foundation.testutil.TestBaseClass
Validates whether a class is really a static class.

A class is static when it has the following characteristics: The class is final. All methods are static. Only the default constructor may exists, this has to be private, and it has to throw an Error on invocation. If a test fails, the result is written to System.out.

The method will not check for the &#64;UtilityClass annotation as this has only the retention level SOURCE.
A C D E G H I L M N O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form