See: Description
| Class | Description |
|---|---|
| CodeGenerator |
This class houses the core logic which is responsible for transforming a yaml file that houses locators into
corresponding .java files.
|
| CodeGeneratorMojo |
Goal used to generate SeLion Page Object code from PageYAML.
|
| CodeGeneratorTestMojo |
Goal used to generate SeLion Page Object code from PageYAML.
|
| DataReader |
This class provides basic methods the read the data from the YAML file.
|
| GUIObjectDetails |
A simple POJO class that represents information pertaining to a html object.
|
| JavaCodeInjector |
This Class will add additional methods, fields or import statement to existing java class file
|
| JavaCodeParser |
JavaCodeParser class will read java file and gives import statements, fields and methods of that java file
|
| Logger |
A basic logger for the codegen maven mojo plugin
|
| Enum | Description |
|---|---|
| TestPlatform |
Represents the platform types code generation can be performed for.
|
| Exception | Description |
|---|---|
| CodeGeneratorException |
Thrown when an error occurs generating the .java page objects.
|
Copyright © 2016 PayPal Open Source. All rights reserved.