Click or drag to resize

SmartTestRunTest Method

Overload List
  NameDescription
Public methodStatic memberCode exampleRunTest(Case, Act, 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 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 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 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(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.
Top
See Also