SQL-Unit  1.6
Functions
FormatResultTestName.ssunit_impl.sql File Reference

The FormatResultTestName user-defined function. More...

Functions

ssunit::ProcedureName FormatResultTestName (ProcedureName @procedure)
 Formats the test name for inclusion in the test results.

Detailed Description

The FormatResultTestName user-defined function.

Author:
Chris Oldwood

Function Documentation

Formats the test name for inclusion in the test results.

This strips the schema, test and fixture attributes to just leave the unadorned name which is hopefully the more useful part.

Parameters:
procedureThe name of the unit test procedure