RFR: 8330462: StringIndexOutOfBoundException when typing anything into TextField [v26]
Kevin Rushforth
kcr at openjdk.org
Tue May 7 18:33:03 UTC 2024
On Tue, 7 May 2024 16:39:47 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> is there a good way to skip the whole file entirely, e.g. via junit annotation?
>
> maybe
> https://stackoverflow.com/questions/26115139/junit-ignore-or-skip-entire-test-class
> ?
We still want to use `assumeTrue` as the pattern (for flexibility), so the question is whether there is a better place besides a method annotated with `@BeforeAll` to put it (which also means duplicating the assumption in the `@AfterAll` method). I'm not aware of one, but maybe someone else is?
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1442#discussion_r1592904608
More information about the openjfx-dev
mailing list