We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/Module to be Tested PopupLayoutCalculator[core]
Popupの表示位置を計算する。 Popupの表示位置は、Parentのどの辺(Alignment)を基準にし、そこからどれだけ離れているか(offsetFromBaseline)で決まる。
(Alignment)
(offsetFromBaseline)
Purpose of the Test PopupLayoutCalculatorが、正しくPopupの表示位置を計算できていることを検証する。
Test Scenarios 以下の1つの条件の組み合わせをすべて検証する。
Expected Outcomes PopupLayoutCalculatorから、Popupの適切な表示位置情報が返されることを検証する。
The text was updated successfully, but these errors were encountered:
ymsk11
Successfully merging a pull request may close this issue.
Feature/Module to be Tested
PopupLayoutCalculator[core]
Popupの表示位置を計算する。
Popupの表示位置は、Parentのどの辺
(Alignment)
を基準にし、そこからどれだけ離れているか(offsetFromBaseline)
で決まる。Purpose of the Test
PopupLayoutCalculatorが、正しくPopupの表示位置を計算できていることを検証する。
Test Scenarios
以下の1つの条件の組み合わせをすべて検証する。
Expected Outcomes
PopupLayoutCalculatorから、Popupの適切な表示位置情報が返されることを検証する。
The text was updated successfully, but these errors were encountered: