tests/testthat/test_1.R

context("character")

test_that("default",{
  expect_equal(hello(),"Hello Analyx")
  expect_equal(hello2("Analyx", bye=T), "bye Analyx")
})
adolfoalvarez/test2 documentation built on May 10, 2019, 5:58 a.m.