tests/testthat/test_hello.r

context( "Testing functions in file hello.R" )

describe( "Testing output function hello()", {
  it( "Works", {
    expect_output( hello(), "Hello, world!" )
  })
})
jefferys/FusionClust documentation built on May 22, 2019, 2:39 p.m.