syberia (version 0.6.1.9009)

test_resource: Run the tests for a single resource.

Description

Run the tests for a single resource.

Usage

test_resource(engine, resource, setup, teardown, reporter)

Arguments

engine

syberia_engine. The engine to run the test on.

resource

character. The resource to test.

setup

stageRunner. A stageRunner to execute setup hooks for this test.

teardown

stageRunner. A stageRunner to execute teardown hooks for this test.

reporter

reporter. A testthat reporter object.

Value

The testthat result summary for this one test run.