[Math] Marks for Matrix tests

This commit is contained in:
Eryn Wells 2015-11-01 20:15:38 -08:00
parent f6740cae06
commit fcd68b8f86

View file

@ -9,6 +9,8 @@
import XCTest
@testable import Math
// MARK: - Matrix4
class Matrix4Tests: XCTestCase {
func testThatItHasProperDimension() {
XCTAssertEqual(Matrix4.dimension, 4)
@ -58,6 +60,8 @@ class Matrix4SubscriptTests: XCTestCase {
}
}
// MARK: - Matrix3
class Matrix3Tests: XCTestCase {
func testThatItHasProperDimension() {
XCTAssertEqual(Matrix3.dimension, 3)