48 for(
int i = 0; i < 16; i++) v1[i] = i+1;
50 for(
int i = 0; i < 16; i++) v2[i] = 16-i;
52 for(
int i = 0; i < 4; i++) v3[i] = i+1;
54 for(
int i = 0; i < 4; i++) {v4[i] = i+1+4; v4[i+4] = i+1+4;}
65 failMesg =
"Does the size method function as expected?";
68 failMesg =
"Does the rows method function as expected?";
71 failMesg =
"Does the cols method function as expected?";
74 failMesg =
"Does the size method function as expected?";
77 failMesg =
"Does the rows method function as expected?";
80 failMesg =
"Does the cols method function as expected?";
83 failMesg =
"Does the size method function as expected?";
86 failMesg =
"Does the rows method function as expected?";
89 failMesg =
"Does the cols method function as expected?";
92 failMesg =
"Does the cols method function as expected?";
95 failMesg =
"Does the rows method function as expected?";
98 failMesg =
"Does the cols method function as expected?";
101 failMesg =
"Does the cols method function as expected?";
104 failMesg =
"Does the rows method function as expected?";
107 failMesg =
"Does the cols method function as expected?";
110 failMesg =
"Does the cols method function as expected?";
113 failMesg =
"Does the rows method function as expected?";
116 failMesg =
"Does the cols method function as expected?";
119 failMesg =
"Does the cols method function as expected?";
122 failMesg =
"Does the rows method function as expected?";
125 failMesg =
"Does the cols method function as expected?";
128 failMesg =
"Does the cols method function as expected?";
131 failMesg =
"Does the rows method function as expected?";
134 failMesg =
"Does the cols method function as expected?";
142 int check, errorCounter = 0;
147 std::cout <<
"Total Failures for " << __FILE__ <<
": " << errorCounter << std::endl;