summaryrefslogtreecommitdiff
path: root/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/IAutoNotificationMockingHelper.java
blob: 5d14d8e761bd9189529fd0983bb1046f778185bc (plain)
1
2
3
4
5
6
7
8
9
10
package android.platform.helpers;

public interface IAutoNotificationMockingHelper extends INotificationHelper, IAppHelper {
    /**
     * Setup expectations: No.
     *
     * <p>Clear all notifications generated.
     */
    void clearAllNotification();
}