Package samples.suppressconstructor
Class SuppressConstructorHierarchy
- java.lang.Object
-
- samples.suppressconstructor.SuppressConstructorHeirarchyEvilGrandParent
-
- samples.suppressconstructor.SuppressConstructorHierarchyParent
-
- samples.suppressconstructor.SuppressConstructorHierarchy
-
public class SuppressConstructorHierarchy extends SuppressConstructorHierarchyParent
-
-
Constructor Summary
Constructors Constructor Description SuppressConstructorHierarchy(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNumber()
This method is just here to check if it works to execute several tests with the same test suite class loader.-
Methods inherited from class samples.suppressconstructor.SuppressConstructorHierarchyParent
getMessage
-
-