[Math] Add test that Matrix init throws for invalid values array
This commit is contained in:
parent
94b12cc2ba
commit
1d1e5134d8
3 changed files with 27 additions and 2 deletions
14
Math/MathTests/MatrixFunctionalTests.swift
Normal file
14
Math/MathTests/MatrixFunctionalTests.swift
Normal file
|
@ -0,0 +1,14 @@
|
|||
//
|
||||
// MatrixFunctionalTests.swift
|
||||
// Math
|
||||
//
|
||||
// Created by Eryn Wells on 11/6/15.
|
||||
// Copyright © 2015 Eryn Wells. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import XCTest
|
||||
|
||||
class MatrixVectorTests: XCTestCase {
|
||||
func
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue