| Interface | Description |
|---|---|
| INamingStrategy |
Base interface for naming strategy implementations.
|
| Class | Description |
|---|---|
| ClassMethodNameStategy |
Test naming strategy when tests has group names and they are executed using these names, no TestNG xml files are used.
|
| TestNamingUtil |
Common naming utility for unique test method identification that uses {link
INamingStrategy implementations defined in 'naming_strategy' configuration attribute. |
| XMLNameStrategy |
Test naming strategy used when test suites are organized using TestNG xml files.
|