de_serialize works. Variables names improved. Code beautified. TODO: clustering tests
[epclust.git] / epclust / tests / testthat / test.clustering.R
index eeed576..527f6bd 100644 (file)
@@ -1,2 +1,25 @@
-computeClusters
-computeSynchrones
+context("clustering")
+
+#TODO: load some dataset ASCII CSV
+#data_bin_file <<- "/tmp/epclust_test.bin"
+#unlink(data_bin_file)
+
+test_that("computeClusters1 behave as expected",
+{
+
+})
+
+test_that("computeSynchrones behave as expected",
+{
+
+})
+
+test_that("computeClusters2 behave as expected",
+{
+
+})
+
+test_that("clusteringTask + computeClusters2 behave as expected",
+{
+
+})