Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: QA
-
Labels:
-
Story Points:0.5
-
Epic Link:
-
Team:SQuaRE
Description
I realized that not _ne is not automatically implemented when eq_ is implemented. This can cause unexpected behavior with the != operator.
This ticket implements _ne_ in existing classes in verify.
I also implements _lt, le, gt, and ge_ operators to the Name class to support Name sorting.