Merge "Update ShadowParcel to extend from org.robolectric library" into main

This commit is contained in:
Treehugger Robot
2024-01-17 08:24:06 +00:00
committed by Android (Google) Code Review

View File

@@ -9,7 +9,7 @@ import org.robolectric.annotation.Implements;
* This class provides helpers to test logic that reads from parcels. * This class provides helpers to test logic that reads from parcels.
*/ */
@Implements(Parcel.class) @Implements(Parcel.class)
public class ShadowParcel { public class ShadowParcel extends org.robolectric.shadows.ShadowParcel {
public static int sReadIntResult; public static int sReadIntResult;
public static int sWriteIntResult; public static int sWriteIntResult;