文件名称:Android代码-Test if all models in project correctly implement Parcelable
文件大小:119KB
文件格式:ZIP
更新时间:2022-08-26 01:38:40
Android代码
ParcelCheck Checks models within specified packages to make sure they are properly parcelable Special thanks to @alexkgwyn for creating most of this library. Dependency allprojects { repositories { maven { url "https://jitpack.io" } } } and within your application build.gradle dependencies { androidTestCompile 'com.github.Commit451:ParcelCheck:1.0.1' } Usage Setup is simple, just create a class within your application's androidTest directory and make sure the newly created
【文件预览】:
ParcelCheck-master
----.gitignore(1KB)
----parcelcheck()
--------.gitignore(7B)
--------build.gradle(690B)
--------src()
--------proguard-rules.pro(664B)
----app()
--------.gitignore(7B)
--------build.gradle(731B)
--------src()
--------proguard-rules.pro(664B)
----settings.gradle(31B)
----build.gradle(571B)
----.travis.yml(817B)
----gradlew(5KB)
----LICENSE.txt(11KB)
----README.md(2KB)
----gradlew.bat(2KB)
----gradle.properties(855B)
----gradle()
--------wrapper()