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

org.assertj.android.api.telephony.CellSignalStrengthGsmAssert Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package org.assertj.android.api.telephony;

import android.annotation.TargetApi;
import android.telephony.CellSignalStrengthGsm;

import static android.os.Build.VERSION_CODES.JELLY_BEAN_MR1;

@TargetApi(JELLY_BEAN_MR1)
public class CellSignalStrengthGsmAssert extends AbstractCellSignalStrengthAssert {
  public CellSignalStrengthGsmAssert(CellSignalStrengthGsm actual) {
    super(actual, CellSignalStrengthGsmAssert.class);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy