@SpecAssertion(section = "6.7", id = "g")
})
public void testFindConstraintsForConstructor() {
ConstructorDescriptor parameterConstrainedDescriptor = Executables.parameterConstrainedConstructor();
assertTrue(
parameterConstrainedDescriptor.findConstraints()
.getConstraintDescriptors()
.isEmpty(),
"Should have no constraints"
);