revbingo
02/15/2017, 10:13 PM1.1.0-beta3
bruno.felix
02/15/2017, 10:13 PMbruno.felix
02/15/2017, 10:13 PMrevbingo
02/15/2017, 10:15 PMbruno.felix
02/15/2017, 10:16 PMbruno.felix
02/15/2017, 10:16 PMbruno.felix
02/15/2017, 10:17 PMbruno.felix
02/15/2017, 10:17 PMbruno.felix
02/15/2017, 10:18 PMbruno.felix
02/15/2017, 10:18 PMbruno.felix
02/15/2017, 10:18 PMrevbingo
02/15/2017, 10:18 PMbruno.felix
02/15/2017, 10:18 PMbruno.felix
02/15/2017, 10:18 PMbruno.felix
02/15/2017, 10:25 PMrevbingo
02/15/2017, 10:28 PMbomz
02/17/2017, 8:03 AMSimpleDateFormat
with spek ?bomz
02/17/2017, 8:03 AMSimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssZZZ", Locale.getDefault() ?: Locale.ENGLISH).parse(”2017-02-15T15:54:50+00:00”)
in spek, it throw ParseException: unparseable date
bomz
02/17/2017, 8:03 AMsdeleuze
02/17/2017, 8:35 AMokkero
02/18/2017, 8:09 PM-------------------------------------------------------
T E S T S
-------------------------------------------------------
feb 18, 2017 9:06:30 PM org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry loadTestEngines
INFO: Discovered TestEngines with IDs: [spek]
Running okkero.okommand.CommandBuildersTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in okkero.okommand.CommandBuildersTest
Running okkero.okommand.CommandSystemConvenienceTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in okkero.okommand.CommandSystemConvenienceTest
Running okkero.okommand.CommandSystemTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in okkero.okommand.CommandSystemTest
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.030 s
[INFO] Finished at: 2017-02-18T21:06:33+01:00
[INFO] Final Memory: 37M/434M
[INFO] ------------------------------------------------------------------------
Looks like it is acknowledging all the tests, but decides only to run the Spek one. Is this a known limitation or am I doing something wrong?raniejade
02/19/2017, 12:43 AMjunit-platform-runner
in your classpath? Looking at the logs, only the spek test engine is present. INFO: Discovered TestEngines with IDs: [spek]
raniejade
02/19/2017, 12:45 AMjunit-platform-runner
and junit-vintage-engine
for JUnit 4, junit-jupiter-engine
for JUnit 5okkero
02/19/2017, 10:13 AMokkero
02/19/2017, 10:14 AMsboishtyan
02/25/2017, 5:37 PMsboishtyan
02/25/2017, 5:37 PMСнимок экрана 2017-02-25 в 20.36.36▾
sboishtyan
02/25/2017, 5:38 PMsboishtyan
02/25/2017, 5:38 PMСнимок экрана 2017-02-25 в 20.37.35.png▾
sboishtyan
02/25/2017, 5:40 PM