Create a PullRequest class that has the following properties: date dateCreated date dateUpdated String userName String pullRequestInfo The PullRequest class should have proper getter/setter methods and a constructor with appropriate tests.
Create a PullRequest class that has the following properties:
date dateCreated
date dateUpdated
String userName
String pullRequestInfo
The PullRequest class should have proper getter/setter methods and a constructor with appropriate tests.