Nanook

Nanook

  • Docs
  • API
  • GitHub

›File Processor

Logger

  • Logger Interface
  • Logger Memory

Model

  • Table Interface
  • Testcase Definition Interface
  • Todo Meta
  • Todo Static
  • Todo Generator
  • Todo Reference

Model Decision

  • Base Section Definition
  • Base Single Row Section Definition
  • Execute Section Definition
  • Never Execute Section Definition
  • Multiplicity Section Definition
  • Summary Section Definition
  • Field Section Definition
  • Field Sub Section Definition
  • Multi Row Section Definition
  • Tag Section Definition
  • Filter Section Definition
  • Generator Switch Section Definition
  • Testcase Definition Decision
  • Table Decision
  • Section Types
  • Validate Double
  • Validate Helper
  • Validate Missing

Model Matrix

  • Testcase Definition Matrix
  • Table Matrix

Importer xlsx

  • Importer xlsx

File Processor

  • Importer Interface
  • Parser Interface
  • Interface Filter
  • Simple Array Filter
  • Simple Array Ignore Filter
  • Parser Constants
  • Parser Decision Constants
  • Parser Decision
  • Parser Matrix Constants
  • Parser Matrix
  • Parser Specification Constants
  • Parser Specification
  • Parser Specification Converter

Data Generator

  • Data Generator Interface
  • Data Generator Base
  • Service Registry
  • Generator Faker

Processor

  • Interface Processor
  • Interface Writer
  • Node
  • Reference
  • Testcase Data
  • Processor
  • writeMetaData
  • writeStaticData
  • utilCartesian

Interface Filter

FilterProcessorInterface

A filter processor is used to filter Test cases in a decision table. A filter is registered with its name at the processor. In the decision table the filter name is referenced. Then the result is filtered with the given filter processor

Kind: global class

  • FilterProcessorInterface
    • .name
    • .name
    • .filter(tags, expression) ⇒ boolean

filterProcessorInterface.name

returns the name of this filter processor

Kind: instance property of FilterProcessorInterface

filterProcessorInterface.name

set a new name to this processor

Kind: instance property of FilterProcessorInterface

filterProcessorInterface.filter(tags, expression) ⇒ boolean

This method filters the tags with the given expression

Kind: instance method of FilterProcessorInterface
Returns: boolean - true returns a true value if the filter processor could filter a result

ParamTypeDescription
tagsarrayAn array with all the tags on the test case
expressionstringAn expression for this filter processor
← Parser InterfaceSimple Array Filter →
  • FilterProcessorInterface
    • filterProcessorInterface.name
    • filterProcessorInterface.name
    • filterProcessorInterface.filter(tags, expression) ⇒ boolean
Nanook
Docs
TutorialsGuide
More
ImprintPrivacy PolicyGitHubStar
Copyright © 2022 Nanook.io