- 機能要件・非機能要件定義 - 短期長期プロジェクト計画の策定 docs: UI ライティングリファクタリング - 編集 SnackBar から Cancel ボタン削除 - タイル表示からプレースホルダメッセージへ</new_task>chore: README のドキュメント活用方法追記</new_task>
12 lines
285 B
Swift
12 lines
285 B
Swift
import Flutter
|
|
import UIKit
|
|
import XCTest
|
|
|
|
class RunnerTests: XCTestCase {
|
|
|
|
func testExample() {
|
|
// If you add code to the Runner application, consider adding tests here.
|
|
// See https://developer.apple.com/documentation/xctest for more information about using XCTest.
|
|
}
|
|
|
|
}
|