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

org.assertj.android.gridlayout.v7.api.Assertions Maven / Gradle / Ivy

The newest version!
// Copyright 2015 Square, Inc.
//
// This class is generated. Do not modify directly!
package org.assertj.android.gridlayout.v7.api;

/** Assertions for testing Android classes. */
@SuppressWarnings("deprecation")
public final class Assertions {
  public static org.assertj.android.gridlayout.v7.api.widget.GridLayoutAssert assertThat(
      android.support.v7.widget.GridLayout actual) {
    return new org.assertj.android.gridlayout.v7.api.widget.GridLayoutAssert(actual);
  }

  private Assertions() {
    throw new AssertionError("No instances.");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy