Registry / testing / fest-android

fest-android

JSON →
library1.0.8javamavenunverified

FEST assertion helpers for testing Android applications.

<dependency> <groupId>com.squareup</groupId> <artifactId>fest-android</artifactId> <version>1.0.8</version> </dependency>
INSTALL
IMPORT
SIG · FEST-ANDROID
F
fest-android
testingjavav1.0.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FestAndroid
com.squareup.fest.android.FestAndroid

Use FEST assertions for Android testing.

import com.squareup.fest.android.FestAndroid; import static com.squareup.fest.android.Assertions.assertThat; public class Example { public static void main(String[] args) { String test = "hello"; assertThat(test).isNotNull(); } }
Debug
Known issues
breakingThis library is outdated and may not work with modern Android versions.
fix
Consider using AssertJ or Truth for Android testing.
affects: >=1.0.0
Upgrade
Version history
1.0.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
fest-android — mvn dependency:get fest-android · libregistry