Added equality/inequality tests for vector and region.

This commit is contained in:
David Williams
2011-09-24 11:02:01 +01:00
parent ddc54e0862
commit 7bbdb1a29d
9 changed files with 134 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class TestVector: public QObject
private slots:
void testLength();
void testDotProduct();
void testEquality();
};
#endif