Home | History | Annotate | Download | only in generators

Lines Matching refs:platformIdentifierToken

89 	public String platformIdentifierToken;
662 //Replace the platformIdentifierToken with the platform's name and the testsStatus
664 templateString = replace(templateString, platformIdentifierToken, desiredPlatform);
1389 public void setPlatformIdentifierToken(String platformIdentifierToken) {
1390 this.platformIdentifierToken = platformIdentifierToken;
1394 return platformIdentifierToken;