tests/testthat/test_BaseClass.R

library(two.laws.big.bang)


SetTestContext("create new")



CreateTestCase(
  "Initialized Set",
  {
    Base <- BaseClass$new()
    testthat::expect_true(Base$Initialized )
  }
)


CreateTestCase(
  "Validate",
  {
    Base <- BaseClass$new()
    testthat::expect_true(Base$Validate())
  }
)
mikebesso/two.laws.big.bang documentation built on May 29, 2019, 5:42 a.m.