123456789101112131415161718192021222324252627282930313233343536 |
- import XCTest
- @testable import PDF_Reader_Pro_DMG
- final class PDF_Reader_Pro_DMGTests: XCTestCase {
- override func setUpWithError() throws {
-
- }
- override func tearDownWithError() throws {
-
- }
- func testExample() throws {
-
-
-
-
-
- }
- func testPerformanceExample() throws {
-
- self.measure {
-
- }
- }
- }
|