snowe
01/29/2019, 6:50 AMdescribe("tiny object should") {
infix fun Any.mapsTo(expected: String) {
val testObject by memoized { this }
it("test value") {
pp(testObject)
outContent shouldRenderLike expected
}
}
context("render a single field") {
TinyObject(1) mapsTo
"""
TinyObject(
int = 1
)
"""
}
}
Alex Spence
06/24/2019, 7:51 PMAlex Spence
06/24/2019, 7:52 PMcbruegg
06/24/2019, 7:52 PMMatt
06/25/2019, 10:34 AMjava.lang.NoClassDefFoundError: kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$EnumEntryOrBuilder
The tests all started passing again on the next build from the exact same source code ... any ideas on what might cause a NoClassDefFoundError
in that class? Couldn't find anything else related in the logs.Ralph
06/25/2019, 12:22 PMShawn
06/25/2019, 1:51 PMShawn
06/25/2019, 1:51 PMLeoColman
06/25/2019, 6:19 PMLeoColman
06/25/2019, 6:19 PMLeoColman
06/25/2019, 6:20 PMResult
class. Perhaps we're using it wrong?LeoColman
06/25/2019, 7:37 PMLeoColman
06/25/2019, 7:37 PMRobert Menke
06/25/2019, 9:07 PMLeoColman
06/25/2019, 9:07 PMFlorian
06/25/2019, 9:11 PMhdarritchon
06/26/2019, 7:13 AMhdarritchon
06/26/2019, 7:13 AMhdarritchon
06/26/2019, 7:15 AMsantiago
06/27/2019, 7:06 AMsantiago
06/27/2019, 7:07 AMmike_shysh
06/27/2019, 10:53 AMObjectA.class
is not acceptednwh
06/27/2019, 2:05 PMTypes.newParameterizedType
? I don't want to have to manually pass in the parameter typeuser
06/27/2019, 2:30 PMif
expression into a when
expression automatically by just hitting Alt+Enter on the if
https://pbs.twimg.com/media/D8seBk_WkAEFSa6.png▾
mathew murphy
06/27/2019, 6:23 PMHullaballoonatic
06/27/2019, 6:43 PMwhere
doesn't plug neatly into Kotlin's beautifully succinct class declaration syntax?mathew murphy
06/27/2019, 10:19 PMmathew murphy
06/27/2019, 10:28 PMdeactivateduser
06/28/2019, 11:09 AMharoldadmin
06/28/2019, 4:42 PM