Surge/Tests/SurgeTests
Vincent Esche 8d748416da Changed use of `(0..<n).map { Scalar($0) }` to `(1…n).map { Scalar($0) }` avoiding divide-by-zero 2019-09-23 22:54:36 +02:00
..
ArithmeticTests.swift Changed use of `(0..<n).map { Scalar($0) }` to `(1…n).map { Scalar($0) }` avoiding divide-by-zero 2019-09-23 22:54:36 +02:00
AuxiliaryTests.swift Add UnsafeMemory abstraction (#77) 2018-04-01 12:23:36 -07:00
ConvolutionTests.swift Replaced `// MARK:` with `// MARK: - ` for nicer visual separation in Xcode 2019-08-30 13:48:34 +02:00
ExponentialTests.swift Add UnsafeMemory abstraction (#77) 2018-04-01 12:23:36 -07:00
HyperbolicTests.swift Add UnsafeMemory abstraction (#77) 2018-04-01 12:23:36 -07:00
MatrixTests.swift Renamed `func test_grid` to `func test_init_arrayLiteral` 2019-09-23 22:54:36 +02:00
PowerTests.swift Add UnsafeMemory abstraction (#77) 2018-04-01 12:23:36 -07:00
ScalarTests.swift Moved functions with `Scalar` as `lhs` into separate `ScalarTests` file 2019-09-23 22:54:36 +02:00
TrigonometricTests.swift Add UnsafeMemory abstraction (#77) 2018-04-01 12:23:36 -07:00
VectorTests.swift Moved functions with `Scalar` as `lhs` into separate `ScalarTests` file 2019-09-23 22:54:36 +02:00
XCTAssert+Surge.swift Improved documentation of Surge-provided assert functions 2019-08-30 00:12:25 +02:00
XCTestCase+Surge.swift Replaced `XCTAssertArray(Float|Double)EqualWithAccuracy(_:_:accuracy:)` with short-circuiting overload of `XCTAssertEqual(_:_:accuracy:)` 2019-08-29 11:35:24 +02:00