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 yetReferences
- 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 voidassertPrivateMember(Constructor constructor)static voidassertPrivateMemberReflectionProtection(Constructor constructor)
-
-
-
Method Detail
-
assertPrivateMemberReflectionProtection
public static void assertPrivateMemberReflectionProtection(Constructor constructor)
-
assertPrivateMember
public static void assertPrivateMember(Constructor constructor)
-
-