1: package org.hanseltest; 2: 3: public class CoverPrivateConstructor { 4: private CoverPrivateConstructor() { 5: } 6: }