inst/unitTests/test_TReNAserver.R

library(TReNAServer)
library(RUnit)
#----------------------------------------------------------------------------------------------------
printf <- function(...) print(noquote(sprintf(...)))
#----------------------------------------------------------------------------------------------------
runTests <- function()
{
   test_emptyConstructor()

} # runTests
#----------------------------------------------------------------------------------------------------
test_emptyConstructor <- function()
{
   printf("--- test_emptyConstructor")
   ts <- TReNAServer();
   checkEquals(is(ts), "TReNAServer")

} # test_emptyConstructor
#----------------------------------------------------------------------------------------------------
PriceLab/TReNA-server documentation built on May 8, 2019, 3:23 a.m.