>��
��So you can both name your example whatever you want and keep your code separate , clean and nice.I believe the reason for convention was clickable examples in system browser. So as far as tests go even if they are in separate classes you can only run methods beginning with 'test' and not other support (setUp/..) methods. The same would go for examples. You may need other non-example methods to run the example so you need to discriminate them.
Also shouldn't this convention for pragmas vs method names be more global? For example
ComposableModel class>>defaultSpec vs <spec> and so on.
Peter