20 ms

Mocha Tests: 21 total, 21 passed

  • Collapse |
  • Expand
  • 9 ms
    convertToExpressionTree
    • 5 ms
      passedConverting Valid Expression
    • 1 ms
      passedConverting Invalid Expression
    • 2 ms
      passedConverting Expression with Variable Prefix "@"
    • 0 ms
      passedConverting Expression without Variable
    • 1 ms
      passedConverting Expression with Nested Variable (Separated by _) and Prefix "@"
  • 9 ms
    evaluateExpression
    • 2 ms
      passedEvaluating Expression (Without Prefix) (a + b) * 5
    • 1 ms
      passedEvaluating Expression (Without Prefix) a + b / 20
    • 1 ms
      passedEvaluating Expression (Without Prefix) isEditable || isAuthor && isAdmin
    • 2 ms
      passedEvaluating Expression (Without Prefix) Math.sqrt(a * a)
    • 2 ms
      passedEvaluating Expression (With Prefix) (@a + b) * 5
    • 0 ms
      passedEvaluating Expression (With Prefix) @a + @b / 20
    • 1 ms
      passedEvaluating Expression (With Prefix) @isEditable || @isAuthor && @isAdmin
    • 0 ms
      passedEvaluating Expression (With Prefix) and Nested Variable (Separated by _) (@Form1_@SomeValue * 100) + (@Form2_@OtherValue / 10)
  • 1 ms
    isValidExpression
    • 0 ms
      passedChecking Valid Expression
    • 0 ms
      passedChecking Invalid Expression
    • 0 ms
      passedChecking Valid Expression with Variable Prefix "@"
    • 1 ms
      passedChecking Invalid Expression with Variable Prefix "@"
    • 0 ms
      passedChecking Expression without Variable
    • 0 ms
      passedChecking Expression With Nested Variables (Separated by _)
  • 1 ms
    setOptions
    • 1 ms
      passedSetting up Valid Options
    • 0 ms
      passedSetting up Invalid Options

Generated by WebStorm on 9/1/16 12:23 AM