Added a note about swift test coverage in iOS text embedder tests

This commit is contained in:
Prianka Liz Kariat 2023-02-03 18:05:49 +05:30
parent 3b55fb9f6a
commit e290f9cf30

View File

@ -17,6 +17,11 @@ import XCTest
@testable import MPPTextEmbedder @testable import MPPTextEmbedder
/** These tests are only for validating the Swift function signatures of the TextEmbedder.
* Objective C tests of the TextEmbedder provide more coverage with unit tests for
* different models and text embedder options. They can be found here:
* /mediapipe/tasks/ios/test/text/text_embedder/MPPTextEmbedderTests.m
*/
class TextEmbedderTests: XCTestCase { class TextEmbedderTests: XCTestCase {
static let bundle = Bundle(for: TextEmbedderTests.self) static let bundle = Bundle(for: TextEmbedderTests.self)