3.1.5. Default bean name for a managed bean:
The default name for a managed bean is the unqualified class name of the bean class, after converting the first character to lower case.
E.g. NameDefinitionTest should also test a use case where the bean class name starts with multiple upper-case letters.
|