-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7cf933
commit 6d7136b
Showing
164 changed files
with
1,341 additions
and
6 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#Mon Dec 21 12:38:27 EET 2020 | ||
gradle.version=6.6.1 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile | ||
|
||
plugins { | ||
kotlin("jvm") version "1.4.10" | ||
} | ||
|
||
group = "me.mazen" | ||
version = "1.0-SNAPSHOT" | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
dependencies { | ||
testImplementation(kotlin("test-junit")) | ||
implementation("com.squareup.moshi:moshi-kotlin:1.11.0") | ||
} | ||
|
||
tasks.test { | ||
useJUnit() | ||
} | ||
|
||
tasks.withType<KotlinCompile>() { | ||
kotlinOptions.jvmTarget = "1.8" | ||
} |
Binary file added
BIN
+66 Bytes
build/classes/kotlin/main/META-INF/MoshiKotlinExtensions.kotlin_module
Binary file not shown.
Binary file added
BIN
+2.76 KB
build/classes/kotlin/main/com/mazenrashed/lib/MoshiExtensionsKt.class
Binary file not shown.
Binary file added
BIN
+24 Bytes
build/classes/kotlin/test/META-INF/MoshiKotlinExtensions.kotlin_module
Binary file not shown.
Binary file added
BIN
+3.57 KB
build/classes/kotlin/test/com/mazenrashed/lib/MoshiExtensionUnitTest.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4 KB
build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.keystream
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.len
Binary file not shown.
Binary file added
BIN
+287 Bytes
build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.values.at
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab_i.len
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4 KB
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/inline-functions.tab.keystream
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/inline-functions.tab.keystream.len
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/inline-functions.tab.len
Binary file not shown.
Binary file added
BIN
+272 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/inline-functions.tab.values.at
Binary file not shown.
Binary file added
BIN
+32 KB
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/inline-functions.tab_i
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/inline-functions.tab_i.len
Binary file not shown.
Binary file added
BIN
+4 KB
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab
Binary file not shown.
Binary file added
BIN
+4 KB
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len
Binary file not shown.
Binary file added
BIN
+133 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at
Binary file not shown.
Binary file added
BIN
+32 KB
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4 KB
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.len
Binary file not shown.
Binary file added
BIN
+52 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab.values.at
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i.len
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream.len
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+417 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.values.at
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4 KB
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.len
Binary file not shown.
Binary file added
BIN
+104 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at
Binary file not shown.
Binary file added
BIN
+32 KB
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1 | ||
0 |
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.keystream.len
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+55 Bytes
build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.values.at
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.keystream.len
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+133 Bytes
build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.values.at
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.keystream.len
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+583 Bytes
build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.values.at
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4 KB
build/kotlin/compileTestKotlin/caches-jvm/inputs/source-to-output.tab.keystream
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileTestKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileTestKotlin/caches-jvm/inputs/source-to-output.tab.len
Binary file not shown.
Binary file added
BIN
+399 Bytes
build/kotlin/compileTestKotlin/caches-jvm/inputs/source-to-output.tab.values.at
Binary file not shown.
Binary file added
BIN
+32 KB
build/kotlin/compileTestKotlin/caches-jvm/inputs/source-to-output.tab_i
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileTestKotlin/caches-jvm/inputs/source-to-output.tab_i.len
Binary file not shown.
Binary file added
BIN
+4 KB
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab
Binary file not shown.
Binary file added
BIN
+4 KB
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream
Binary file not shown.
Binary file added
BIN
+8 Bytes
.../kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len
Binary file not shown.
Binary file added
BIN
+231 Bytes
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at
Binary file not shown.
Binary file added
BIN
+32 KB
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len
Binary file not shown.
Binary file added
BIN
+4 KB
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab
Binary file not shown.
Binary file added
BIN
+4 KB
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream
Binary file not shown.
Binary file added
BIN
+8 Bytes
.../kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len
Binary file not shown.
Binary file added
BIN
+231 Bytes
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at
Binary file not shown.
Binary file added
BIN
+32 KB
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4 KB
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream.len
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+858 Bytes
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/proto.tab.values.at
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4 KB
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab
Binary file not shown.
Binary file added
BIN
+4 KB
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.len
Binary file not shown.
Binary file added
BIN
+137 Bytes
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at
Binary file not shown.
Binary file added
BIN
+32 KB
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileTestKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
build/kotlin/compileTestKotlin/caches-jvm/lookups/counters.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1 | ||
0 |
Binary file not shown.
Binary file added
BIN
+4 KB
build/kotlin/compileTestKotlin/caches-jvm/lookups/file-to-id.tab.keystream
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileTestKotlin/caches-jvm/lookups/file-to-id.tab.keystream.len
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+55 Bytes
build/kotlin/compileTestKotlin/caches-jvm/lookups/file-to-id.tab.values.at
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileTestKotlin/caches-jvm/lookups/file-to-id.tab_i.len
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4 KB
build/kotlin/compileTestKotlin/caches-jvm/lookups/id-to-file.tab.keystream
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileTestKotlin/caches-jvm/lookups/id-to-file.tab.keystream.len
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+140 Bytes
build/kotlin/compileTestKotlin/caches-jvm/lookups/id-to-file.tab.values.at
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8 Bytes
build/kotlin/compileTestKotlin/caches-jvm/lookups/lookups.tab.keystream.len
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+769 Bytes
build/kotlin/compileTestKotlin/caches-jvm/lookups/lookups.tab.values.at
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
96 changes: 96 additions & 0 deletions
96
build/reports/tests/test/classes/com.mazenrashed.lib.MoshiExtensionUnitTest.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | ||
<meta http-equiv="x-ua-compatible" content="IE=edge"/> | ||
<title>Test results - Class com.mazenrashed.lib.MoshiExtensionUnitTest</title> | ||
<link href="../css/base-style.css" rel="stylesheet" type="text/css"/> | ||
<link href="../css/style.css" rel="stylesheet" type="text/css"/> | ||
<script src="../js/report.js" type="text/javascript"></script> | ||
</head> | ||
<body> | ||
<div id="content"> | ||
<h1>Class com.mazenrashed.lib.MoshiExtensionUnitTest</h1> | ||
<div class="breadcrumbs"> | ||
<a href="../index.html">all</a> > | ||
<a href="../packages/com.mazenrashed.lib.html">com.mazenrashed.lib</a> > MoshiExtensionUnitTest</div> | ||
<div id="summary"> | ||
<table> | ||
<tr> | ||
<td> | ||
<div class="summaryGroup"> | ||
<table> | ||
<tr> | ||
<td> | ||
<div class="infoBox" id="tests"> | ||
<div class="counter">1</div> | ||
<p>tests</p> | ||
</div> | ||
</td> | ||
<td> | ||
<div class="infoBox" id="failures"> | ||
<div class="counter">0</div> | ||
<p>failures</p> | ||
</div> | ||
</td> | ||
<td> | ||
<div class="infoBox" id="ignored"> | ||
<div class="counter">0</div> | ||
<p>ignored</p> | ||
</div> | ||
</td> | ||
<td> | ||
<div class="infoBox" id="duration"> | ||
<div class="counter">0.236s</div> | ||
<p>duration</p> | ||
</div> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</td> | ||
<td> | ||
<div class="infoBox success" id="successRate"> | ||
<div class="percent">100%</div> | ||
<p>successful</p> | ||
</div> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
<div id="tabs"> | ||
<ul class="tabLinks"> | ||
<li> | ||
<a href="#tab0">Tests</a> | ||
</li> | ||
</ul> | ||
<div id="tab0" class="tab"> | ||
<h2>Tests</h2> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>Test</th> | ||
<th>Duration</th> | ||
<th>Result</th> | ||
</tr> | ||
</thead> | ||
<tr> | ||
<td class="success">test_deserialize_object</td> | ||
<td class="success">0.236s</td> | ||
<td class="success">passed</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</div> | ||
<div id="footer"> | ||
<p> | ||
<div> | ||
<label class="hidden" id="label-for-line-wrapping-toggle" for="line-wrapping-toggle">Wrap lines | ||
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/> | ||
</label> | ||
</div>Generated by | ||
<a href="http://www.gradle.org">Gradle 6.6.1</a> at Dec 24, 2020 11:55:38 PM</p> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.