context("Basic object properties")
test_that("clone creates fields", {
a <- Object$clone(a = 1, b = 2)
expect_that(a$a, equals(1))
expect_that(a$b, equals(2))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.