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

org.fest.assertions.api.android.app.ServiceAssert Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
package org.fest.assertions.api.android.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