public class SpecPojo extends Object
Constructor and Description |
---|
SpecPojo(String specPath)
Constructor for SpecPojo.
|
Modifier and Type | Method and Description |
---|---|
String |
getBaseName()
getBaseName.
|
String |
getClassName()
getClassName.
|
String |
getFilename()
getFilename.
|
String |
getPackageNamePart()
getPackageNamePart.
|
String |
getRelativeFilePath()
getRelativeFilePath.
|
Collection<SelectorPojo> |
getRootSelectors()
getRootSelectors.
|
Collection<SelectorPojo> |
getSelectors()
Getter for the field
selectors . |
String |
getSpecPath()
Getter for the field
specFile . |
Collection<String> |
getTags()
Getter for the field
tags . |
public SpecPojo(String specPath)
Constructor for SpecPojo.
specPath
- to retrieve data frompublic String getClassName()
getClassName.
public String getFilename()
getFilename.
public String getPackageNamePart()
getPackageNamePart.
public String getRelativeFilePath()
getRelativeFilePath.
public Collection<SelectorPojo> getRootSelectors()
getRootSelectors.
public Collection<SelectorPojo> getSelectors()
Getter for the field selectors
.
public Collection<String> getTags()
Getter for the field tags
.
Copyright © 2017–2022 wcm.io QA. All rights reserved.