問題タブ [xctestcase]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
swift - XCTestCase - 文字列を含む NSTextView でアサートする方法は?
UI テストを作成している macOS プロジェクトがあります。
staticText
、buttons
などをテキスト値で見つけるのは比較的簡単ですが。添字ルックアップを使用して.textViews
も動作しません (動作するようです)。
NSTextView
を使用して検査したいへの参照を取得することができましたが、.textViews.firstMatch
その文字列値をアサートする方法がわかりません。
私はこのように機能するものを探しています。