You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This API serves as a companion to the core RuntimeHintsRegistrar API. If you need to register global hints for testing support that are not specific to particular test classes, favor implementing RuntimeHintsRegistrar over this API.
Since we do not perform any operation on the testClass parameter, we should implement RuntimeHintsRegistrar instead.
The text was updated successfully, but these errors were encountered:
The javadoc for
TestRuntimeHintsRegistrar
says:Since we do not perform any operation on the
testClass
parameter, we should implementRuntimeHintsRegistrar
instead.The text was updated successfully, but these errors were encountered: