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
Currently, if someone want to read a protocol class from config, say ApplicationRunConfiguration, it is required to import macro to generate it and include ConfigFormat in the test class. These readers/writers should be put in companion objects, ready to use. Currently we have it for some of classes only.
The text was updated successfully, but these errors were encountered:
Currently, if someone want to read a protocol class from config, say ApplicationRunConfiguration, it is required to import macro to generate it and include ConfigFormat in the test class. These readers/writers should be put in companion objects, ready to use. Currently we have it for some of classes only.
The text was updated successfully, but these errors were encountered: