show.conditionList: Prints A list of Conditions

show.conditionListR Documentation

Prints A list of Conditions

Description

S4 method for conditionList objects.

Usage

## S4 method for signature 'conditionList'
show(object)

Arguments

object

a conditionList object (list of conditions)

Value

object, invisibly

See Also

conditionList

Examples

## Create a test item as you would find normally at the `unitizer` prompt
## for illustrative purposes:
.NEW <- mock_item()
## Show the conditions the test generated (typing `show` here is optional
## since auto-printing should dispatch to `show`)
show(.NEW$conditions)

brodieG/unitizer documentation built on Oct. 14, 2023, 6:26 a.m.