MessageML is a markup language used by the Symphony Agent API for representing messages, including formatting (bold, italic, numbered and unnumbered lists etc.) and entity data representing structured objects.
After this implementation #259 we are ready to start filling the BiContext with a list BiItems.
This ticket will take care of elements such as Button, TextField, TextArea... Most of the cases for these elements we want to compute the number of occurrences of the elements it self or in some cases the actual value found inside the message (like for Button StyleColor (primary, destructive..)).
On the same occasion, a new dependancy is added to "junit-jupiter-params" to use parameterized tests in order to optimize testing code.
After this implementation #259 we are ready to start filling the BiContext with a list BiItems. This ticket will take care of elements such as Button, TextField, TextArea... Most of the cases for these elements we want to compute the number of occurrences of the elements it self or in some cases the actual value found inside the message (like for Button StyleColor (primary, destructive..)).
On the same occasion, a new dependancy is added to "junit-jupiter-params" to use parameterized tests in order to optimize testing code.