[Math] Marks for Matrix tests
This commit is contained in:
parent
f6740cae06
commit
fcd68b8f86
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
import XCTest
|
import XCTest
|
||||||
@testable import Math
|
@testable import Math
|
||||||
|
|
||||||
|
// MARK: - Matrix4
|
||||||
|
|
||||||
class Matrix4Tests: XCTestCase {
|
class Matrix4Tests: XCTestCase {
|
||||||
func testThatItHasProperDimension() {
|
func testThatItHasProperDimension() {
|
||||||
XCTAssertEqual(Matrix4.dimension, 4)
|
XCTAssertEqual(Matrix4.dimension, 4)
|
||||||
|
@ -58,6 +60,8 @@ class Matrix4SubscriptTests: XCTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// MARK: - Matrix3
|
||||||
|
|
||||||
class Matrix3Tests: XCTestCase {
|
class Matrix3Tests: XCTestCase {
|
||||||
func testThatItHasProperDimension() {
|
func testThatItHasProperDimension() {
|
||||||
XCTAssertEqual(Matrix3.dimension, 3)
|
XCTAssertEqual(Matrix3.dimension, 3)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue