Created
June 20, 2019 12:27
-
-
Save MykolaGolubyev/9e9ca45d3448f6cf49d237c1515a864d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package pages | |
class Pages { | |
static final def search = new SearchPage() | |
static final def calculation = new CalculationPage() | |
static final def form = new FormPage() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment