
|
If you were logged in you would be able to see more operations.
|
|
|
|
Generated String data is always 10 characters long, so when a POJO has a String property with a length less than 10 characters long the generated data causes the tests to fail.
Example property:
@Column(nullable=false, length=4)
public String getInitials() {
return initials;
}
|
|
Description
|
Generated String data is always 10 characters long, so when a POJO has a String property with a length less than 10 characters long the generated data causes the tests to fail.
Example property:
@Column(nullable=false, length=4)
public String getInitials() {
return initials;
} |
Show » |
Sort Order:
|