Variables
Const booleanControlTester
booleanControlTester: RankedTester = rankWith(2,isBooleanControl)
Const booleanToggleControlTester
booleanToggleControlTester: RankedTester = rankWith(3,and(isBooleanControl, optionIs('toggle', true)))
Const categorizationTester
categorizationTester: RankedTester = rankWith(2,and(uiTypeIs('Categorization'),categorizationHasCategory))
Const dateControlTester
dateControlTester: RankedTester = rankWith(2,isDateControl)
Const enumControlTester
enumControlTester: RankedTester = rankWith(2,isEnumControl)
Const groupTester
groupTester: RankedTester = rankWith(1, uiTypeIs('Group'))
Const horizontalLayoutTester
horizontalLayoutTester: RankedTester = rankWith(1, uiTypeIs('HorizontalLayout'))
Const keywords
keywords: string[] = ['#', 'properties', 'items']
Const labelTester
labelTester: RankedTester = rankWith(4,uiTypeIs('Label'))
Const listWithDetailTester
listWithDetailTester: RankedTester = rankWith(4,uiTypeIs('ListWithDetail'))
Const multilineControlTester
multilineControlTester: RankedTester = rankWith(2,isMultiLineControl)
Const numberControlTester
numberControlTester: RankedTester = rankWith(2,or(isNumberControl, isIntegerControl))
Const rangeControlTester
rangeControlTester: RankedTester = rankWith(4, isRangeControl)
Const stringControlTester
stringControlTester: RankedTester = rankWith(1,isControl)
Const verticalLayoutTester
verticalLayoutTester: RankedTester = rankWith(1, uiTypeIs('VerticalLayout'))