Initial commit
This commit is contained in:
commit
1db16227b2
31 changed files with 2175 additions and 0 deletions
10
Tests/CoreModelsTests/ModelManagerTests.swift
Normal file
10
Tests/CoreModelsTests/ModelManagerTests.swift
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import XCTest
|
||||
@testable import CoreModels
|
||||
|
||||
final class ModelManagerTests: XCTestCase {
|
||||
func testModelManagerInitialization() {
|
||||
let manager = ModelManager()
|
||||
XCTAssertNotNil(manager)
|
||||
XCTAssertEqual(manager.availableModels.count, 0)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue