[debug] javaOptions: Vector()
[debug] Forking tests - parallelism = false
[debug] Create a single-thread test executor
[debug] Runner for com.novocode.junit.JUnitFramework produced 1 initial tasks for 1 tests.
[debug]   Running TaskDef(kmeans.KMeansSuite, sbt.ForkMain$AnnotatedFingerscan@7d864aac, false, [SuiteSelector])
[info] Test run started
[info] Test kmeans.KMeansSuite.'classify' should work for empty 'points' and 'means' == Seq(Point(1,1,1)) started
[debug] Test kmeans.KMeansSuite.'classify' should work for empty 'points' and 'means' == Seq(Point(1,1,1)) finished, took 0.239 sec
[info] Test kmeans.KMeansSuite.'classify' should work for 'points' == Seq((1, 1, 0), (1, -1, 0), (-1, 1, 0), (-1, -1, 0)) and 'means' == Seq((1, 0, 0), (-1, 0, 0)) started
[debug] Test kmeans.KMeansSuite.'classify' should work for 'points' == Seq((1, 1, 0), (1, -1, 0), (-1, 1, 0), (-1, -1, 0)) and 'means' == Seq((1, 0, 0), (-1, 0, 0)) finished, took 0.026 sec
[info] Test kmeans.KMeansSuite.'classify should work for empty 'points' and empty 'means' started
[debug] Test kmeans.KMeansSuite.'classify should work for empty 'points' and empty 'means' finished, took 0.0 sec
[info] Test kmeans.KMeansSuite.'parClassify' should work for empty 'points' and 'means' == Seq(Point(1,1,1)) started
[debug] Test kmeans.KMeansSuite.'parClassify' should work for empty 'points' and 'means' == Seq(Point(1,1,1)) finished, took 0.201 sec
[info] Test kmeans.KMeansSuite.'classify' should work for 'points' == Seq((1, 1, 0), (1, -1, 0), (-1, 1, 0), (-1, -1, 0)) and 'means' == Seq((0, 0, 0)) started
[debug] Test kmeans.KMeansSuite.'classify' should work for 'points' == Seq((1, 1, 0), (1, -1, 0), (-1, 1, 0), (-1, -1, 0)) and 'means' == Seq((0, 0, 0)) finished, took 0.001 sec
[info] Test kmeans.KMeansSuite.'classify' with data parallelism should work for empty 'points' and empty 'means' started
[debug] Test kmeans.KMeansSuite.'classify' with data parallelism should work for empty 'points' and empty 'means' finished, took 0.012 sec
[info] Test run finished: 0 failed, 0 ignored, 6 total, 0.58s
[debug]     Produced 0 nested tasks and 6 events.
[debug] Summary for JUnit not available.
[info] Passed: Total 6, Failed 0, Errors 0, Passed 6
[debug] Passed tests:
[debug] 	kmeans.KMeansSuite
