[ 
https://issues.apache.org/jira/browse/MATH-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082302#comment-13082302
 ] 

Gilles commented on MATH-625:
-----------------------------

IIUC, the possible evolution which you suggest would indeed lead to having
{noformat}
  SparseXxxAbstractTest
  OpenMapXxxTest extends SparseXxxAbstractTest
  SomeOtherSparseImplXxxTest extends SparseXxxAbstractTest
{noformat}
where "OpenMapXxxTest" in effect contains most of what is in the current 
"SparseXxxTest".

I think that there is some logic in making the change. I mean the full one, 
i.e. move the generic test code into abstract classes and create concrete ones 
for the "OpenMapXxx" implementations.

Anyways, the decision can be postponed to 3.1.


> rename SparseRealVectorTest to OpenMapRealMatrixTest
> ----------------------------------------------------
>
>                 Key: MATH-625
>                 URL: https://issues.apache.org/jira/browse/MATH-625
>             Project: Commons Math
>          Issue Type: Wish
>    Affects Versions: 3.0
>            Reporter: Arne Plöse
>            Priority: Trivial
>
> rename all Sparse(Real|Field)(Matrix|Vector)Test classes to 
> OPenMap(Real|Field)(Matrix|Vector)Test
> because OpenMap* is what they really test.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to