All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.assertj.android.api.app.AbstractServiceAssert Maven / Gradle / Ivy

The newest version!
package org.assertj.android.api.app;

import android.app.Service;
import org.assertj.android.api.content.AbstractContextAssert;

public abstract class AbstractServiceAssert, A extends Service> extends
    AbstractContextAssert {
  protected AbstractServiceAssert(A actual, Class selfType) {
    super(actual, selfType);
  }
}