Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add major tests #9

Closed
vkostyukov opened this issue Jan 9, 2013 · 0 comments
Closed

Add major tests #9

vkostyukov opened this issue Jan 9, 2013 · 0 comments
Milestone

Comments

@vkostyukov
Copy link
Owner

There are two major test classes AbstractMatrixTest and AbstractVectorTess. So, we have to refactor these classes to use different input data. The main problem is these classes use only 3x3 matrices, but somtimes we need to check other size.

There is prove of concept for new teset methods:

testTranspose_3x3 - for methods w/o paramters | transposes 3x3 matrix;

testMultiply_3x3_3x3 - for methods w/parameters | muptiplies two matrices with size 3x3;

testMultiply_3x3_double - for methods w/parameters | muptiplies 3x3 matrix to double;

testMultiply_3x3_3 - for methods w/parameters | muptiplies 3x3 matrix to 3-items vector;

and so on.

We need better test coverage for rectagle (n>m, n<m) and square matrices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant