Click or drag to resize

SmartTest Methods

The SmartTest type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleAssignT
Public methodStatic memberCode exampleCase(Criteria)
Creates an instance of Case class for a global Criteria (not specific to a parameter).
Public methodStatic memberCode exampleCase(String, Criteria)
Creates an instance of Case class for a specific parameter Criteria.
Public methodStatic memberCode exampleCaseT(ExpressionFuncT, Object, Criteria)
Creates an instance of Case class for a specific parameter path Criteria.
Public methodStatic memberCode exampleCaseTParam, T(ExpressionFuncTParam, EnumTypeHelperPlaceHolderT, T, T)
Creates an instance of Case class for a specific parameter path.
Public methodStatic memberCode exampleCaseTParam, T(ExpressionFuncTParam, INumericTypeT, T, T)
Creates an instance of Case class for a specific parameter path.
Public methodStatic memberCode exampleErrorCaseTParam, T(ExpressionFuncTParam, EnumTypeHelperPlaceHolderT, T)
Creates an instance of Case class for a specific parameter path to manage errors.
Public methodStatic memberCode exampleErrorCaseTParam, T(ExpressionFuncTParam, INumericTypeT, T)
Creates an instance of Case class for a specific parameter path.
Public methodStatic memberCode exampleRunTest(Case, Act, Assertion)
Executes the Act part of the test and its related Smart Assertions.
Public methodStatic memberCode exampleRunTest(Case, ExpressionActionActContext, Assertion)
Executes the Act part of the test and its related Smart Assertions.
Public methodStatic memberCode exampleRunTest(Case, ExpressionAction, Assertion)
Executes the Act part of the test and its related Smart Assertions.
Public methodStatic memberCode exampleRunTest(Criteria, ExpressionActionActContext, Assertion)
Executes the Act part of the test and its related Smart Assertions.
Public methodStatic memberCode exampleRunTest(Criteria, ExpressionAction, Assertion)
Executes the Act part of the test and its related Smart Assertions.
Public methodStatic memberCode exampleRunTestT(Case, ActT, Assertion)
Executes the Act part of the test and its related Smart Assertions.
Public methodStatic memberCode exampleRunTestT(Case, ExpressionFuncT, Assertion)
Executes the Act part of the test and its related Smart Assertions.
Public methodStatic memberCode exampleRunTestT(Case, ExpressionFuncActContext, T, Assertion)
Executes the Act part of the test, and its related Smart Assertions, that involves implicit declarations for Assertions.
Public methodStatic memberCode exampleRunTestT(Criteria, ActT, Assertion)
Executes the Act part of the test and its related Smart Assertions.
Public methodStatic memberCode exampleRunTestT(Criteria, ExpressionFuncT, Assertion)
Executes the Act part of the test and its related Smart Assertions.
Public methodStatic memberCode exampleRunTestT(Criteria, ExpressionFuncActContext, T, Assertion)
Executes the Act part of the test, and its related Smart Assertions, that involves implicit declarations for Assertions.
Public methodStatic memberToString
Convert a value as a string
Top
See Also