Package be.sddevelopment.commons.testing
Class ReflectionAssertionUtils
- java.lang.Object
-
- be.sddevelopment.commons.testing.ReflectionAssertionUtils
-
public final class ReflectionAssertionUtils extends Object
Description of file/class
Example usage
// No example available yet
References
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- Stijn Dejongh
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
assertPrivateMember(Constructor constructor)
static void
assertPrivateMemberReflectionProtection(Constructor constructor)
-
-
-
Method Detail
-
assertPrivateMemberReflectionProtection
public static void assertPrivateMemberReflectionProtection(Constructor constructor)
-
assertPrivateMember
public static void assertPrivateMember(Constructor constructor)
-
-