Skip to content

Create static inner implementation classes for pageObject interfaces defined in classes #13

@tobiasstamann

Description

@tobiasstamann

To prevent naming conflicts it could be great if page object implementations for page object interfaces defined inside a class would also be created as static inner classes .

for example:

PageObjectClass.InnerPageObjectInterface would be created as PageObjectClassImpl.InnerPageObjectInterfaceImpl

This usually shouldn't affect users of the framework. There's just one exception if Implementation Classnames are used explicitely in default methods of PageObject

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions