public class MarkerAssert
extends <any>
| Constructor and Description |
|---|
MarkerAssert(Marker actual) |
| Modifier and Type | Method and Description |
|---|---|
MarkerAssert |
hasAlpha(float alpha) |
MarkerAssert |
hasId(java.lang.String id) |
MarkerAssert |
hasInfoWindowNotShown() |
MarkerAssert |
hasInfoWindowShown() |
MarkerAssert |
hasPosition(LatLng position) |
MarkerAssert |
hasRotation(float rotation) |
MarkerAssert |
hasSnippet(java.lang.String snippet) |
MarkerAssert |
hasTitle(java.lang.String title) |
MarkerAssert |
isDraggable() |
MarkerAssert |
isFlat() |
MarkerAssert |
isNotDraggable() |
MarkerAssert |
isNotFlat() |
MarkerAssert |
isNotVisible() |
MarkerAssert |
isVisible() |
public MarkerAssert hasAlpha(float alpha)
public MarkerAssert hasId(java.lang.String id)
public MarkerAssert hasPosition(LatLng position)
public MarkerAssert hasRotation(float rotation)
public MarkerAssert hasSnippet(java.lang.String snippet)
public MarkerAssert hasTitle(java.lang.String title)
public MarkerAssert isDraggable()
public MarkerAssert isNotDraggable()
public MarkerAssert isFlat()
public MarkerAssert isNotFlat()
public MarkerAssert hasInfoWindowShown()
public MarkerAssert hasInfoWindowNotShown()
public MarkerAssert isVisible()
public MarkerAssert isNotVisible()