******************** Beginn Test 1 ******************** ---------- Beginn Testfall: 1 ---------- Vorher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 Resultat der Operation m1 + m2 : 6 8 10 12 Nachher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 ---------- Ende Testfall: 1 ---------- ---------- Beginn Testfall: 2 ---------- Vorher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 Resultat der Operation m2 + m1 : 6 8 10 12 Nachher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 ---------- Ende Testfall: 2 ---------- ---------- Beginn Testfall: 3 ---------- Vorher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 Resultat der Operation m1 - m2 : -4 -4 -4 -4 Nachher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 ---------- Ende Testfall: 3 ---------- ---------- Beginn Testfall: 4 ---------- Vorher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 Resultat der Operation m2 - m1 : 4 4 4 4 Nachher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 ---------- Ende Testfall: 4 ---------- ---------- Beginn Testfall: 5 ---------- Vorher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 Resultat der Operation m1 * m2 : 19 22 43 50 Nachher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 ---------- Ende Testfall: 5 ---------- ---------- Beginn Testfall: 6 ---------- Vorher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 Resultat der Operation m2 * m1 : 23 34 31 46 Nachher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 ---------- Ende Testfall: 6 ---------- ---------- Beginn Testfall: 7 ---------- Vorher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 Resultat der Operation m1 + m2 * m1 : 24 36 34 50 Nachher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 ---------- Ende Testfall: 7 ---------- ---------- Beginn Testfall: 8 ---------- Vorher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 Resultat der Operation m1 + m2 * m1 : 24 36 34 50 Nachher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 ---------- Ende Testfall: 8 ---------- ---------- Beginn Testfall: 9 ---------- Vorher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 Resultat der Operation m1 + m2 - m1 : 5 6 7 8 Nachher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 ---------- Ende Testfall: 9 ---------- ---------- Beginn Testfall: 10 ---------- Vorher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 Resultat der Operation m1 + m2 - m1 * m2 : -13 -14 -33 -38 Nachher: Matrix 1 = 1 2 3 4 Matrix 2 = 5 6 7 8 ---------- Ende Testfall: 10 ---------- ******************** Ende Test 1 ********************