Annotation Interface ReadsDefaultLocale
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Inherited
@API(status=STABLE,
since="6.1")
public @interface ReadsDefaultLocale
Marks tests that read the default locale but don't use the
@DefaultLocale extension themselves.
During
parallel test execution,
all tests annotated with @DefaultLocale,
@ReadsDefaultLocale, and
WritesDefaultLocale are scheduled in a way that guarantees
correctness under mutation of shared global state.
For more details and examples, see the User Guide.
- Since:
- 6.1
- See Also: