What convention in Concordion allows you to automate the creation of Breadcrumbs?
I am starting to play around with Concordion to create some tests for a small piece of code that I am developing. In this example, he states "If you use the correct conventions, Concordion will automatically insert breadcrumbs for you." ... But I cannot find an explicit description of these conventions.
+1
a source to share
2 answers
Next to the link above, also read How are crackers determined? , key
- Place the Abc.html file in the Abc folder
- Add Abc description for real descripton
- The most important thing is to add the linked AbcTest.java in the responding folder, refer directly to the Concordion source code
+1
a source to share