testex_create: Create new example tests

Description Usage Arguments

View source: R/testex.r

Description

Create new example tests

Usage

1
2
testex_create(sources, exceptions = testex_exceptions(),
  parent.env = parent.frame(), verbose = TRUE)

Arguments

sources

example sources defined by a call to testex_sources

exceptions

possible exceptions of function calls or returned classes that shall not be compared, generated with testex_exceptions.

parent.env

The parent environment in which examples are evaluated. By default parent.frame().

verbose

Shall extra information be shown while creating the tests?


skranz/testex documentation built on Oct. 7, 2020, 8:20 p.m.