Nanook

Nanook

  • Docs
  • API
  • GitHub

›Model Decision

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

Validate Double

Functions

findDouble(table) ⇒ object

Find double testcase definitions.

findDoubleSub(testCaseModel) ⇒ object

Compares each testcase against each other. The double ones are reported. The values for the fields are converted to binary values. For each field the values will be combined with binary AND. If there is an integer > 0 for each field, then the testcase is a double

findDoubleCompareTestcase(tc1, tc2) ⇒ object

Compares one testcase with an other and checks if it is a double one.

findDouble(table) ⇒ object

Find double testcase definitions.

Kind: global function
Returns: object - errors The found double testcases

ParamTypeDescription
tableobjectThe table model

findDoubleSub(testCaseModel) ⇒ object

Compares each testcase against each other. The double ones are reported. The values for the fields are converted to binary values. For each field the values will be combined with binary AND. If there is an integer > 0 for each field, then the testcase is a double

Kind: global function
Returns: object - errors The found double testcases

ParamTypeDescription
testCaseModelobjectThe testcaseModel

findDoubleCompareTestcase(tc1, tc2) ⇒ object

Compares one testcase with an other and checks if it is a double one.

Kind: global function
Returns: object - results Object returned only if there are double

ParamTypeDescription
tc1objectThe first testcase
tc2objectThe second testcase
← Section TypesValidate Helper →
  • Functions
  • findDouble(table) ⇒ object
  • findDoubleSub(testCaseModel) ⇒ object
  • findDoubleCompareTestcase(tc1, tc2) ⇒ object
Nanook
Docs
TutorialsGuide
More
ImprintPrivacy PolicyGitHubStar
Copyright © 2022 Nanook.io