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

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

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

import android.app.Service;

/**
 * Assertions for {@link Service} instances.
 * 

* This class is final. To extend use {@link AbstractServiceAssert}. */ public final class ServiceAssert extends AbstractServiceAssert { public ServiceAssert(Service actual) { super(actual, ServiceAssert.class); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy