public class StyleRecommendations extends BaseFixture
NS_MAP, testSubject| Constructor and Description |
|---|
StyleRecommendations() |
| Modifier and Type | Method and Description |
|---|---|
void |
verifyBalloonStyleNotEmpty()
[
Test] Verifies that if a kml:BalloonStyle element is not a
descendant of kml:Update, it is not empty. |
void |
verifyIconStyleNotEmpty()
[
Test] Verifies that if a kml:IconStyle element is not a
descendant of kml:Update, it is not empty. |
void |
verifyLabelStyleNotEmpty()
[
Test] Verifies that if a kml:LabelStyle element is not a
descendant of kml:Update, it has at least one of the following child
elements: kml:color, kml:colorMode, or kml:scale. |
void |
verifyListStyle()
[
Test] Verifies that if a kml:ListStyle element is not a
descendant of kml:Update, it contains at least one of the following child
elements: kml:listItemType, kml:bgColor, or kml:ItemIcon. |
void |
verifyPolyStyle()
[
Test] Verifies that if a kml:PolyStyle element is not a
descendant of kml:Update, it contains at least one of the following
elements: kml:color, kml:colorMode, kml:fill, or kml:outline. |
void |
verifyStyleMapPairs()
[
Test] Verifies that if a kml:StyleMap element is not a
descendant of kml:Update, it contains two kml:Pair elements where one key
value is "normal" and the other key value is "highlight". |
void |
verifyStyleNotEmpty()
[
Test] Verifies that if a kml:Style element is not a descendant
of kml:Update, it is not empty. |
obtainTestSubject, setTestSubject, verifyElementNotEmptypublic void verifyPolyStyle()
Test] Verifies that if a kml:PolyStyle element is not a
descendant of kml:Update, it contains at least one of the following
elements: kml:color, kml:colorMode, kml:fill, or kml:outline.public void verifyBalloonStyleNotEmpty()
Test] Verifies that if a kml:BalloonStyle element is not a
descendant of kml:Update, it is not empty.public void verifyIconStyleNotEmpty()
Test] Verifies that if a kml:IconStyle element is not a
descendant of kml:Update, it is not empty.public void verifyLabelStyleNotEmpty()
Test] Verifies that if a kml:LabelStyle element is not a
descendant of kml:Update, it has at least one of the following child
elements: kml:color, kml:colorMode, or kml:scale.public void verifyListStyle()
Test] Verifies that if a kml:ListStyle element is not a
descendant of kml:Update, it contains at least one of the following child
elements: kml:listItemType, kml:bgColor, or kml:ItemIcon.public void verifyStyleNotEmpty()
Test] Verifies that if a kml:Style element is not a descendant
of kml:Update, it is not empty.public void verifyStyleMapPairs()
Test] Verifies that if a kml:StyleMap element is not a
descendant of kml:Update, it contains two kml:Pair elements where one key
value is "normal" and the other key value is "highlight".Copyright © 2014 Open Geospatial Consortium. All rights reserved.