-
Notifications
You must be signed in to change notification settings - Fork 739
Open
Labels
type: enhancementEnhancement that adds a new featureEnhancement that adds a new feature
Description
Overview
Starting discussion on Gitter
Would be great to be able to externalize documentation message outside of testing class like .properties
or .yml
files.
Moreover external resources could be localized to allow publish documentation in multiple language:
message.properties
message_fr_FR.properties
message_zh_CN.properties
...
Furthermore link between external resources and testing parameters should be automatic. We must use convention filename/path convention to be able to link each together.
Details
There are many points to take care:
- Which external resources format will be supported? (
properties
,yml
) - How to avoid collisions?
- An external resource per
document
identifier
? - Flat file and prefix (
document
identifier
)? - How can I manage placeholder?
key = blabla blabla forbidden values are {0}
- How to describe message type:
STRING
or whatever - Ability to load external resource outside of
Classpath
marcingrzejszczak
Metadata
Metadata
Assignees
Labels
type: enhancementEnhancement that adds a new featureEnhancement that adds a new feature