Change constructor visibility
Makes no sense to use a protected constructor here.. In fact, it restricts is from unit-testing this class
Please register or sign in to comment
Makes no sense to use a protected constructor here.. In fact, it restricts is from unit-testing this class