Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 10 found.
[1] < 1 > [1]  Sort:

svUnit-package (Package: svUnit) : A framework for test cases, test units and test suites in R

The SciViews svUnit package defines a framework for testing R code, not unlike jUnit for Java. It is inspired on the checkxxx() functions from the RUnit package and the same test unit files should be compatible with both svUnit and RUnit. However, the internal implementation is completely different and svUnit can also be used interactively, while RUnit is only designed to run test units written in files on disks.
● Data Source: CranContrib
● Keywords: package, utilities
● Alias: svUnit, svUnit-package
● 0 images

svTest (Package: svUnit) : Create, attach to and manipulate test functions in R objects

Test functions are functions without arguments with class 'svTest' containing one or more assertions using checkxxx() functions. They can be attached to any object as a 'test' attribute. They can also be transferred into a more formal test unit file on disk by applying the makeUnit() method.
● Data Source: CranContrib
● Keywords: utilities
● Alias: as.svTest, is.svTest, is.test, makeTestListFromExamples, makeUnit, makeUnit.default, makeUnit.svTest, print.svTest, runTest, runTest.default, runTest.list, runTest.svTest, svTest, test, test<-
● 0 images

svSuite (Package: svUnit) : Create and run test suites by collecting together unit tests and

A 'svSuite' object is essentially a list of test units directories (or packages, in this case, corresponding directories are PKG/unitTests and its subdirectories), and of object names containing tests to add temporarily to the test suite. These must be formatted in a concise way as described for the 'tests' argument.
● Data Source: CranContrib
● Keywords: utilities
● Alias: as.svSuite, is.svSuite, makeUnit.svSuite, print.svSuite, runTest.svSuite, svSuite, svSuiteList
● 0 images

guiTestReport (Package: svUnit) : Report or give feedback to the GUI client about running test units

These functions are usually not called from the command line. They return data to compatible GUI clients, like Komodo Edit with the SciViews-K extension.
● Data Source: CranContrib
● Keywords: utilities
● Alias: guiSuiteAutoList, guiSuiteList, guiTestFeedback, guiTestReport
● 0 images

Log (Package: svUnit) : SciViews R log management functions

These functions define the code of test functions. They are designed to check the result of some test calculation.
● Data Source: CranContrib
● Keywords: utilities
● Alias: Log, clearLog, createLog, errorLog, lastSuite, lastTest
● 0 images

svTestData (Package: svUnit) : Objects of class 'svTestData' contain results from running a test

The 'svTestData' contains results of test run. The checkxxx() functions and the runTest() method generate one such object which is located in the .Log object in .GlobalEnv. It is then possible to display and report information it contains in various ways to analyze the results.
● Data Source: CranContrib
● Keywords: utilities
● Alias: is.svTestData, print.svTestData, stats, stats.svTestData, summary.svTestData
● 0 images

koUnit (Package: svUnit) : Interact with the test unit GUI in Komodo/SciViews-K

These functions allow controlling the test unit module (R Unit tab at right) in Komodo with SciViews-K and SciViews-K Unit extensions (see http://www.sciviews.org/SciViews-K). R must be correctly connected to Komodo, meaning that the 'svGUI' package must be loaded with proper configuration of client/server socket connections between R and Komodo. See the manual about SciViews-K for more information. The functions defined here are the same as JavaScript functions defined in the 'sv.r.unit' namespace in Komodo/SciViews-K Unit. For instance, koUnit_runTest() is equivalent to sv.r.unit.runTest(); in a Javascript macro in Komodo.
● Data Source: CranContrib
● Keywords: utilities
● Alias: koUnit_isAutoTest, koUnit_runTest, koUnit_setAutoTest, koUnit_showRUnitPane, koUnit_version
● 0 images

check (Package: svUnit) : SciViews R Unit assertions (check functions)

These functions define the assertions in test functions. They are designed to check the result of some test calculation.
● Data Source: CranContrib
● Keywords: utilities
● Alias: DEACTIVATED, checkEquals, checkEqualsNumeric, checkException, checkIdentical, checkTrue
● 0 images

unitTests.svUnit (Package: svUnit) : Unit tests for the package svUnit

Performs unit tests defined in this package by running example(unitTests.svUnit). Tests are in runit*.R files located in the '/unitTests' subdirectory or one of its subdirectories ('/inst/unitTests' and subdirectories in package sources).
● Data Source: CranContrib
● Keywords: utilities
● Alias: unitTests.svUnit
● 0 images

svSuiteData (Package: svUnit) : Objects of class 'svSuiteData' contain results from running test suites

The 'svSuiteData' object contains results of all test run in one or more test suites. The checkxxx() functions and the runTest() method generate data (objects 'svTestData') contained in the default 'svSuiteData' named .Log and located in .GlobalEnv. It is then possible to display and report information it contains in various ways to analyze the results.
● Data Source: CranContrib
● Keywords: utilities
● Alias: is.svSuiteData, metadata, metadata.svSuiteData, print.svSuiteData, protocol, protocol.default, protocol.svSuiteData, protocol_junit, protocol_junit.svSuiteData, protocol_junit.svTestData, protocol_text, protocol_text.svSuiteData, stats.svSuiteData, summary.svSuiteData, svSuiteData
● 0 images