public class NotificationAssert extends org.fest.assertions.api.AbstractAssert<NotificationAssert,android.app.Notification>
| Constructor and Description |
|---|
NotificationAssert(android.app.Notification actual) |
| Modifier and Type | Method and Description |
|---|---|
NotificationAssert |
hasContentIntent(android.app.PendingIntent intent) |
NotificationAssert |
hasDefaults(int defaults) |
NotificationAssert |
hasDeleteIntent(android.app.PendingIntent intent) |
NotificationAssert |
hasFlags(int flags) |
NotificationAssert |
hasFullScreenIntent(android.app.PendingIntent intent) |
NotificationAssert |
hasIcon(int resId) |
NotificationAssert |
hasIconLevel(int level) |
NotificationAssert |
hasLargeIcon(android.graphics.Bitmap bitmap) |
NotificationAssert |
hasLedColor(int color) |
NotificationAssert |
hasLedOffMs(int length) |
NotificationAssert |
hasLedOnMs(int length) |
NotificationAssert |
hasNumber(int number) |
NotificationAssert |
hasPriority(int priority) |
NotificationAssert |
hasTickerText(CharSequence text) |
NotificationAssert |
hasVibration(long[] vibration) |
NotificationAssert |
hasWhen(long when) |
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, getWritableAssertionInfo, has, hashCode, hasSameClassAs, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparatorpublic NotificationAssert hasContentIntent(android.app.PendingIntent intent)
public NotificationAssert hasDefaults(int defaults)
public NotificationAssert hasDeleteIntent(android.app.PendingIntent intent)
public NotificationAssert hasFlags(int flags)
public NotificationAssert hasFullScreenIntent(android.app.PendingIntent intent)
public NotificationAssert hasIcon(int resId)
public NotificationAssert hasIconLevel(int level)
public NotificationAssert hasLargeIcon(android.graphics.Bitmap bitmap)
public NotificationAssert hasLedColor(int color)
public NotificationAssert hasLedOffMs(int length)
public NotificationAssert hasLedOnMs(int length)
public NotificationAssert hasNumber(int number)
public NotificationAssert hasPriority(int priority)
public NotificationAssert hasTickerText(CharSequence text)
public NotificationAssert hasVibration(long[] vibration)
public NotificationAssert hasWhen(long when)
Copyright © 2013 Square, Inc.. All Rights Reserved.