|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--MatrixTests
Doing tests for the Matrix.java class as requested
| Field Summary | |
(package private) static int |
COLS
4 Cols (as requested in Ex.6) |
(package private) static int |
ROWS
3 Rows (as requested in Ex.6) |
| Constructor Summary | |
MatrixTests()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
The main code, executes all the tests |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
static final int ROWS
static final int COLS
| Constructor Detail |
public MatrixTests()
| Method Detail |
public static void main(java.lang.String[] args)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||