kotlin-fixture-master
.gitignore
1008B
sample
.gitignore
7B
build.gradle
1KB
src
androidTest
java
com
marcellogalhardo
fixture
ExampleInstrumentedTest.kt
675B
main
AndroidManifest.xml
750B
res
mipmap-xhdpi
ic_launcher_round.png
7KB
ic_launcher.png
4KB
mipmap-mdpi
ic_launcher_round.png
3KB
ic_launcher.png
2KB
layout
activity_main.xml
815B
mipmap-xxhdpi
ic_launcher_round.png
10KB
ic_launcher.png
6KB
drawable
ic_launcher_background.xml
5KB
mipmap-anydpi-v26
ic_launcher_round.xml
272B
ic_launcher.xml
272B
drawable-v24
ic_launcher_foreground.xml
2KB
mipmap-hdpi
ic_launcher_round.png
5KB
ic_launcher.png
3KB
mipmap-xxxhdpi
ic_launcher_round.png
15KB
ic_launcher.png
9KB
values
strings.xml
78B
colors.xml
208B
styles.xml
383B
java
com
marcellogalhardo
fixture
MainActivity.kt
2KB
test
java
com
marcellogalhardo
fixture
ExampleUnitTest.kt
353B
proguard-rules.pro
751B
settings.gradle
36B
build.gradle
968B
.detekt.yml
14KB
.travis.yml
247B
gradlew
5KB
LICENSE
1KB
.github
ISSUE_TEMPLATE
bug_report.md
834B
feature_request.md
595B
README.md
7KB
gradlew.bat
2KB
gradle.properties
1KB
gradle
wrapper
gradle-wrapper.properties
233B
gradle-wrapper.jar
53KB
kotlin-fixture
build.gradle
585B
src
main
java
com
marcellogalhardo
fixture
resolver
CompositeResolver.kt
708B
type
InterfaceTypeResolver.kt
1KB
ObjectTypeResolver.kt
529B
AbstractClassTypeResolver.kt
561B
ClassTypeResolver.kt
992B
IntTypeResolver.kt
619B
LongTypeResolver.kt
619B
SealedClassTypeResolver.kt
796B
BooleanTypeResolver.kt
519B
MapTypeResolver.kt
1KB
FloatTypeResolver.kt
513B
DoubleTypeResolver.kt
628B
CharTypeResolver.kt
619B
ListTypeResolver.kt
961B
StringTypeResolver.kt
516B
param
ClassParamResolver.kt
594B
TypeParamResolver.kt
1KB
SimpleResolver.kt
575B
FixtureBuilder.kt
509B
DefaultFixture.kt
846B
FixtureRandom.kt
971B
FixtureRegistry.kt
333B
KTypes.kt
3KB
FixtureConfigs.kt
280B
FixtureExceptions.kt
426B
Fixture.kt
374B
FixtureContext.kt
1KB
FixtureResolver.kt
2KB
DefaultRandom.kt
1KB
test
java
com
marcellogalhardo
fixture
resolver
CompositeResolverTest.kt
1KB
SimpleResolverTest.kt
1KB
type
InterfaceTypeResolverTest.kt
1KB
ClassTypeResolverTest.kt
2KB
param
ClassParamResolverTest.kt
2KB
TypeParamResolverTest.kt
2KB
FixtureRegistryTest.kt
887B
utils
TestDefinitions.kt
940B
TestFixture.kt
834B
TestResolver.kt
377B
FixtureRandomTest.kt
5KB
FixtureTest.kt
1KB
KTypesTest.kt
1KB
FixtureBuilderTest.kt
6KB
detekt.gradle
150B
暂无评论