We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ImageTests.allTests
1 parent 125efe9 commit 44956cbCopy full SHA for 44956cb
1 file changed
Tests/EasyImagyTests/ImageTests.swift
@@ -340,6 +340,10 @@ class ImageTests: XCTestCase {
340
("testSubscriptSet", testSubscriptSet),
341
("testSubscriptRange", testSubscriptRange),
342
("testPixel", testPixel),
343
+ ("testWithUnsafeBufferPointer", testWithUnsafeBufferPointer),
344
+ ("testWithUnsafeMutableBufferPointer", testWithUnsafeMutableBufferPointer),
345
+ ("testWithUnsafeBytes", testWithUnsafeBytes),
346
+ ("testWithUnsafeMutableBytes", testWithUnsafeMutableBytes),
347
("testCopyOnWritePerformanceOfCopy", testCopyOnWritePerformanceOfCopy),
348
("testCopyOnWritePerformanceOfUpdate", testCopyOnWritePerformanceOfUpdate),
349
("testCopyPerformance", testCopyPerformance),
0 commit comments