Opened 11 years ago
Closed 11 years ago
#393 closed defect (fixed)
Unit tests for XY_DataSet implementations
Reported by: | Kevin Milner | Owned by: | Kevin Milner |
---|---|---|---|
Priority: | major | Milestone: | OpenSHA 1.3 |
Component: | commons | Version: | |
Keywords: | Cc: |
Description
XY_DataSet (and it's subinterfaces/classes) are very important in our framework and at the heart of most calculations. We don't currently have any good unit tests for them. We should create unit tests for the general methods, as well as for implementation specific features.
Note: See
TracTickets for help on using
tickets.
Done (with pretty good test coverage). I did find a few places where javadocs are inconsistent with functionality, so that should be cleaned up in the near future.