Run the tests for a single resource.

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.