Returns true if the condition is satisfied in the given context.
Namespace:
Gallio.CommonAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public bool Evaluate( ConditionContext context ) |
| Visual Basic (Declaration) |
|---|
Public Function Evaluate ( _ context As ConditionContext _ ) As Boolean |
Parameters
- context
- Type: Gallio.Common..::.ConditionContext
The condition evaluation context.
Return Value
True if the condition is satisfied.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if context is null. |
