Skip to content

BL-621 test updates #2753

BL-621 test updates

BL-621 test updates #2753

GitHub Actions / Test Results succeeded Jan 13, 2025 in 0s

All 6 201 tests pass, 86 skipped in 9m 38s

 2 516 files  + 1 887   2 516 suites  +1 887   9m 38s ⏱️ + 8m 15s
 6 287 tests ±     0   6 201 ✅ +     2   86 💤 ±  0  0 ❌  - 2 
25 320 runs  +18 990  24 948 ✅ +18 707  372 💤 +285  0 ❌  - 2 

Results for commit d4fcfc5. ± Comparison against earlier commit 0914143.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

86 skipped tests found

There are 86 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
TestCases.ScratchPad ‑ Test it
TestCases.ScratchPad ‑ testbrad()
TestCases.components.BoxTemplateTest ‑ component script Island inception
TestCases.components.CFTemplateTest ‑ testCfthrowAttributeCollection()
TestCases.debugger.IntegrationTest ‑ It should respond to a ContinueRequest
TestCases.debugger.IntegrationTest ‑ It should respond to a ScopeRequest
TestCases.debugger.IntegrationTest ‑ It should respond to a StackTraceRequest
TestCases.debugger.IntegrationTest ‑ It should respond to a ThreadsRequest
TestCases.debugger.IntegrationTest ‑ It should respond to a VariablesRequest
TestCases.debugger.IntegrationTest ‑ It should respond to a breakpoint request
TestCases.debugger.IntegrationTest ‑ It should respond to a launch request
TestCases.debugger.IntegrationTest ‑ It should respond to an EvaluateRequest
TestCases.debugger.IntegrationTest ‑ It should respond to an EvaluateRequest that produces an error
TestCases.debugger.IntegrationTest ‑ It should respond to an initialize request with capabilities
TestCases.debugger.IntegrationTest ‑ It should respond with the variables of a struct
TestCases.debugger.IntegrationTest ‑ It should send a TerminatedEvent
TestCases.debugger.IntegrationTest ‑ It should send an ExitEvent
TestCases.debugger.IntegrationTest ‑ It should send an OutputEvent
TestCases.debugger.IntegrationTest ‑ It should send an event when it hits a breakpoint
TestCases.phase1.CoreLangTest ‑ testBodyResultError()
TestCases.phase2.IncludeTest ‑ can include file again
TestCases.phase2.QueryTest ‑ Query
TestCases.phase2.QueryTest ‑ Query Column assignment
TestCases.phase3.ClassTest ‑ testRelativeInstantiationWithLoop()
TestCases.phase3.ClassTest ‑ testSuperHeadlessFunctionInvocationToChild()
ortus.boxlang.compiler.QoQParseTest ‑ testsdf()
ortus.boxlang.runtime.BoxRunnerTest ‑ It can execute a task template
ortus.boxlang.runtime.BoxRunnerTest ‑ It can execute a task template with arguments
ortus.boxlang.runtime.BoxRuntimeTest ‑ It can shutdown
ortus.boxlang.runtime.bifs.global.decision.IsArrayTest ‑ It supports the dimension argument
ortus.boxlang.runtime.bifs.global.decision.IsDateTest ‑ It returns false for date-like values which are not valid dates
ortus.boxlang.runtime.bifs.global.decision.IsIPv6Test ‑ testTrueConditions()
ortus.boxlang.runtime.bifs.global.decision.IsNumericDateTest ‑ It detects binary values
ortus.boxlang.runtime.bifs.global.decision.IsNumericDateTest ‑ It returns false for non-binary values
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on Binaries
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on emails
ortus.boxlang.runtime.bifs.global.i18n.IsCurrencyTest ‑ It tests the BIF IsCurrency with formats generated by LSCurrencyFormat
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can execute a query with a custom username and password
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can execute multiple statements in a single queryExecute() call
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can return inserted values
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can use string values as timestamp params.
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It only keeps the first resultSet and discards the rest like Lucee
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It sets generatedKey in query meta
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It supports timestamp param types
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It won't throw on DROP statements like MSSQL does
ortus.boxlang.runtime.bifs.global.list.ListFindTest ‑ benchmark()
ortus.boxlang.runtime.bifs.global.query.QueryGetResultTest ‑ It should return query metadata on QOQs
ortus.boxlang.runtime.bifs.global.struct.StructGetTest ‑ testMemberFunction()
ortus.boxlang.runtime.bifs.global.system.BoxRegisterInterceptorTest ‑ It can register a class
ortus.boxlang.runtime.bifs.global.system.BoxRegisterInterceptorTest ‑ It can register a closure or lambda
ortus.boxlang.runtime.bifs.global.system.BoxRegisterInterceptorTest ‑ It can register a dynamic object
ortus.boxlang.runtime.bifs.global.system.BoxRegisterInterceptorTest ‑ It can throw an exception using a closure or lambda with no states
ortus.boxlang.runtime.bifs.global.system.BoxRegisterRequestInterceptorTest ‑ It can register a class
ortus.boxlang.runtime.bifs.global.system.BoxRegisterRequestInterceptorTest ‑ It can register a closure or lambda
ortus.boxlang.runtime.bifs.global.system.BoxRegisterRequestInterceptorTest ‑ It can register a dynamic object
ortus.boxlang.runtime.bifs.global.system.BoxRegisterRequestInterceptorTest ‑ It can throw an exception using a closure or lambda with no states
ortus.boxlang.runtime.bifs.global.system.DuplicateTest ‑ benchmarkArray()
ortus.boxlang.runtime.bifs.global.system.DuplicateTest ‑ benchmarkStruct()
ortus.boxlang.runtime.bifs.global.system.GetSystemSettingTest ‑ It can get a valid system env variables
ortus.boxlang.runtime.bifs.global.system.LockTest ‑ It can exclusive
ortus.boxlang.runtime.bifs.global.system.LockTest ‑ It can timeout no error
ortus.boxlang.runtime.bifs.global.system.PrintlnTest ‑ It can print a struct to the console
ortus.boxlang.runtime.bifs.global.system.PrintlnTest ‑ It can print an array to the console
ortus.boxlang.runtime.components.async.ThreadTest ‑ It can stop thread
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Can get catalog and schema names
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Can specify database.dbo.table in table attribute
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Gets empty tables query when unmatched database name is provided
ortus.boxlang.runtime.components.jdbc.StoredProcTest ‑ It properly handles OUT params
ortus.boxlang.runtime.components.jdbc.StoredProcTest ‑ It properly returns ResultSet objects
ortus.boxlang.runtime.components.jdbc.StoredProcTest ‑ testMultiResultSets()
ortus.boxlang.runtime.components.system.ObjectTest ‑ testComponentBX()
ortus.boxlang.runtime.components.system.ObjectTest ‑ testComponentScript()
ortus.boxlang.runtime.config.ConfigLoaderTest ‑ It can merge environmental properties in to the config
ortus.boxlang.runtime.dynamic.casters.DoubleCasterTest ‑ canMeetBenchmark()
ortus.boxlang.runtime.dynamic.casters.DoubleCasterTest ‑ testInfinity()
ortus.boxlang.runtime.dynamic.casters.DoubleCasterTest ‑ testItCanHandleFloatingPointMath()
ortus.boxlang.runtime.dynamic.casters.NumberCasterTest ‑ canMeetBenchmark()
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can execute varargs using positional additions
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can get a MSSQL JDBC connection
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can get a MySQL JDBC connection
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can query a datasource by name
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can query a datasource by struct
ortus.boxlang.runtime.jdbc.TransactionTest ‑ Can commit a transaction in tag syntax
ortus.boxlang.runtime.loader.util.ClassDiscoveryTest ‑ testFindClassesInJar()
ortus.boxlang.runtime.services.ModuleServiceTest ‑ Test it can add an absolute path to the module search path
ortus.boxlang.runtime.services.ModuleServiceTest ‑ Test it can run the onShutdown service event

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

6287 tests found (test 1 to 790)

There are 6287 tests, see "Raw output" for the list of tests 1 to 790.
Raw output
TestCases.ScratchPad ‑ Test it
TestCases.ScratchPad ‑ testMathSpeePlusInteger()
TestCases.ScratchPad ‑ testMathSpeedPlusDecimal()
TestCases.ScratchPad ‑ testMathSpeedTimes()
TestCases.ScratchPad ‑ testbrad()
TestCases.applications.ApplicationLookups ‑ testAppClassInAppSub()
TestCases.applications.ApplicationLookups ‑ testAppClassInEmptySub()
TestCases.applications.ApplicationLookups ‑ testAppClassInMapping()
TestCases.applications.ApplicationLookups ‑ testAppClassInMappingSub()
TestCases.applications.ApplicationLookups ‑ testAppClassInRoot()
TestCases.applications.ApplicationLookups ‑ testAppTemplateInAppSub()
TestCases.applications.ApplicationLookups ‑ testAppTemplateInEmptySub()
TestCases.applications.ApplicationLookups ‑ testAppTemplateInRoot()
TestCases.components.BoxTemplateTest ‑ component Island
TestCases.components.BoxTemplateTest ‑ component Island output order
TestCases.components.BoxTemplateTest ‑ component break
TestCases.components.BoxTemplateTest ‑ component continue
TestCases.components.BoxTemplateTest ‑ component function
TestCases.components.BoxTemplateTest ‑ component import
TestCases.components.BoxTemplateTest ‑ component include
TestCases.components.BoxTemplateTest ‑ component include attribute collection
TestCases.components.BoxTemplateTest ‑ component rethrow
TestCases.components.BoxTemplateTest ‑ component script Island inception
TestCases.components.BoxTemplateTest ‑ component while
TestCases.components.BoxTemplateTest ‑ script Island
TestCases.components.BoxTemplateTest ‑ testAccessBXCatchInOutput()
TestCases.components.BoxTemplateTest ‑ testAttributeKeywords()
TestCases.components.BoxTemplateTest ‑ testBreakInComponentBody()
TestCases.components.BoxTemplateTest ‑ testClass()
TestCases.components.BoxTemplateTest ‑ testClosureInTag()
TestCases.components.BoxTemplateTest ‑ testComments()
TestCases.components.BoxTemplateTest ‑ testContinueInComponentBody()
TestCases.components.BoxTemplateTest ‑ testEqualAFterTag()
TestCases.components.BoxTemplateTest ‑ testFlushOrder()
TestCases.components.BoxTemplateTest ‑ testGenericComponentsDanglingEnd()
TestCases.components.BoxTemplateTest ‑ testGenericComponentsInScript()
TestCases.components.BoxTemplateTest ‑ testIfStatementElse()
TestCases.components.BoxTemplateTest ‑ testIfStatementElse2()
TestCases.components.BoxTemplateTest ‑ testIfStatementFirst()
TestCases.components.BoxTemplateTest ‑ testIfStatementSecond()
TestCases.components.BoxTemplateTest ‑ testIfStatementThen()
TestCases.components.BoxTemplateTest ‑ testImportInScriptIsland()
TestCases.components.BoxTemplateTest ‑ testImportTag()
TestCases.components.BoxTemplateTest ‑ testLambdaInTag()
TestCases.components.BoxTemplateTest ‑ testLessThanBeforeTag()
TestCases.components.BoxTemplateTest ‑ testLoopCondition()
TestCases.components.BoxTemplateTest ‑ testLoopConditionExpr()
TestCases.components.BoxTemplateTest ‑ testLoopConditionExprScript()
TestCases.components.BoxTemplateTest ‑ testLoopConditionScript()
TestCases.components.BoxTemplateTest ‑ testNestedComments()
TestCases.components.BoxTemplateTest ‑ testNestedComments2()
TestCases.components.BoxTemplateTest ‑ testNonExistentcComponentsInScript()
TestCases.components.BoxTemplateTest ‑ testOutputSpace()
TestCases.components.BoxTemplateTest ‑ testPoundInOutput()
TestCases.components.BoxTemplateTest ‑ testQueryInTemplateIsland()
TestCases.components.BoxTemplateTest ‑ testReturnInComponentBody()
TestCases.components.BoxTemplateTest ‑ testReturns()
TestCases.components.BoxTemplateTest ‑ testSelfClosingElse()
TestCases.components.BoxTemplateTest ‑ testSetComponent()
TestCases.components.BoxTemplateTest ‑ testSetComponentUnquotedExpression()
TestCases.components.BoxTemplateTest ‑ testSetWhitespace()
TestCases.components.BoxTemplateTest ‑ testSwitchEmpty()
TestCases.components.BoxTemplateTest ‑ testSwitchList()
TestCases.components.BoxTemplateTest ‑ testSwitchListDelimiter()
TestCases.components.BoxTemplateTest ‑ testSwitchMatchCase()
TestCases.components.BoxTemplateTest ‑ testSwitchMatchDefault()
TestCases.components.BoxTemplateTest ‑ testSwitchMultipleDefault()
TestCases.components.BoxTemplateTest ‑ testSwitchNonCaseStatements()
TestCases.components.BoxTemplateTest ‑ testTagCommentsInOutput()
TestCases.components.BoxTemplateTest ‑ testTagCommentsInTags()
TestCases.components.BoxTemplateTest ‑ testThrow()
TestCases.components.BoxTemplateTest ‑ testThrowAttributeCollection()
TestCases.components.BoxTemplateTest ‑ testThrowEverythingBagel()
TestCases.components.BoxTemplateTest ‑ testThrowMessage()
TestCases.components.BoxTemplateTest ‑ testThrowMessageObject()
TestCases.components.BoxTemplateTest ‑ testThrowObject()
TestCases.components.BoxTemplateTest ‑ testThrowingAnObjectViaAttributecollection()
TestCases.components.BoxTemplateTest ‑ testTryCatch1()
TestCases.components.BoxTemplateTest ‑ testTryCatch2()
TestCases.components.BoxTemplateTest ‑ testTryCatchFinally()
TestCases.components.BoxTemplateTest ‑ testTryCatchNoFinally()
TestCases.components.BoxTemplateTest ‑ testTryCatchNoStatements()
TestCases.components.BoxTemplateTest ‑ testTryEmptyCatch()
TestCases.components.BoxTemplateTest ‑ testTryEmptyCatchWithType()
TestCases.components.BoxTemplateTest ‑ testUnquotedAttributeValues()
TestCases.components.BoxTemplateTest ‑ testUnquotedAttributeValuesOutput()
TestCases.components.CFTemplateTest ‑ component Island
TestCases.components.CFTemplateTest ‑ component break
TestCases.components.CFTemplateTest ‑ component continue
TestCases.components.CFTemplateTest ‑ component function
TestCases.components.CFTemplateTest ‑ component import
TestCases.components.CFTemplateTest ‑ component include
TestCases.components.CFTemplateTest ‑ component include attribute collection
TestCases.components.CFTemplateTest ‑ component rethrow
TestCases.components.CFTemplateTest ‑ component script Island inception
TestCases.components.CFTemplateTest ‑ component while
TestCases.components.CFTemplateTest ‑ script Island
TestCases.components.CFTemplateTest ‑ testAttributeKeywords()
TestCases.components.CFTemplateTest ‑ testAttributeUnquotedHashed()
TestCases.components.CFTemplateTest ‑ testBreakInComponentBody()
TestCases.components.CFTemplateTest ‑ testCfthrowAttributeCollection()
TestCases.components.CFTemplateTest ‑ testClass()
TestCases.components.CFTemplateTest ‑ testClosureInTag()
TestCases.components.CFTemplateTest ‑ testComments()
TestCases.components.CFTemplateTest ‑ testCompleteExpressionInTagBraces()
TestCases.components.CFTemplateTest ‑ testCompleteExpressionInTagBrackets()
TestCases.components.CFTemplateTest ‑ testCompleteExpressionInTagClosure()
TestCases.components.CFTemplateTest ‑ testCompleteExpressionInTagParens()
TestCases.components.CFTemplateTest ‑ testContinueInComponentBody()
TestCases.components.CFTemplateTest ‑ testEqualAFterTag()
TestCases.components.CFTemplateTest ‑ testExtraTextInFunctionArguments()
TestCases.components.CFTemplateTest ‑ testFlushOrder()
TestCases.components.CFTemplateTest ‑ testGenericComponentsDanglingEnd()
TestCases.components.CFTemplateTest ‑ testGenericComponentsInScript()
TestCases.components.CFTemplateTest ‑ testGenericComponentsInScriptStartWithCF()
TestCases.components.CFTemplateTest ‑ testIfStatementElse()
TestCases.components.CFTemplateTest ‑ testIfStatementElse2()
TestCases.components.CFTemplateTest ‑ testIfStatementFirst()
TestCases.components.CFTemplateTest ‑ testIfStatementSecond()
TestCases.components.CFTemplateTest ‑ testIfStatementThen()
TestCases.components.CFTemplateTest ‑ testImportInScriptIsland()
TestCases.components.CFTemplateTest ‑ testImportTag()
TestCases.components.CFTemplateTest ‑ testInvalidCodeUnclosedExpression()
TestCases.components.CFTemplateTest ‑ testInvalidCodeUnclosedTag()
TestCases.components.CFTemplateTest ‑ testLessThanBeforeTag()
TestCases.components.CFTemplateTest ‑ testLoopCondition()
TestCases.components.CFTemplateTest ‑ testLoopConditionExpr()
TestCases.components.CFTemplateTest ‑ testLoopConditionExprScript()
TestCases.components.CFTemplateTest ‑ testLoopConditionScript()
TestCases.components.CFTemplateTest ‑ testNestedComments()
TestCases.components.CFTemplateTest ‑ testNestedComments2()
TestCases.components.CFTemplateTest ‑ testNonExistentcComponentsInScript()
TestCases.components.CFTemplateTest ‑ testOutputSpace()
TestCases.components.CFTemplateTest ‑ testPoundInOutput()
TestCases.components.CFTemplateTest ‑ testQueryInTemplateIsland()
TestCases.components.CFTemplateTest ‑ testReturnInComponentBody()
TestCases.components.CFTemplateTest ‑ testReturns()
TestCases.components.CFTemplateTest ‑ testSelfClosingElse()
TestCases.components.CFTemplateTest ‑ testSetComponent()
TestCases.components.CFTemplateTest ‑ testSetComponentUnquotedExpression()
TestCases.components.CFTemplateTest ‑ testSetWhitespace()
TestCases.components.CFTemplateTest ‑ testSwitchCommented()
TestCases.components.CFTemplateTest ‑ testSwitchEmpty()
TestCases.components.CFTemplateTest ‑ testSwitchList()
TestCases.components.CFTemplateTest ‑ testSwitchListDelimiter()
TestCases.components.CFTemplateTest ‑ testSwitchMatchCase()
TestCases.components.CFTemplateTest ‑ testSwitchMatchDefault()
TestCases.components.CFTemplateTest ‑ testSwitchMultipleDefault()
TestCases.components.CFTemplateTest ‑ testSwitchNonCaseStatements()
TestCases.components.CFTemplateTest ‑ testTagCommentsInExpression()
TestCases.components.CFTemplateTest ‑ testTagCommentsInOutput()
TestCases.components.CFTemplateTest ‑ testThrow()
TestCases.components.CFTemplateTest ‑ testThrowAttributeCollection()
TestCases.components.CFTemplateTest ‑ testThrowAttributeCollectionACFScript()
TestCases.components.CFTemplateTest ‑ testThrowEverythingBagel()
TestCases.components.CFTemplateTest ‑ testThrowEverythingBagelACFScript()
TestCases.components.CFTemplateTest ‑ testThrowMessage()
TestCases.components.CFTemplateTest ‑ testThrowMessageObject()
TestCases.components.CFTemplateTest ‑ testThrowObject()
TestCases.components.CFTemplateTest ‑ testThrowingAnObjectViaAttributecollection()
TestCases.components.CFTemplateTest ‑ testTranspileVars()
TestCases.components.CFTemplateTest ‑ testTrickyScriptBlocks()
TestCases.components.CFTemplateTest ‑ testTryCatch1()
TestCases.components.CFTemplateTest ‑ testTryCatch2()
TestCases.components.CFTemplateTest ‑ testTryCatchFinally()
TestCases.components.CFTemplateTest ‑ testTryCatchNoFinally()
TestCases.components.CFTemplateTest ‑ testTryCatchNoStatements()
TestCases.components.CFTemplateTest ‑ testTryEmptyCatch()
TestCases.components.CFTemplateTest ‑ testTryEmptyCatchWithType()
TestCases.components.CFTemplateTest ‑ testUnquotedAttributeValues()
TestCases.components.CFTemplateTest ‑ testUnquotedAttributeValuesOutput()
TestCases.debugger.IntegrationTest ‑ It should respond to a ContinueRequest
TestCases.debugger.IntegrationTest ‑ It should respond to a ScopeRequest
TestCases.debugger.IntegrationTest ‑ It should respond to a StackTraceRequest
TestCases.debugger.IntegrationTest ‑ It should respond to a ThreadsRequest
TestCases.debugger.IntegrationTest ‑ It should respond to a VariablesRequest
TestCases.debugger.IntegrationTest ‑ It should respond to a breakpoint request
TestCases.debugger.IntegrationTest ‑ It should respond to a launch request
TestCases.debugger.IntegrationTest ‑ It should respond to an EvaluateRequest
TestCases.debugger.IntegrationTest ‑ It should respond to an EvaluateRequest that produces an error
TestCases.debugger.IntegrationTest ‑ It should respond to an initialize request with capabilities
TestCases.debugger.IntegrationTest ‑ It should respond with the variables of a struct
TestCases.debugger.IntegrationTest ‑ It should send a TerminatedEvent
TestCases.debugger.IntegrationTest ‑ It should send an ExitEvent
TestCases.debugger.IntegrationTest ‑ It should send an OutputEvent
TestCases.debugger.IntegrationTest ‑ It should send an event when it hits a breakpoint
TestCases.phase1.AssignmentTest ‑ Bracket number assignment
TestCases.phase1.AssignmentTest ‑ Bracket number expression assignment
TestCases.phase1.AssignmentTest ‑ Bracket object assignment
TestCases.phase1.AssignmentTest ‑ Bracket string assignment
TestCases.phase1.AssignmentTest ‑ Bracket string assignment using component name
TestCases.phase1.AssignmentTest ‑ Bracket string concat assignment
TestCases.phase1.AssignmentTest ‑ It should not allow assignment via the equal keyword
TestCases.phase1.AssignmentTest ‑ Mixed assignment
TestCases.phase1.AssignmentTest ‑ Multi multi identifier dot assignment
TestCases.phase1.AssignmentTest ‑ Nested dot assignment
TestCases.phase1.AssignmentTest ‑ Unscoped assignment
TestCases.phase1.AssignmentTest ‑ quoted assignment
TestCases.phase1.AssignmentTest ‑ quoted assignment 2
TestCases.phase1.CoreLangTest ‑ ArrayList clear calls
TestCases.phase1.CoreLangTest ‑ BL structKeyExists
TestCases.phase1.CoreLangTest ‑ ConcurrentHashMap clear calls
TestCases.phase1.CoreLangTest ‑ If blocks with no-body else statements
TestCases.phase1.CoreLangTest ‑ It should throw BoxRuntimeException
TestCases.phase1.CoreLangTest ‑ It should throw BoxRuntimeException in CF
TestCases.phase1.CoreLangTest ‑ It still sets variables in the local scope even if they are set to null
TestCases.phase1.CoreLangTest ‑ Multiple parnetheitcal statements
TestCases.phase1.CoreLangTest ‑ Multiple parnetheitcal statements with over-nested parenthesis
TestCases.phase1.CoreLangTest ‑ Single inline while
TestCases.phase1.CoreLangTest ‑ Single inline while with parenthesis
TestCases.phase1.CoreLangTest ‑ Single next line while
TestCases.phase1.CoreLangTest ‑ Single next line while only loop body
TestCases.phase1.CoreLangTest ‑ Single next line while with parenthesis
TestCases.phase1.CoreLangTest ‑ String as array
TestCases.phase1.CoreLangTest ‑ String parsing - escaped Java chars
TestCases.phase1.CoreLangTest ‑ String parsing - escaped Java chars with interpolation
TestCases.phase1.CoreLangTest ‑ String parsing - escaped pound sign
TestCases.phase1.CoreLangTest ‑ String parsing 1
TestCases.phase1.CoreLangTest ‑ String parsing 2
TestCases.phase1.CoreLangTest ‑ String parsing 6
TestCases.phase1.CoreLangTest ‑ String parsing concat
TestCases.phase1.CoreLangTest ‑ String parsing concatenation
TestCases.phase1.CoreLangTest ‑ String parsing expression in pounds
TestCases.phase1.CoreLangTest ‑ String parsing expression interpolation
TestCases.phase1.CoreLangTest ‑ String parsing interpolation single
TestCases.phase1.CoreLangTest ‑ String parsing quotation escaping
TestCases.phase1.CoreLangTest ‑ String parsing unclosed pound
TestCases.phase1.CoreLangTest ‑ String parsing unclosed quotes
TestCases.phase1.CoreLangTest ‑ Test null scope lookup order
TestCases.phase1.CoreLangTest ‑ auto init dynamic object on instance method call
TestCases.phase1.CoreLangTest ‑ break do while
TestCases.phase1.CoreLangTest ‑ break sentinel
TestCases.phase1.CoreLangTest ‑ break while
TestCases.phase1.CoreLangTest ‑ breakFromFunction()
TestCases.phase1.CoreLangTest ‑ commentParse()
TestCases.phase1.CoreLangTest ‑ commentParseInline()
TestCases.phase1.CoreLangTest ‑ commentParseSmoll()
TestCases.phase1.CoreLangTest ‑ continue sentinel
TestCases.phase1.CoreLangTest ‑ continueFromFunction()
TestCases.phase1.CoreLangTest ‑ continueFromFunctionJustKiddingItsALoop()
TestCases.phase1.CoreLangTest ‑ do while loop
TestCases.phase1.CoreLangTest ‑ dump order
TestCases.phase1.CoreLangTest ‑ for in loop
TestCases.phase1.CoreLangTest ‑ for in loop single statment
TestCases.phase1.CoreLangTest ‑ for in loop struct
TestCases.phase1.CoreLangTest ‑ for in loop struct keys are strings
TestCases.phase1.CoreLangTest ‑ for in loop with list
TestCases.phase1.CoreLangTest ‑ if
TestCases.phase1.CoreLangTest ‑ if else
TestCases.phase1.CoreLangTest ‑ if no body
TestCases.phase1.CoreLangTest ‑ if with single-token elseif
TestCases.phase1.CoreLangTest ‑ key access in struct map wrapper
TestCases.phase1.CoreLangTest ‑ nested sentinel break
TestCases.phase1.CoreLangTest ‑ nested try catch
TestCases.phase1.CoreLangTest ‑ nested try catch with specific catch
TestCases.phase1.CoreLangTest ‑ not operator precedence
TestCases.phase1.CoreLangTest ‑ numberKey()
TestCases.phase1.CoreLangTest ‑ rethrow
TestCases.phase1.CoreLangTest ‑ sentinel but everything is missing
TestCases.phase1.CoreLangTest ‑ sentinel condition only
TestCases.phase1.CoreLangTest ‑ sentinel increment does not run after break
TestCases.phase1.CoreLangTest ‑ sentinel increment only
TestCases.phase1.CoreLangTest ‑ sentinel init only
TestCases.phase1.CoreLangTest ‑ sentinel with switch that uses break
TestCases.phase1.CoreLangTest ‑ statementBlocks()
TestCases.phase1.CoreLangTest ‑ switch
TestCases.phase1.CoreLangTest ‑ switch default
TestCases.phase1.CoreLangTest ‑ switch fall through case
TestCases.phase1.CoreLangTest ‑ test import name restrictions
TestCases.phase1.CoreLangTest ‑ testAdobeDoubleDot()
TestCases.phase1.CoreLangTest ‑ testAdobeMissingCommas()
TestCases.phase1.CoreLangTest ‑ testArrayAccessOnMethod()
TestCases.phase1.CoreLangTest ‑ testArrayIndexes()
TestCases.phase1.CoreLangTest ‑ testAssginmentModifier()
TestCases.phase1.CoreLangTest ‑ testAssginmentModifierCF()
TestCases.phase1.CoreLangTest ‑ testAssignPublicJavaPropertiesDirectly()
TestCases.phase1.CoreLangTest ‑ testAssignPublicJavaPropertiesIndirectly()
TestCases.phase1.CoreLangTest ‑ testAssignToList()
TestCases.phase1.CoreLangTest ‑ testBadWhitespaceAfterWordOperator()
TestCases.phase1.CoreLangTest ‑ testBadWhitespaceAfterWordOperatorCF()
TestCases.phase1.CoreLangTest ‑ testBigDecimalToJavaMethod()
TestCases.phase1.CoreLangTest ‑ testBigIntegerToJavaMethod()
TestCases.phase1.CoreLangTest ‑ testBigNumber()
TestCases.phase1.CoreLangTest ‑ testBigNumberLiterals()
TestCases.phase1.CoreLangTest ‑ testBodyResultError()
TestCases.phase1.CoreLangTest ‑ testCastStringToKey()
TestCases.phase1.CoreLangTest ‑ testComponentAttributeName()
TestCases.phase1.CoreLangTest ‑ testDateCOmpare()
TestCases.phase1.CoreLangTest ‑ testDeclareHugeStringLiteral()
TestCases.phase1.CoreLangTest ‑ testDeepNestedExpressions()
TestCases.phase1.CoreLangTest ‑ testDeepNestedExpressionsCF()
TestCases.phase1.CoreLangTest ‑ testExecuteClass()
TestCases.phase1.CoreLangTest ‑ testExecuteTemplate()
TestCases.phase1.CoreLangTest ‑ testExtraHashesInAssignmentLHS()
TestCases.phase1.CoreLangTest ‑ testExtraHashesInAssignmentLHSCF()
TestCases.phase1.CoreLangTest ‑ testFinalFunction()
TestCases.phase1.CoreLangTest ‑ testFinalModifier()
TestCases.phase1.CoreLangTest ‑ testFinalUnmodifiable()
TestCases.phase1.CoreLangTest ‑ testFindJavaConstructorWithNulls()
TestCases.phase1.CoreLangTest ‑ testFunctionalBIFAccess()
TestCases.phase1.CoreLangTest ‑ testFunctionalMemberAccess()
TestCases.phase1.CoreLangTest ‑ testFunctionalMemberAccessArgs()
TestCases.phase1.CoreLangTest ‑ testFunctionalMemberAccessArgsNamed()
TestCases.phase1.CoreLangTest ‑ testHigherOrderClosure()
TestCases.phase1.CoreLangTest ‑ testHigherOrderClosureCF()
TestCases.phase1.CoreLangTest ‑ testJavaMethodReference()
TestCases.phase1.CoreLangTest ‑ testJavaNestedClassImport()
TestCases.phase1.CoreLangTest ‑ testJavaProxyInitSetsInstance()
TestCases.phase1.CoreLangTest ‑ testJavaStreams()
TestCases.phase1.CoreLangTest ‑ testKeywords()
TestCases.phase1.CoreLangTest ‑ testKeywordsCF()
TestCases.phase1.CoreLangTest ‑ testLeadingZeros()
TestCases.phase1.CoreLangTest ‑ testLiteralStatements()
TestCases.phase1.CoreLangTest ‑ testLiteralStatementsCF()
TestCases.phase1.CoreLangTest ‑ testNativeListIndexes()
TestCases.phase1.CoreLangTest ‑ testNestedAmbiguousIf()
TestCases.phase1.CoreLangTest ‑ testNonFinalFunction()
TestCases.phase1.CoreLangTest ‑ testNumericKeysDoNotExistInNamedParamArguments()
TestCases.phase1.CoreLangTest ‑ testNumericKeysDoNotExistInNamedParamArgumentsCF()
TestCases.phase1.CoreLangTest ‑ testNumericLiteralSeparators()
TestCases.phase1.CoreLangTest ‑ testPassingBLFunctionsToJavaMethods()
TestCases.phase1.CoreLangTest ‑ testRethrowStructedThrowable()
TestCases.phase1.CoreLangTest ‑ testReturnType()
TestCases.phase1.CoreLangTest ‑ testSimpleNamedFunctionalMemberAccessArgs()
TestCases.phase1.CoreLangTest ‑ testSimplePositionalFunctionalMemberAccessArgs()
TestCases.phase1.CoreLangTest ‑ testSoftRef()
TestCases.phase1.CoreLangTest ‑ testStaticReferenceEdgeCases()
TestCases.phase1.CoreLangTest ‑ testStringIndexes()
TestCases.phase1.CoreLangTest ‑ testSwitchMultipleCase()
TestCases.phase1.CoreLangTest ‑ testSwitchStructKey()
TestCases.phase1.CoreLangTest ‑ testTagCommentInScript()
TestCases.phase1.CoreLangTest ‑ testTagContextLineMapping()
TestCases.phase1.CoreLangTest ‑ testThrowStatment()
TestCases.phase1.CoreLangTest ‑ testVarDecalarationBL()
TestCases.phase1.CoreLangTest ‑ testVarDecalarationCF()
TestCases.phase1.CoreLangTest ‑ testVarStaticModifierValidation()
TestCases.phase1.CoreLangTest ‑ testVariableNamedVar()
TestCases.phase1.CoreLangTest ‑ testVarsStartWithNumber()
TestCases.phase1.CoreLangTest ‑ testVarsStartWithNumberCF()
TestCases.phase1.CoreLangTest ‑ testXMLInStringBuffer()
TestCases.phase1.CoreLangTest ‑ throw in source
TestCases.phase1.CoreLangTest ‑ throw in statement
TestCases.phase1.CoreLangTest ‑ try catch
TestCases.phase1.CoreLangTest ‑ try catch with empty type
TestCases.phase1.CoreLangTest ‑ try catch with interpolated type
TestCases.phase1.CoreLangTest ‑ try catch with var in CF
TestCases.phase1.CoreLangTest ‑ try finally
TestCases.phase1.CoreLangTest ‑ try multiple catch types
TestCases.phase1.CoreLangTest ‑ try multiple catche types with any
TestCases.phase1.CoreLangTest ‑ try multiple catches
TestCases.phase1.CoreLangTest ‑ unicode()
TestCases.phase1.CoreLangTest ‑ var assignment as expression
TestCases.phase1.CoreLangTest ‑ var sentinel
TestCases.phase1.CoreLangTest ‑ while continue
TestCases.phase1.CoreLangTest ‑ whileNoCurlies()
TestCases.phase1.CoreLangTest ‑ whileNoCurliesNoSemi()
TestCases.phase1.DereferenceTest ‑ Bracket number access
TestCases.phase1.DereferenceTest ‑ Bracket number expression access
TestCases.phase1.DereferenceTest ‑ Bracket object access
TestCases.phase1.DereferenceTest ‑ Bracket string access
TestCases.phase1.DereferenceTest ‑ Bracket string concat access
TestCases.phase1.DereferenceTest ‑ Mixed access
TestCases.phase1.DereferenceTest ‑ Multi identifier dot access
TestCases.phase1.DereferenceTest ‑ Multi multi identifier dot access
TestCases.phase1.DereferenceTest ‑ Single identifier dot access
TestCases.phase1.DereferenceTest ‑ dereference a method on anested class
TestCases.phase1.DereferenceTest ‑ dereference enum as nested class
TestCases.phase1.DereferenceTest ‑ dereference enum key
TestCases.phase1.DereferenceTest ‑ dereference nested class
TestCases.phase1.DereferenceTest ‑ integer dot access
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 1 -- !foo[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 10 -- foo < bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 11 -- foo == bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 12 -- foo > bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 13 -- foo ? bar : baz[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 14 -- foo ?: bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 15 -- foo AND bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 16 -- foo CastAs bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 17 -- foo DOES NOT CONTAIN bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 18 -- foo InstanceOf bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 19 -- foo OR bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 2 -- ++foo[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 20 -- foo XOR bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 21 -- foo ^ bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 22 -- foo b& bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 23 -- foo b<< bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 24 -- foo b^ bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 25 -- foo b| bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 26 -- foo eqv bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 27 -- foo++[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 3 -- +foo[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 4 -- --foo[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 5 -- -foo[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 6 -- bar--[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 7 -- foo & bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 8 -- foo * bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Array Access 9 -- foo + bar[ expr ]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1 -- !foo.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 10 -- !foo.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 100 -- [[ foo ]].foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1000 -- foo DOES NOT CONTAIN bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1001 -- foo DOES NOT CONTAIN bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1002 -- foo DOES NOT CONTAIN bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1003 -- foo DOES NOT CONTAIN bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1004 -- foo DOES NOT CONTAIN bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1005 -- foo DOES NOT CONTAIN bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1006 -- foo DOES NOT CONTAIN bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1007 -- foo DOES NOT CONTAIN bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1008 -- foo DOES NOT CONTAIN bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1009 -- foo DOES NOT CONTAIN bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 101 -- [[ foo ]].foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1010 -- foo DOES NOT CONTAIN bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1011 -- foo DOES NOT CONTAIN bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1012 -- foo DOES NOT CONTAIN bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1013 -- foo DOES NOT CONTAIN bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1014 -- foo DOES NOT CONTAIN bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1015 -- foo DOES NOT CONTAIN bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1016 -- foo DOES NOT CONTAIN bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1017 -- foo DOES NOT CONTAIN bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1018 -- foo DOES NOT CONTAIN bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1019 -- foo DOES NOT CONTAIN bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 102 -- [[ foo ]].foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1020 -- foo DOES NOT CONTAIN bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1021 -- foo InstanceOf bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1022 -- foo InstanceOf bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1023 -- foo InstanceOf bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1024 -- foo InstanceOf bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1025 -- foo InstanceOf bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1026 -- foo InstanceOf bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1027 -- foo InstanceOf bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1028 -- foo InstanceOf bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1029 -- foo InstanceOf bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 103 -- [[ foo ]].foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1030 -- foo InstanceOf bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1031 -- foo InstanceOf bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1032 -- foo InstanceOf bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1033 -- foo InstanceOf bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1034 -- foo InstanceOf bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1035 -- foo InstanceOf bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1036 -- foo InstanceOf bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1037 -- foo InstanceOf bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1038 -- foo InstanceOf bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1039 -- foo InstanceOf bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 104 -- [[ foo ]].foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1040 -- foo InstanceOf bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1041 -- foo InstanceOf bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1042 -- foo InstanceOf bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1043 -- foo InstanceOf bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1044 -- foo InstanceOf bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1045 -- foo InstanceOf bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1046 -- foo InstanceOf bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1047 -- foo InstanceOf bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1048 -- foo InstanceOf bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1049 -- foo InstanceOf bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 105 -- [[ foo ]].foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1050 -- foo InstanceOf bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1051 -- foo InstanceOf bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1052 -- foo InstanceOf bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1053 -- foo InstanceOf bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1054 -- foo InstanceOf bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1055 -- foo InstanceOf bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1056 -- foo InstanceOf bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1057 -- foo InstanceOf bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1058 -- foo InstanceOf bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1059 -- foo InstanceOf bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 106 -- [[ foo ]].foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1060 -- foo InstanceOf bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1061 -- foo InstanceOf bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1062 -- foo InstanceOf bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1063 -- foo InstanceOf bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1064 -- foo OR bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1065 -- foo OR bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1066 -- foo OR bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1067 -- foo OR bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1068 -- foo OR bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1069 -- foo OR bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 107 -- [[ foo ]].foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1070 -- foo OR bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1071 -- foo OR bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1072 -- foo OR bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1073 -- foo OR bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1074 -- foo OR bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1075 -- foo OR bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1076 -- foo OR bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1077 -- foo OR bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1078 -- foo OR bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1079 -- foo OR bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 108 -- [[ foo ]].foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1080 -- foo OR bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1081 -- foo OR bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1082 -- foo OR bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1083 -- foo OR bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1084 -- foo OR bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1085 -- foo OR bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1086 -- foo OR bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1087 -- foo OR bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1088 -- foo OR bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1089 -- foo OR bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 109 -- [[ foo ]].foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1090 -- foo OR bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1091 -- foo OR bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1092 -- foo OR bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1093 -- foo OR bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1094 -- foo OR bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1095 -- foo OR bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1096 -- foo OR bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1097 -- foo OR bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1098 -- foo OR bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1099 -- foo OR bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 11 -- !foo.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 110 -- [[ foo ]].foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1100 -- foo OR bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1101 -- foo OR bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1102 -- foo OR bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1103 -- foo OR bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1104 -- foo OR bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1105 -- foo OR bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1106 -- foo OR bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1107 -- foo XOR bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1108 -- foo XOR bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1109 -- foo XOR bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 111 -- [[ foo ]].new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1110 -- foo XOR bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1111 -- foo XOR bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1112 -- foo XOR bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1113 -- foo XOR bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1114 -- foo XOR bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1115 -- foo XOR bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1116 -- foo XOR bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1117 -- foo XOR bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1118 -- foo XOR bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1119 -- foo XOR bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 112 -- [[ foo ]].xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1120 -- foo XOR bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1121 -- foo XOR bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1122 -- foo XOR bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1123 -- foo XOR bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1124 -- foo XOR bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1125 -- foo XOR bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1126 -- foo XOR bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1127 -- foo XOR bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1128 -- foo XOR bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1129 -- foo XOR bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 113 -- [[ foo ]].{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1130 -- foo XOR bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1131 -- foo XOR bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1132 -- foo XOR bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1133 -- foo XOR bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1134 -- foo XOR bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1135 -- foo XOR bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1136 -- foo XOR bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1137 -- foo XOR bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1138 -- foo XOR bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1139 -- foo XOR bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 114 -- [[]] -> {}.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1140 -- foo XOR bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1141 -- foo XOR bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1142 -- foo XOR bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1143 -- foo XOR bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1144 -- foo XOR bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1145 -- foo XOR bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1146 -- foo XOR bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1147 -- foo XOR bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1148 -- foo XOR bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1149 -- foo XOR bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 115 -- [[]] -> {}."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1150 -- foo ^ bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1151 -- foo ^ bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1152 -- foo ^ bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1153 -- foo ^ bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1154 -- foo ^ bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1155 -- foo ^ bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1156 -- foo ^ bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1157 -- foo ^ bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1158 -- foo ^ bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1159 -- foo ^ bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 116 -- [[]] -> {}.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1160 -- foo ^ bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1161 -- foo ^ bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1162 -- foo ^ bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1163 -- foo ^ bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1164 -- foo ^ bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1165 -- foo ^ bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1166 -- foo ^ bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1167 -- foo ^ bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1168 -- foo ^ bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1169 -- foo ^ bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 117 -- [[]] -> {}.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1170 -- foo ^ bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1171 -- foo ^ bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1172 -- foo ^ bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1173 -- foo ^ bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1174 -- foo ^ bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1175 -- foo ^ bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1176 -- foo ^ bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1177 -- foo ^ bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1178 -- foo ^ bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1179 -- foo ^ bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 118 -- [[]] -> {}.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1180 -- foo ^ bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1181 -- foo ^ bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1182 -- foo ^ bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1183 -- foo ^ bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1184 -- foo ^ bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1185 -- foo ^ bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1186 -- foo ^ bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1187 -- foo ^ bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1188 -- foo ^ bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1189 -- foo ^ bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 119 -- [[]] -> {}.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1190 -- foo ^ bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1191 -- foo ^ bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1192 -- foo ^ bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1193 -- foo b& bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1194 -- foo b& bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1195 -- foo b& bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1196 -- foo b& bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1197 -- foo b& bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1198 -- foo b& bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1199 -- foo b& bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 12 -- !foo.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 120 -- [[]] -> {}.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1200 -- foo b& bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1201 -- foo b& bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1202 -- foo b& bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1203 -- foo b& bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1204 -- foo b& bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1205 -- foo b& bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1206 -- foo b& bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1207 -- foo b& bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1208 -- foo b& bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1209 -- foo b& bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 121 -- [[]] -> {}.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1210 -- foo b& bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1211 -- foo b& bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1212 -- foo b& bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1213 -- foo b& bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1214 -- foo b& bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1215 -- foo b& bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1216 -- foo b& bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1217 -- foo b& bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1218 -- foo b& bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1219 -- foo b& bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 122 -- [[]] -> {}.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1220 -- foo b& bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1221 -- foo b& bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1222 -- foo b& bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1223 -- foo b& bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1224 -- foo b& bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1225 -- foo b& bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1226 -- foo b& bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1227 -- foo b& bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1228 -- foo b& bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1229 -- foo b& bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 123 -- [[]] -> {}.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1230 -- foo b& bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1231 -- foo b& bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1232 -- foo b& bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1233 -- foo b& bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1234 -- foo b& bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1235 -- foo b& bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1236 -- foo b<< bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1237 -- foo b<< bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1238 -- foo b<< bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1239 -- foo b<< bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 124 -- [[]] -> {}.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1240 -- foo b<< bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1241 -- foo b<< bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1242 -- foo b<< bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1243 -- foo b<< bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1244 -- foo b<< bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1245 -- foo b<< bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1246 -- foo b<< bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1247 -- foo b<< bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1248 -- foo b<< bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1249 -- foo b<< bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 125 -- [[]] -> {}.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1250 -- foo b<< bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1251 -- foo b<< bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1252 -- foo b<< bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1253 -- foo b<< bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1254 -- foo b<< bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1255 -- foo b<< bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1256 -- foo b<< bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1257 -- foo b<< bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1258 -- foo b<< bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1259 -- foo b<< bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 126 -- [[]] -> {}.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1260 -- foo b<< bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1261 -- foo b<< bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1262 -- foo b<< bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1263 -- foo b<< bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1264 -- foo b<< bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1265 -- foo b<< bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1266 -- foo b<< bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1267 -- foo b<< bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1268 -- foo b<< bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1269 -- foo b<< bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 127 -- [[]] -> {}.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1270 -- foo b<< bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1271 -- foo b<< bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1272 -- foo b<< bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1273 -- foo b<< bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1274 -- foo b<< bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1275 -- foo b<< bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1276 -- foo b<< bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1277 -- foo b<< bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1278 -- foo b<< bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1279 -- foo b^ bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 128 -- [[]] -> {}.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1280 -- foo b^ bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1281 -- foo b^ bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1282 -- foo b^ bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1283 -- foo b^ bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1284 -- foo b^ bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1285 -- foo b^ bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1286 -- foo b^ bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1287 -- foo b^ bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1288 -- foo b^ bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1289 -- foo b^ bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 129 -- [[]] -> {}.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1290 -- foo b^ bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1291 -- foo b^ bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1292 -- foo b^ bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1293 -- foo b^ bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1294 -- foo b^ bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1295 -- foo b^ bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1296 -- foo b^ bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1297 -- foo b^ bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1298 -- foo b^ bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1299 -- foo b^ bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 13 -- !foo.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 130 -- [[]] -> {}.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1300 -- foo b^ bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1301 -- foo b^ bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1302 -- foo b^ bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1303 -- foo b^ bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1304 -- foo b^ bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1305 -- foo b^ bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1306 -- foo b^ bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1307 -- foo b^ bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1308 -- foo b^ bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1309 -- foo b^ bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 131 -- [[]] -> {}.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1310 -- foo b^ bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1311 -- foo b^ bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1312 -- foo b^ bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1313 -- foo b^ bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1314 -- foo b^ bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1315 -- foo b^ bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1316 -- foo b^ bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1317 -- foo b^ bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1318 -- foo b^ bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1319 -- foo b^ bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 132 -- [[]] -> {}.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1320 -- foo b^ bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1321 -- foo b^ bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1322 -- foo b| bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1323 -- foo b| bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1324 -- foo b| bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1325 -- foo b| bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1326 -- foo b| bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1327 -- foo b| bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1328 -- foo b| bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1329 -- foo b| bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 133 -- [[]] -> {}.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1330 -- foo b| bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1331 -- foo b| bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1332 -- foo b| bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1333 -- foo b| bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1334 -- foo b| bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1335 -- foo b| bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1336 -- foo b| bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1337 -- foo b| bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1338 -- foo b| bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1339 -- foo b| bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 134 -- [[]] -> {}.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1340 -- foo b| bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1341 -- foo b| bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1342 -- foo b| bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1343 -- foo b| bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1344 -- foo b| bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1345 -- foo b| bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1346 -- foo b| bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1347 -- foo b| bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1348 -- foo b| bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1349 -- foo b| bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 135 -- [[]] -> {}.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1350 -- foo b| bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1351 -- foo b| bar.foo b& bar

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

6287 tests found (test 791 to 1481)

There are 6287 tests, see "Raw output" for the list of tests 791 to 1481.
Raw output
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1352 -- foo b| bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1353 -- foo b| bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1354 -- foo b| bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1355 -- foo b| bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1356 -- foo b| bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1357 -- foo b| bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1358 -- foo b| bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1359 -- foo b| bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 136 -- [[]] -> {}.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1360 -- foo b| bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1361 -- foo b| bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1362 -- foo b| bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1363 -- foo b| bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1364 -- foo b| bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1365 -- foo eqv bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1366 -- foo eqv bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1367 -- foo eqv bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1368 -- foo eqv bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1369 -- foo eqv bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 137 -- [[]] -> {}.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1370 -- foo eqv bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1371 -- foo eqv bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1372 -- foo eqv bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1373 -- foo eqv bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1374 -- foo eqv bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1375 -- foo eqv bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1376 -- foo eqv bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1377 -- foo eqv bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1378 -- foo eqv bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1379 -- foo eqv bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 138 -- [[]] -> {}.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1380 -- foo eqv bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1381 -- foo eqv bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1382 -- foo eqv bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1383 -- foo eqv bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1384 -- foo eqv bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1385 -- foo eqv bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1386 -- foo eqv bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1387 -- foo eqv bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1388 -- foo eqv bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1389 -- foo eqv bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 139 -- [[]] -> {}.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1390 -- foo eqv bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1391 -- foo eqv bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1392 -- foo eqv bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1393 -- foo eqv bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1394 -- foo eqv bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1395 -- foo eqv bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1396 -- foo eqv bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1397 -- foo eqv bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1398 -- foo eqv bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1399 -- foo eqv bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 14 -- !foo.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 140 -- [[]] -> {}.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1400 -- foo eqv bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1401 -- foo eqv bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1402 -- foo eqv bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1403 -- foo eqv bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1404 -- foo eqv bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1405 -- foo eqv bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1406 -- foo eqv bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1407 -- foo eqv bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1408 -- foo[[bar, baz]].!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1409 -- foo[[bar, baz]]."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 141 -- [[]] -> {}.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1410 -- foo[[bar, baz]].[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1411 -- foo[[bar, baz]].++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1412 -- foo[[bar, baz]].+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1413 -- foo[[bar, baz]].--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1414 -- foo[[bar, baz]].-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1415 -- foo[[bar, baz]].42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1416 -- foo[[bar, baz]].[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1417 -- foo[[bar, baz]].bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1418 -- foo[[bar, baz]].foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1419 -- foo[[bar, baz]].foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 142 -- [[]] -> {}.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1420 -- foo[[bar, baz]].foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1421 -- foo[[bar, baz]].foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1422 -- foo[[bar, baz]].foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1423 -- foo[[bar, baz]].foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1424 -- foo[[bar, baz]].foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1425 -- foo[[bar, baz]].foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1426 -- foo[[bar, baz]].foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1427 -- foo[[bar, baz]].foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1428 -- foo[[bar, baz]].foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1429 -- foo[[bar, baz]].foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 143 -- [[]] -> {}.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1430 -- foo[[bar, baz]].foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1431 -- foo[[bar, baz]].foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1432 -- foo[[bar, baz]].foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1433 -- foo[[bar, baz]].foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1434 -- foo[[bar, baz]].foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1435 -- foo[[bar, baz]].foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1436 -- foo[[bar, baz]].foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1437 -- foo[[bar, baz]].foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1438 -- foo[[bar, baz]].foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1439 -- foo[[bar, baz]].foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 144 -- [[]] -> {}.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1440 -- foo[[bar, baz]].new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1441 -- foo[[bar, baz]].xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1442 -- foo[[bar, baz]].{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1443 -- foo++.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1444 -- foo++."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1445 -- foo++.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1446 -- foo++.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1447 -- foo++.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1448 -- foo++.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1449 -- foo++.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 145 -- [[]] -> {}.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1450 -- foo++.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1451 -- foo++.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1452 -- foo++.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1453 -- foo++.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1454 -- foo++.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1455 -- foo++.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1456 -- foo++.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1457 -- foo++.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1458 -- foo++.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1459 -- foo++.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 146 -- [[]] -> {}.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1460 -- foo++.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1461 -- foo++.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1462 -- foo++.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1463 -- foo++.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1464 -- foo++.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1465 -- foo++.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1466 -- foo++.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1467 -- foo++.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1468 -- foo++.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1469 -- foo++.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 147 -- [[]] -> {}.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1470 -- foo++.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1471 -- foo++.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1472 -- foo++.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1473 -- foo++.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1474 -- foo++.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1475 -- foo++.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1476 -- foo++.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1477 -- foo++.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1478 -- foo++.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1479 -- foo++.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 148 -- [[]] -> {}.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1480 -- foo++.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1481 -- foo++.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1482 -- foo++.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1483 -- foo++.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1484 -- foo++.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1485 -- foo++.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1486 -- foo.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1487 -- foo."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1488 -- foo.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1489 -- foo.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 149 -- [[]] -> {}.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1490 -- foo.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1491 -- foo.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1492 -- foo.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1493 -- foo.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1494 -- foo.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1495 -- foo.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1496 -- foo.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1497 -- foo.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1498 -- foo.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1499 -- foo.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 15 -- !foo.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 150 -- [[]] -> {}.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1500 -- foo.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1501 -- foo.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1502 -- foo.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1503 -- foo.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1504 -- foo.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1505 -- foo.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1506 -- foo.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1507 -- foo.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1508 -- foo.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1509 -- foo.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 151 -- [[]] -> {}.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1510 -- foo.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1511 -- foo.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1512 -- foo.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1513 -- foo.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1514 -- foo.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1515 -- foo.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1516 -- foo.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1517 -- foo.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1518 -- foo.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1519 -- foo.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 152 -- [[]] => {}.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1520 -- foo.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1521 -- foo[bar].!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1522 -- foo[bar]."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1523 -- foo[bar].[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1524 -- foo[bar].++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1525 -- foo[bar].+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1526 -- foo[bar].--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1527 -- foo[bar].-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1528 -- foo[bar].42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1529 -- foo[bar].[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 153 -- [[]] => {}."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1530 -- foo[bar].bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1531 -- foo[bar].foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1532 -- foo[bar].foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1533 -- foo[bar].foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1534 -- foo[bar].foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1535 -- foo[bar].foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1536 -- foo[bar].foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1537 -- foo[bar].foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1538 -- foo[bar].foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1539 -- foo[bar].foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 154 -- [[]] => {}.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1540 -- foo[bar].foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1541 -- foo[bar].foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1542 -- foo[bar].foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1543 -- foo[bar].foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1544 -- foo[bar].foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1545 -- foo[bar].foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1546 -- foo[bar].foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1547 -- foo[bar].foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1548 -- foo[bar].foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1549 -- foo[bar].foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 155 -- [[]] => {}.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1550 -- foo[bar].foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1551 -- foo[bar].foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1552 -- foo[bar].foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1553 -- foo[bar].new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1554 -- foo[bar].xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1555 -- foo[bar].{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1556 -- function[[]] {}.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1557 -- function[[]] {}."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1558 -- function[[]] {}.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1559 -- function[[]] {}.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 156 -- [[]] => {}.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1560 -- function[[]] {}.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1561 -- function[[]] {}.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1562 -- function[[]] {}.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1563 -- function[[]] {}.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1564 -- function[[]] {}.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1565 -- function[[]] {}.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1566 -- function[[]] {}.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1567 -- function[[]] {}.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1568 -- function[[]] {}.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1569 -- function[[]] {}.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 157 -- [[]] => {}.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1570 -- function[[]] {}.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1571 -- function[[]] {}.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1572 -- function[[]] {}.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1573 -- function[[]] {}.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1574 -- function[[]] {}.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1575 -- function[[]] {}.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1576 -- function[[]] {}.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1577 -- function[[]] {}.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1578 -- function[[]] {}.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1579 -- function[[]] {}.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 158 -- [[]] => {}.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1580 -- function[[]] {}.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1581 -- function[[]] {}.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1582 -- function[[]] {}.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1583 -- function[[]] {}.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1584 -- function[[]] {}.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1585 -- function[[]] {}.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1586 -- function[[]] {}.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1587 -- function[[]] {}.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1588 -- function[[]] {}.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1589 -- function[[]] {}.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 159 -- [[]] => {}.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1590 -- function[[]] {}.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1591 -- function[[]] {}.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1592 -- function[[]] {}.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1593 -- function[[]] {}.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1594 -- new foo.bar.Baz[[]].!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1595 -- new foo.bar.Baz[[]]."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1596 -- new foo.bar.Baz[[]].[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1597 -- new foo.bar.Baz[[]].++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1598 -- new foo.bar.Baz[[]].+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1599 -- new foo.bar.Baz[[]].--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 16 -- !foo.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 160 -- [[]] => {}.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1600 -- new foo.bar.Baz[[]].-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1601 -- new foo.bar.Baz[[]].42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1602 -- new foo.bar.Baz[[]].[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1603 -- new foo.bar.Baz[[]].bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1604 -- new foo.bar.Baz[[]].foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1605 -- new foo.bar.Baz[[]].foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1606 -- new foo.bar.Baz[[]].foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1607 -- new foo.bar.Baz[[]].foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1608 -- new foo.bar.Baz[[]].foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1609 -- new foo.bar.Baz[[]].foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 161 -- [[]] => {}.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1610 -- new foo.bar.Baz[[]].foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1611 -- new foo.bar.Baz[[]].foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1612 -- new foo.bar.Baz[[]].foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1613 -- new foo.bar.Baz[[]].foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1614 -- new foo.bar.Baz[[]].foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1615 -- new foo.bar.Baz[[]].foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1616 -- new foo.bar.Baz[[]].foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1617 -- new foo.bar.Baz[[]].foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1618 -- new foo.bar.Baz[[]].foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1619 -- new foo.bar.Baz[[]].foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 162 -- [[]] => {}.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1620 -- new foo.bar.Baz[[]].foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1621 -- new foo.bar.Baz[[]].foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1622 -- new foo.bar.Baz[[]].foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1623 -- new foo.bar.Baz[[]].foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1624 -- new foo.bar.Baz[[]].foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1625 -- new foo.bar.Baz[[]].foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1626 -- new foo.bar.Baz[[]].new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1627 -- new foo.bar.Baz[[]].xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1628 -- new foo.bar.Baz[[]].{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1629 -- null.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 163 -- [[]] => {}.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1630 -- null."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1631 -- null.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1632 -- null.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1633 -- null.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1634 -- null.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1635 -- null.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1636 -- null.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1637 -- null.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1638 -- null.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1639 -- null.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 164 -- [[]] => {}.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1640 -- null.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1641 -- null.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1642 -- null.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1643 -- null.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1644 -- null.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1645 -- null.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1646 -- null.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1647 -- null.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1648 -- null.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1649 -- null.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 165 -- [[]] => {}.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1650 -- null.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1651 -- null.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1652 -- null.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1653 -- null.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1654 -- null.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1655 -- null.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1656 -- null.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1657 -- null.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1658 -- null.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1659 -- null.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 166 -- [[]] => {}.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1660 -- null.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1661 -- null.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1662 -- null.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1663 -- null.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1664 -- true.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1665 -- true."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1666 -- true.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1667 -- true.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1668 -- true.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1669 -- true.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 167 -- [[]] => {}.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1670 -- true.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1671 -- true.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1672 -- true.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1673 -- true.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1674 -- true.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1675 -- true.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1676 -- true.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1677 -- true.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1678 -- true.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1679 -- true.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 168 -- [[]] => {}.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1680 -- true.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1681 -- true.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1682 -- true.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1683 -- true.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1684 -- true.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1685 -- true.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1686 -- true.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1687 -- true.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1688 -- true.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1689 -- true.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 169 -- [[]] => {}.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1690 -- true.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1691 -- true.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1692 -- true.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1693 -- true.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1694 -- true.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1695 -- true.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1696 -- true.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1697 -- true.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1698 -- true.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1699 -- xc.y?.z.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 17 -- !foo.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 170 -- [[]] => {}.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1700 -- xc.y?.z."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1701 -- xc.y?.z.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1702 -- xc.y?.z.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1703 -- xc.y?.z.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1704 -- xc.y?.z.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1705 -- xc.y?.z.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1706 -- xc.y?.z.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1707 -- xc.y?.z.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1708 -- xc.y?.z.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1709 -- xc.y?.z.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 171 -- [[]] => {}.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1710 -- xc.y?.z.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1711 -- xc.y?.z.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1712 -- xc.y?.z.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1713 -- xc.y?.z.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1714 -- xc.y?.z.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1715 -- xc.y?.z.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1716 -- xc.y?.z.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1717 -- xc.y?.z.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1718 -- xc.y?.z.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1719 -- xc.y?.z.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 172 -- [[]] => {}.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1720 -- xc.y?.z.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1721 -- xc.y?.z.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1722 -- xc.y?.z.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1723 -- xc.y?.z.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1724 -- xc.y?.z.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1725 -- xc.y?.z.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1726 -- xc.y?.z.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1727 -- xc.y?.z.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1728 -- xc.y?.z.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1729 -- xc.y?.z.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 173 -- [[]] => {}.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1730 -- xc.y?.z.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1731 -- xc.y?.z.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1732 -- xc.y?.z.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1733 -- xc.y?.z.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1734 -- {foo:bar}.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1735 -- {foo:bar}."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1736 -- {foo:bar}.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1737 -- {foo:bar}.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1738 -- {foo:bar}.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1739 -- {foo:bar}.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 174 -- [[]] => {}.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1740 -- {foo:bar}.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1741 -- {foo:bar}.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1742 -- {foo:bar}.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1743 -- {foo:bar}.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1744 -- {foo:bar}.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1745 -- {foo:bar}.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1746 -- {foo:bar}.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1747 -- {foo:bar}.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1748 -- {foo:bar}.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1749 -- {foo:bar}.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 175 -- [[]] => {}.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1750 -- {foo:bar}.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1751 -- {foo:bar}.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1752 -- {foo:bar}.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1753 -- {foo:bar}.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1754 -- {foo:bar}.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1755 -- {foo:bar}.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1756 -- {foo:bar}.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1757 -- {foo:bar}.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1758 -- {foo:bar}.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1759 -- {foo:bar}.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 176 -- [[]] => {}.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1760 -- {foo:bar}.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1761 -- {foo:bar}.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1762 -- {foo:bar}.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1763 -- {foo:bar}.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1764 -- {foo:bar}.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1765 -- {foo:bar}.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1766 -- {foo:bar}.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1767 -- {foo:bar}.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 1768 -- {foo:bar}.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 177 -- [[]] => {}.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 178 -- [[]] => {}.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 179 -- [[]] => {}.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 18 -- !foo.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 180 -- [[]] => {}.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 181 -- [[]] => {}.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 182 -- [[]] => {}.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 183 -- [[]] => {}.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 184 -- [[]] => {}.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 185 -- [[]] => {}.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 186 -- [[]] => {}.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 187 -- [[]] => {}.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 188 -- [[]] => {}.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 189 -- [[]] => {}.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 19 -- !foo.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 190 -- ++foo.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 191 -- ++foo."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 192 -- ++foo.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 193 -- ++foo.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 194 -- ++foo.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 195 -- ++foo.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 196 -- ++foo.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 197 -- ++foo.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 198 -- ++foo.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 199 -- ++foo.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 2 -- !foo."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 20 -- !foo.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 200 -- ++foo.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 201 -- ++foo.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 202 -- ++foo.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 203 -- ++foo.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 204 -- ++foo.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 205 -- ++foo.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 206 -- ++foo.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 207 -- ++foo.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 208 -- ++foo.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 209 -- ++foo.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 21 -- !foo.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 210 -- ++foo.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 211 -- ++foo.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 212 -- ++foo.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 213 -- ++foo.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 214 -- ++foo.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 215 -- ++foo.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 216 -- ++foo.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 217 -- ++foo.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 218 -- ++foo.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 219 -- ++foo.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 22 -- !foo.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 220 -- ++foo.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 221 -- ++foo.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 222 -- ++foo.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 223 -- ++foo.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 224 -- ++foo.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 225 -- ++foo.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 226 -- ++foo.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 227 -- ++foo.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 228 -- ++foo.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 229 -- ++foo.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 23 -- !foo.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 230 -- ++foo.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 231 -- ++foo.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 232 -- ++foo.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 233 -- +foo.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 234 -- +foo."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 235 -- +foo.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 236 -- +foo.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 237 -- +foo.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 238 -- +foo.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 239 -- +foo.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 24 -- !foo.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 240 -- +foo.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 241 -- +foo.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 242 -- +foo.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 243 -- +foo.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 244 -- +foo.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 245 -- +foo.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 246 -- +foo.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 247 -- +foo.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 248 -- +foo.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 249 -- +foo.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 25 -- !foo.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 250 -- +foo.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 251 -- +foo.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 252 -- +foo.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 253 -- +foo.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 254 -- +foo.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 255 -- +foo.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 256 -- +foo.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 257 -- +foo.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 258 -- +foo.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 259 -- +foo.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 26 -- !foo.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 260 -- +foo.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 261 -- +foo.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 262 -- +foo.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 263 -- +foo.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 264 -- +foo.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 265 -- +foo.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 266 -- +foo.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 267 -- +foo.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 268 -- +foo.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 269 -- +foo.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 27 -- !foo.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 270 -- +foo.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 271 -- +foo.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 272 -- +foo.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 273 -- +foo.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 274 -- +foo.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 275 -- +foo.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 276 -- --foo.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 277 -- --foo."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 278 -- --foo.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 279 -- --foo.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 28 -- !foo.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 280 -- --foo.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 281 -- --foo.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 282 -- --foo.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 283 -- --foo.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 284 -- --foo.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 285 -- --foo.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 286 -- --foo.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 287 -- --foo.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 288 -- --foo.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 289 -- --foo.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 29 -- !foo.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 290 -- --foo.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 291 -- --foo.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 292 -- --foo.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 293 -- --foo.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 294 -- --foo.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 295 -- --foo.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 296 -- --foo.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 297 -- --foo.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 298 -- --foo.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 299 -- --foo.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 3 -- !foo.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 30 -- !foo.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 300 -- --foo.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 301 -- --foo.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 302 -- --foo.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 303 -- --foo.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 304 -- --foo.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 305 -- --foo.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 306 -- --foo.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 307 -- --foo.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 308 -- --foo.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 309 -- --foo.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 31 -- !foo.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 310 -- --foo.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 311 -- --foo.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 312 -- --foo.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 313 -- --foo.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 314 -- --foo.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 315 -- --foo.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 316 -- --foo.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 317 -- --foo.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 318 -- --foo.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 319 -- -foo.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 32 -- !foo.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 320 -- -foo."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 321 -- -foo.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 322 -- -foo.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 323 -- -foo.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 324 -- -foo.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 325 -- -foo.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 326 -- -foo.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 327 -- -foo.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 328 -- -foo.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 329 -- -foo.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 33 -- !foo.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 330 -- -foo.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 331 -- -foo.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 332 -- -foo.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 333 -- -foo.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 334 -- -foo.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 335 -- -foo.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 336 -- -foo.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 337 -- -foo.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 338 -- -foo.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 339 -- -foo.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 34 -- !foo.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 340 -- -foo.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 341 -- -foo.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 342 -- -foo.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 343 -- -foo.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 344 -- -foo.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 345 -- -foo.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 346 -- -foo.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 347 -- -foo.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 348 -- -foo.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 349 -- -foo.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 35 -- !foo.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 350 -- -foo.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 351 -- -foo.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 352 -- -foo.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 353 -- -foo.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 354 -- -foo.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 355 -- -foo.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 356 -- -foo.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 357 -- -foo.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 358 -- -foo.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 359 -- -foo.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 36 -- !foo.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 360 -- -foo.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 361 -- -foo.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 362 -- 42.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 363 -- 42."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 364 -- 42.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 365 -- 42.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 366 -- 42.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 367 -- 42.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 368 -- 42.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 369 -- 42.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 37 -- !foo.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 370 -- 42.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 371 -- 42.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 372 -- 42.5.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 373 -- 42.5."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 374 -- 42.5.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 375 -- 42.5.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 376 -- 42.5.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 377 -- 42.5.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 378 -- 42.5.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 379 -- 42.5.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 38 -- !foo.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 380 -- 42.5.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 381 -- 42.5.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 382 -- 42.5.foo & bar

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

6287 tests found (test 1482 to 2167)

There are 6287 tests, see "Raw output" for the list of tests 1482 to 2167.
Raw output
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 383 -- 42.5.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 384 -- 42.5.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 385 -- 42.5.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 386 -- 42.5.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 387 -- 42.5.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 388 -- 42.5.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 389 -- 42.5.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 39 -- !foo.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 390 -- 42.5.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 391 -- 42.5.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 392 -- 42.5.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 393 -- 42.5.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 394 -- 42.5.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 395 -- 42.5.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 396 -- 42.5.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 397 -- 42.5.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 398 -- 42.5.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 399 -- 42.5.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 4 -- !foo.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 40 -- !foo.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 400 -- 42.5.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 401 -- 42.5.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 402 -- 42.5.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 403 -- 42.5.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 404 -- 42.5.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 405 -- 42.5.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 406 -- 42.5.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 407 -- 42.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 408 -- 42.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 409 -- 42.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 41 -- !foo.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 410 -- 42.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 411 -- 42.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 412 -- 42.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 413 -- 42.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 414 -- 42.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 415 -- 42.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 416 -- 42.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 417 -- 42.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 418 -- 42.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 419 -- 42.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 42 -- !foo.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 420 -- 42.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 421 -- 42.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 422 -- 42.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 423 -- 42.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 424 -- 42.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 425 -- 42.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 426 -- 42.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 427 -- 42.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 428 -- 42.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 429 -- 42.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 43 -- !foo.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 430 -- 42.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 431 -- 42.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 432 -- 42.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 433 -- 42.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 434 -- 42.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 435 -- [1,2,3].!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 436 -- [1,2,3]."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 437 -- [1,2,3].[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 438 -- [1,2,3].++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 439 -- [1,2,3].+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 44 -- "bar".!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 440 -- [1,2,3].--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 441 -- [1,2,3].-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 442 -- [1,2,3].42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 443 -- [1,2,3].[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 444 -- [1,2,3].bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 445 -- [1,2,3].foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 446 -- [1,2,3].foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 447 -- [1,2,3].foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 448 -- [1,2,3].foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 449 -- [1,2,3].foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 45 -- "bar"."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 450 -- [1,2,3].foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 451 -- [1,2,3].foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 452 -- [1,2,3].foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 453 -- [1,2,3].foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 454 -- [1,2,3].foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 455 -- [1,2,3].foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 456 -- [1,2,3].foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 457 -- [1,2,3].foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 458 -- [1,2,3].foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 459 -- [1,2,3].foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 46 -- "bar".[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 460 -- [1,2,3].foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 461 -- [1,2,3].foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 462 -- [1,2,3].foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 463 -- [1,2,3].foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 464 -- [1,2,3].foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 465 -- [1,2,3].foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 466 -- [1,2,3].foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 467 -- [1,2,3].new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 468 -- [1,2,3].xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 469 -- [1,2,3].{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 47 -- "bar".++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 470 -- bar--.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 471 -- bar--."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 472 -- bar--.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 473 -- bar--.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 474 -- bar--.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 475 -- bar--.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 476 -- bar--.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 477 -- bar--.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 478 -- bar--.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 479 -- bar--.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 48 -- "bar".+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 480 -- bar--.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 481 -- bar--.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 482 -- bar--.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 483 -- bar--.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 484 -- bar--.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 485 -- bar--.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 486 -- bar--.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 487 -- bar--.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 488 -- bar--.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 489 -- bar--.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 49 -- "bar".--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 490 -- bar--.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 491 -- bar--.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 492 -- bar--.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 493 -- bar--.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 494 -- bar--.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 495 -- bar--.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 496 -- bar--.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 497 -- bar--.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 498 -- bar--.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 499 -- bar--.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 5 -- !foo.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 50 -- "bar".-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 500 -- bar--.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 501 -- bar--.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 502 -- bar--.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 503 -- bar--.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 504 -- bar--.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 505 -- bar--.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 506 -- bar--.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 507 -- bar--.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 508 -- bar--.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 509 -- bar--.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 51 -- "bar".42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 510 -- bar--.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 511 -- bar--.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 512 -- bar--.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 513 -- false.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 514 -- false."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 515 -- false.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 516 -- false.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 517 -- false.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 518 -- false.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 519 -- false.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 52 -- "bar".[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 520 -- false.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 521 -- false.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 522 -- false.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 523 -- false.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 524 -- false.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 525 -- false.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 526 -- false.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 527 -- false.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 528 -- false.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 529 -- false.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 53 -- "bar".bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 530 -- false.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 531 -- false.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 532 -- false.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 533 -- false.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 534 -- false.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 535 -- false.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 536 -- false.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 537 -- false.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 538 -- false.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 539 -- false.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 54 -- "bar".foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 540 -- false.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 541 -- false.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 542 -- false.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 543 -- false.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 544 -- false.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 545 -- false.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 546 -- false.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 547 -- false.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 548 -- foo & bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 549 -- foo & bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 55 -- "bar".foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 550 -- foo & bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 551 -- foo & bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 552 -- foo & bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 553 -- foo & bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 554 -- foo & bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 555 -- foo & bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 556 -- foo & bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 557 -- foo & bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 558 -- foo & bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 559 -- foo & bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 56 -- "bar".foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 560 -- foo & bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 561 -- foo & bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 562 -- foo & bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 563 -- foo & bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 564 -- foo & bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 565 -- foo & bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 566 -- foo & bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 567 -- foo & bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 568 -- foo & bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 569 -- foo & bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 57 -- "bar".foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 570 -- foo & bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 571 -- foo & bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 572 -- foo & bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 573 -- foo & bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 574 -- foo & bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 575 -- foo & bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 576 -- foo & bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 577 -- foo & bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 578 -- foo & bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 579 -- foo & bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 58 -- "bar".foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 580 -- foo & bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 581 -- foo & bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 582 -- foo & bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 583 -- foo & bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 584 -- foo & bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 585 -- foo & bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 586 -- foo & bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 587 -- foo & bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 588 -- foo & bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 589 -- foo & bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 59 -- "bar".foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 590 -- foo & bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 591 -- foo * bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 592 -- foo * bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 593 -- foo * bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 594 -- foo * bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 595 -- foo * bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 596 -- foo * bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 597 -- foo * bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 598 -- foo * bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 599 -- foo * bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 6 -- !foo.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 60 -- "bar".foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 600 -- foo * bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 601 -- foo * bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 602 -- foo * bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 603 -- foo * bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 604 -- foo * bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 605 -- foo * bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 606 -- foo * bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 607 -- foo * bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 608 -- foo * bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 609 -- foo * bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 61 -- "bar".foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 610 -- foo * bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 611 -- foo * bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 612 -- foo * bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 613 -- foo * bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 614 -- foo * bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 615 -- foo * bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 616 -- foo * bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 617 -- foo * bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 618 -- foo * bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 619 -- foo * bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 62 -- "bar".foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 620 -- foo * bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 621 -- foo * bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 622 -- foo * bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 623 -- foo * bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 624 -- foo * bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 625 -- foo * bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 626 -- foo * bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 627 -- foo * bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 628 -- foo * bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 629 -- foo * bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 63 -- "bar".foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 630 -- foo * bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 631 -- foo * bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 632 -- foo * bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 633 -- foo * bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 634 -- foo + bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 635 -- foo + bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 636 -- foo + bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 637 -- foo + bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 638 -- foo + bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 639 -- foo + bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 64 -- "bar".foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 640 -- foo + bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 641 -- foo + bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 642 -- foo + bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 643 -- foo + bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 644 -- foo + bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 645 -- foo + bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 646 -- foo + bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 647 -- foo + bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 648 -- foo + bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 649 -- foo + bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 65 -- "bar".foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 650 -- foo + bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 651 -- foo + bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 652 -- foo + bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 653 -- foo + bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 654 -- foo + bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 655 -- foo + bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 656 -- foo + bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 657 -- foo + bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 658 -- foo + bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 659 -- foo + bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 66 -- "bar".foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 660 -- foo + bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 661 -- foo + bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 662 -- foo + bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 663 -- foo + bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 664 -- foo + bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 665 -- foo + bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 666 -- foo + bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 667 -- foo + bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 668 -- foo + bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 669 -- foo + bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 67 -- "bar".foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 670 -- foo + bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 671 -- foo + bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 672 -- foo + bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 673 -- foo + bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 674 -- foo + bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 675 -- foo + bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 676 -- foo + bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 677 -- foo < bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 678 -- foo < bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 679 -- foo < bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 68 -- "bar".foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 680 -- foo < bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 681 -- foo < bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 682 -- foo < bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 683 -- foo < bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 684 -- foo < bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 685 -- foo < bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 686 -- foo < bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 687 -- foo < bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 688 -- foo < bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 689 -- foo < bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 69 -- "bar".foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 690 -- foo < bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 691 -- foo < bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 692 -- foo < bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 693 -- foo < bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 694 -- foo < bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 695 -- foo < bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 696 -- foo < bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 697 -- foo < bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 698 -- foo < bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 699 -- foo < bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 7 -- !foo.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 70 -- "bar".foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 700 -- foo < bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 701 -- foo < bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 702 -- foo < bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 703 -- foo < bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 704 -- foo < bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 705 -- foo < bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 706 -- foo < bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 707 -- foo < bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 708 -- foo < bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 709 -- foo < bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 71 -- "bar".foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 710 -- foo < bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 711 -- foo < bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 712 -- foo < bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 713 -- foo < bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 714 -- foo < bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 715 -- foo < bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 716 -- foo < bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 717 -- foo < bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 718 -- foo < bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 719 -- foo < bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 72 -- "bar".foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 720 -- foo == bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 721 -- foo == bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 722 -- foo == bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 723 -- foo == bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 724 -- foo == bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 725 -- foo == bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 726 -- foo == bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 727 -- foo == bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 728 -- foo == bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 729 -- foo == bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 73 -- "bar".foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 730 -- foo == bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 731 -- foo == bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 732 -- foo == bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 733 -- foo == bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 734 -- foo == bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 735 -- foo == bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 736 -- foo == bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 737 -- foo == bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 738 -- foo == bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 739 -- foo == bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 74 -- "bar".foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 740 -- foo == bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 741 -- foo == bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 742 -- foo == bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 743 -- foo == bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 744 -- foo == bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 745 -- foo == bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 746 -- foo == bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 747 -- foo == bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 748 -- foo == bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 749 -- foo == bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 75 -- "bar".foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 750 -- foo == bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 751 -- foo == bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 752 -- foo == bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 753 -- foo == bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 754 -- foo == bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 755 -- foo == bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 756 -- foo == bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 757 -- foo == bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 758 -- foo == bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 759 -- foo == bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 76 -- "bar".new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 760 -- foo == bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 761 -- foo == bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 762 -- foo == bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 763 -- foo > bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 764 -- foo > bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 765 -- foo > bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 766 -- foo > bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 767 -- foo > bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 768 -- foo > bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 769 -- foo > bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 77 -- "bar".xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 770 -- foo > bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 771 -- foo > bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 772 -- foo > bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 773 -- foo > bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 774 -- foo > bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 775 -- foo > bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 776 -- foo > bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 777 -- foo > bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 778 -- foo > bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 779 -- foo > bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 78 -- "bar".{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 780 -- foo > bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 781 -- foo > bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 782 -- foo > bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 783 -- foo > bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 784 -- foo > bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 785 -- foo > bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 786 -- foo > bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 787 -- foo > bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 788 -- foo > bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 789 -- foo > bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 79 -- [[ foo ]].!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 790 -- foo > bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 791 -- foo > bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 792 -- foo > bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 793 -- foo > bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 794 -- foo > bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 795 -- foo > bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 796 -- foo > bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 797 -- foo > bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 798 -- foo > bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 799 -- foo > bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 8 -- !foo.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 80 -- [[ foo ]]."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 800 -- foo > bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 801 -- foo > bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 802 -- foo > bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 803 -- foo > bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 804 -- foo > bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 805 -- foo > bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 806 -- foo ? bar : baz.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 807 -- foo ? bar : baz."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 808 -- foo ? bar : baz.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 809 -- foo ? bar : baz.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 81 -- [[ foo ]].[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 810 -- foo ? bar : baz.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 811 -- foo ? bar : baz.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 812 -- foo ? bar : baz.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 813 -- foo ? bar : baz.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 814 -- foo ? bar : baz.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 815 -- foo ? bar : baz.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 816 -- foo ? bar : baz.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 817 -- foo ? bar : baz.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 818 -- foo ? bar : baz.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 819 -- foo ? bar : baz.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 82 -- [[ foo ]].++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 820 -- foo ? bar : baz.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 821 -- foo ? bar : baz.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 822 -- foo ? bar : baz.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 823 -- foo ? bar : baz.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 824 -- foo ? bar : baz.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 825 -- foo ? bar : baz.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 826 -- foo ? bar : baz.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 827 -- foo ? bar : baz.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 828 -- foo ? bar : baz.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 829 -- foo ? bar : baz.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 83 -- [[ foo ]].+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 830 -- foo ? bar : baz.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 831 -- foo ? bar : baz.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 832 -- foo ? bar : baz.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 833 -- foo ? bar : baz.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 834 -- foo ? bar : baz.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 835 -- foo ? bar : baz.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 836 -- foo ? bar : baz.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 837 -- foo ? bar : baz.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 838 -- foo ? bar : baz.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 839 -- foo ? bar : baz.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 84 -- [[ foo ]].--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 840 -- foo ? bar : baz.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 841 -- foo ? bar : baz.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 842 -- foo ? bar : baz.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 843 -- foo ? bar : baz.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 844 -- foo ? bar : baz.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 845 -- foo ? bar : baz.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 846 -- foo ? bar : baz.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 847 -- foo ? bar : baz.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 848 -- foo ? bar : baz.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 849 -- foo ?: bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 85 -- [[ foo ]].-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 850 -- foo ?: bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 851 -- foo ?: bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 852 -- foo ?: bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 853 -- foo ?: bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 854 -- foo ?: bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 855 -- foo ?: bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 856 -- foo ?: bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 857 -- foo ?: bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 858 -- foo ?: bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 859 -- foo ?: bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 86 -- [[ foo ]].42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 860 -- foo ?: bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 861 -- foo ?: bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 862 -- foo ?: bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 863 -- foo ?: bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 864 -- foo ?: bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 865 -- foo ?: bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 866 -- foo ?: bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 867 -- foo ?: bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 868 -- foo ?: bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 869 -- foo ?: bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 87 -- [[ foo ]].[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 870 -- foo ?: bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 871 -- foo ?: bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 872 -- foo ?: bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 873 -- foo ?: bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 874 -- foo ?: bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 875 -- foo ?: bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 876 -- foo ?: bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 877 -- foo ?: bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 878 -- foo ?: bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 879 -- foo ?: bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 88 -- [[ foo ]].bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 880 -- foo ?: bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 881 -- foo ?: bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 882 -- foo ?: bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 883 -- foo ?: bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 884 -- foo ?: bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 885 -- foo ?: bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 886 -- foo ?: bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 887 -- foo ?: bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 888 -- foo ?: bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 889 -- foo ?: bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 89 -- [[ foo ]].foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 890 -- foo ?: bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 891 -- foo ?: bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 892 -- foo AND bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 893 -- foo AND bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 894 -- foo AND bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 895 -- foo AND bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 896 -- foo AND bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 897 -- foo AND bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 898 -- foo AND bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 899 -- foo AND bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 9 -- !foo.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 90 -- [[ foo ]].foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 900 -- foo AND bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 901 -- foo AND bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 902 -- foo AND bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 903 -- foo AND bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 904 -- foo AND bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 905 -- foo AND bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 906 -- foo AND bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 907 -- foo AND bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 908 -- foo AND bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 909 -- foo AND bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 91 -- [[ foo ]].foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 910 -- foo AND bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 911 -- foo AND bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 912 -- foo AND bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 913 -- foo AND bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 914 -- foo AND bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 915 -- foo AND bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 916 -- foo AND bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 917 -- foo AND bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 918 -- foo AND bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 919 -- foo AND bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 92 -- [[ foo ]].foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 920 -- foo AND bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 921 -- foo AND bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 922 -- foo AND bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 923 -- foo AND bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 924 -- foo AND bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 925 -- foo AND bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 926 -- foo AND bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 927 -- foo AND bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 928 -- foo AND bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 929 -- foo AND bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 93 -- [[ foo ]].foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 930 -- foo AND bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 931 -- foo AND bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 932 -- foo AND bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 933 -- foo AND bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 934 -- foo AND bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 935 -- foo CastAs bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 936 -- foo CastAs bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 937 -- foo CastAs bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 938 -- foo CastAs bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 939 -- foo CastAs bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 94 -- [[ foo ]].foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 940 -- foo CastAs bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 941 -- foo CastAs bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 942 -- foo CastAs bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 943 -- foo CastAs bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 944 -- foo CastAs bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 945 -- foo CastAs bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 946 -- foo CastAs bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 947 -- foo CastAs bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 948 -- foo CastAs bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 949 -- foo CastAs bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 95 -- [[ foo ]].foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 950 -- foo CastAs bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 951 -- foo CastAs bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 952 -- foo CastAs bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 953 -- foo CastAs bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 954 -- foo CastAs bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 955 -- foo CastAs bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 956 -- foo CastAs bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 957 -- foo CastAs bar.foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 958 -- foo CastAs bar.foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 959 -- foo CastAs bar.foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 96 -- [[ foo ]].foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 960 -- foo CastAs bar.foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 961 -- foo CastAs bar.foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 962 -- foo CastAs bar.foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 963 -- foo CastAs bar.foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 964 -- foo CastAs bar.foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 965 -- foo CastAs bar.foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 966 -- foo CastAs bar.foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 967 -- foo CastAs bar.foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 968 -- foo CastAs bar.foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 969 -- foo CastAs bar.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 97 -- [[ foo ]].foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 970 -- foo CastAs bar.foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 971 -- foo CastAs bar.foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 972 -- foo CastAs bar.function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 973 -- foo CastAs bar.new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 974 -- foo CastAs bar.null
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 975 -- foo CastAs bar.true
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 976 -- foo CastAs bar.xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 977 -- foo CastAs bar.{foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 978 -- foo DOES NOT CONTAIN bar.!foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 979 -- foo DOES NOT CONTAIN bar."bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 98 -- [[ foo ]].foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 980 -- foo DOES NOT CONTAIN bar.[[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 981 -- foo DOES NOT CONTAIN bar.[[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 982 -- foo DOES NOT CONTAIN bar.[[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 983 -- foo DOES NOT CONTAIN bar.++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 984 -- foo DOES NOT CONTAIN bar.+foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 985 -- foo DOES NOT CONTAIN bar.--foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 986 -- foo DOES NOT CONTAIN bar.-foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 987 -- foo DOES NOT CONTAIN bar.42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 988 -- foo DOES NOT CONTAIN bar.[1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 989 -- foo DOES NOT CONTAIN bar.bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 99 -- [[ foo ]].foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 990 -- foo DOES NOT CONTAIN bar.false
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 991 -- foo DOES NOT CONTAIN bar.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 992 -- foo DOES NOT CONTAIN bar.foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 993 -- foo DOES NOT CONTAIN bar.foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 994 -- foo DOES NOT CONTAIN bar.foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 995 -- foo DOES NOT CONTAIN bar.foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 996 -- foo DOES NOT CONTAIN bar.foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 997 -- foo DOES NOT CONTAIN bar.foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 998 -- foo DOES NOT CONTAIN bar.foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Invalid Dot Access 999 -- foo DOES NOT CONTAIN bar.foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 1 -- "bar"[ !foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 10 -- "bar"[ 42 ]

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

6287 tests found (test 2168 to 2859)

There are 6287 tests, see "Raw output" for the list of tests 2168 to 2859.
Raw output
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 100 -- 42.5[ [1,2,3] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 101 -- 42.5[ bar-- ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 102 -- 42.5[ false ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 103 -- 42.5[ foo & bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 104 -- 42.5[ foo * bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 105 -- 42.5[ foo + bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 106 -- 42.5[ foo < bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 107 -- 42.5[ foo == bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 108 -- 42.5[ foo > bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 109 -- 42.5[ foo ? bar : baz ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 11 -- "bar"[ 42.5 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 110 -- 42.5[ foo ?: bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 111 -- 42.5[ foo AND bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 112 -- 42.5[ foo CastAs bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 113 -- 42.5[ foo DOES NOT CONTAIN bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 114 -- 42.5[ foo InstanceOf bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 115 -- 42.5[ foo OR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 116 -- 42.5[ foo XOR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 117 -- 42.5[ foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 118 -- 42.5[ foo ^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 119 -- 42.5[ foo b& bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 12 -- "bar"[ [1,2,3] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 120 -- 42.5[ foo b<< bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 121 -- 42.5[ foo b^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 122 -- 42.5[ foo b| bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 123 -- 42.5[ foo eqv bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 124 -- 42.5[ foo[[bar, baz]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 125 -- 42.5[ foo++ ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 126 -- 42.5[ foo[bar] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 127 -- 42.5[ function[[]] {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 128 -- 42.5[ new foo.bar.Baz[[]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 129 -- 42.5[ null ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 13 -- "bar"[ bar-- ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 130 -- 42.5[ true ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 131 -- 42.5[ xc.y?.z ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 132 -- 42.5[ {foo:bar} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 133 -- [1,2,3][ !foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 134 -- [1,2,3][ "bar" ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 135 -- [1,2,3][ [[ foo ]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 136 -- [1,2,3][ [[]] -> {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 137 -- [1,2,3][ [[]] => {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 138 -- [1,2,3][ ++foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 139 -- [1,2,3][ +foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 14 -- "bar"[ false ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 140 -- [1,2,3][ --foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 141 -- [1,2,3][ -foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 142 -- [1,2,3][ 42 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 143 -- [1,2,3][ 42.5 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 144 -- [1,2,3][ [1,2,3] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 145 -- [1,2,3][ bar-- ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 146 -- [1,2,3][ false ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 147 -- [1,2,3][ foo & bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 148 -- [1,2,3][ foo * bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 149 -- [1,2,3][ foo + bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 15 -- "bar"[ foo & bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 150 -- [1,2,3][ foo < bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 151 -- [1,2,3][ foo == bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 152 -- [1,2,3][ foo > bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 153 -- [1,2,3][ foo ? bar : baz ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 154 -- [1,2,3][ foo ?: bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 155 -- [1,2,3][ foo AND bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 156 -- [1,2,3][ foo CastAs bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 157 -- [1,2,3][ foo DOES NOT CONTAIN bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 158 -- [1,2,3][ foo InstanceOf bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 159 -- [1,2,3][ foo OR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 16 -- "bar"[ foo * bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 160 -- [1,2,3][ foo XOR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 161 -- [1,2,3][ foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 162 -- [1,2,3][ foo ^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 163 -- [1,2,3][ foo b& bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 164 -- [1,2,3][ foo b<< bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 165 -- [1,2,3][ foo b^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 166 -- [1,2,3][ foo b| bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 167 -- [1,2,3][ foo eqv bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 168 -- [1,2,3][ foo[[bar, baz]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 169 -- [1,2,3][ foo++ ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 17 -- "bar"[ foo + bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 170 -- [1,2,3][ foo[bar] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 171 -- [1,2,3][ function[[]] {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 172 -- [1,2,3][ new foo.bar.Baz[[]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 173 -- [1,2,3][ null ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 174 -- [1,2,3][ true ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 175 -- [1,2,3][ xc.y?.z ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 176 -- [1,2,3][ {foo:bar} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 177 -- false[ !foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 178 -- false[ "bar" ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 179 -- false[ [[ foo ]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 18 -- "bar"[ foo < bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 180 -- false[ [[]] -> {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 181 -- false[ [[]] => {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 182 -- false[ ++foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 183 -- false[ +foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 184 -- false[ --foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 185 -- false[ -foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 186 -- false[ 42 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 187 -- false[ 42.5 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 188 -- false[ [1,2,3] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 189 -- false[ bar-- ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 19 -- "bar"[ foo == bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 190 -- false[ false ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 191 -- false[ foo & bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 192 -- false[ foo * bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 193 -- false[ foo + bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 194 -- false[ foo < bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 195 -- false[ foo == bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 196 -- false[ foo > bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 197 -- false[ foo ? bar : baz ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 198 -- false[ foo ?: bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 199 -- false[ foo AND bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 2 -- "bar"[ "bar" ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 20 -- "bar"[ foo > bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 200 -- false[ foo CastAs bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 201 -- false[ foo DOES NOT CONTAIN bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 202 -- false[ foo InstanceOf bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 203 -- false[ foo OR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 204 -- false[ foo XOR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 205 -- false[ foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 206 -- false[ foo ^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 207 -- false[ foo b& bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 208 -- false[ foo b<< bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 209 -- false[ foo b^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 21 -- "bar"[ foo ? bar : baz ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 210 -- false[ foo b| bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 211 -- false[ foo eqv bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 212 -- false[ foo[[bar, baz]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 213 -- false[ foo++ ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 214 -- false[ foo[bar] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 215 -- false[ function[[]] {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 216 -- false[ new foo.bar.Baz[[]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 217 -- false[ null ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 218 -- false[ true ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 219 -- false[ xc.y?.z ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 22 -- "bar"[ foo ?: bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 220 -- false[ {foo:bar} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 221 -- foo[[bar, baz]][ !foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 222 -- foo[[bar, baz]][ "bar" ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 223 -- foo[[bar, baz]][ [[ foo ]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 224 -- foo[[bar, baz]][ [[]] -> {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 225 -- foo[[bar, baz]][ [[]] => {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 226 -- foo[[bar, baz]][ ++foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 227 -- foo[[bar, baz]][ +foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 228 -- foo[[bar, baz]][ --foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 229 -- foo[[bar, baz]][ -foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 23 -- "bar"[ foo AND bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 230 -- foo[[bar, baz]][ 42 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 231 -- foo[[bar, baz]][ 42.5 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 232 -- foo[[bar, baz]][ [1,2,3] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 233 -- foo[[bar, baz]][ bar-- ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 234 -- foo[[bar, baz]][ false ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 235 -- foo[[bar, baz]][ foo & bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 236 -- foo[[bar, baz]][ foo * bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 237 -- foo[[bar, baz]][ foo + bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 238 -- foo[[bar, baz]][ foo < bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 239 -- foo[[bar, baz]][ foo == bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 24 -- "bar"[ foo CastAs bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 240 -- foo[[bar, baz]][ foo > bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 241 -- foo[[bar, baz]][ foo ? bar : baz ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 242 -- foo[[bar, baz]][ foo ?: bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 243 -- foo[[bar, baz]][ foo AND bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 244 -- foo[[bar, baz]][ foo CastAs bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 245 -- foo[[bar, baz]][ foo DOES NOT CONTAIN bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 246 -- foo[[bar, baz]][ foo InstanceOf bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 247 -- foo[[bar, baz]][ foo OR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 248 -- foo[[bar, baz]][ foo XOR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 249 -- foo[[bar, baz]][ foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 25 -- "bar"[ foo DOES NOT CONTAIN bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 250 -- foo[[bar, baz]][ foo ^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 251 -- foo[[bar, baz]][ foo b& bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 252 -- foo[[bar, baz]][ foo b<< bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 253 -- foo[[bar, baz]][ foo b^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 254 -- foo[[bar, baz]][ foo b| bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 255 -- foo[[bar, baz]][ foo eqv bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 256 -- foo[[bar, baz]][ foo[[bar, baz]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 257 -- foo[[bar, baz]][ foo++ ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 258 -- foo[[bar, baz]][ foo[bar] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 259 -- foo[[bar, baz]][ function[[]] {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 26 -- "bar"[ foo InstanceOf bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 260 -- foo[[bar, baz]][ new foo.bar.Baz[[]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 261 -- foo[[bar, baz]][ null ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 262 -- foo[[bar, baz]][ true ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 263 -- foo[[bar, baz]][ xc.y?.z ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 264 -- foo[[bar, baz]][ {foo:bar} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 265 -- foo[ !foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 266 -- foo[ "bar" ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 267 -- foo[ [[ foo ]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 268 -- foo[ [[]] -> {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 269 -- foo[ [[]] => {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 27 -- "bar"[ foo OR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 270 -- foo[ ++foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 271 -- foo[ +foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 272 -- foo[ --foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 273 -- foo[ -foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 274 -- foo[ 42 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 275 -- foo[ 42.5 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 276 -- foo[ [1,2,3] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 277 -- foo[ bar-- ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 278 -- foo[ false ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 279 -- foo[ foo & bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 28 -- "bar"[ foo XOR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 280 -- foo[ foo * bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 281 -- foo[ foo + bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 282 -- foo[ foo < bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 283 -- foo[ foo == bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 284 -- foo[ foo > bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 285 -- foo[ foo ? bar : baz ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 286 -- foo[ foo ?: bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 287 -- foo[ foo AND bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 288 -- foo[ foo CastAs bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 289 -- foo[ foo DOES NOT CONTAIN bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 29 -- "bar"[ foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 290 -- foo[ foo InstanceOf bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 291 -- foo[ foo OR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 292 -- foo[ foo XOR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 293 -- foo[ foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 294 -- foo[ foo ^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 295 -- foo[ foo b& bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 296 -- foo[ foo b<< bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 297 -- foo[ foo b^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 298 -- foo[ foo b| bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 299 -- foo[ foo eqv bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 3 -- "bar"[ [[ foo ]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 30 -- "bar"[ foo ^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 300 -- foo[ foo[[bar, baz]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 301 -- foo[ foo++ ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 302 -- foo[ foo[bar] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 303 -- foo[ function[[]] {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 304 -- foo[ new foo.bar.Baz[[]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 305 -- foo[ null ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 306 -- foo[ true ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 307 -- foo[ xc.y?.z ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 308 -- foo[ {foo:bar} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 309 -- foo[bar][ !foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 31 -- "bar"[ foo b& bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 310 -- foo[bar][ "bar" ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 311 -- foo[bar][ [[ foo ]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 312 -- foo[bar][ [[]] -> {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 313 -- foo[bar][ [[]] => {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 314 -- foo[bar][ ++foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 315 -- foo[bar][ +foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 316 -- foo[bar][ --foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 317 -- foo[bar][ -foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 318 -- foo[bar][ 42 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 319 -- foo[bar][ 42.5 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 32 -- "bar"[ foo b<< bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 320 -- foo[bar][ [1,2,3] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 321 -- foo[bar][ bar-- ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 322 -- foo[bar][ false ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 323 -- foo[bar][ foo & bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 324 -- foo[bar][ foo * bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 325 -- foo[bar][ foo + bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 326 -- foo[bar][ foo < bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 327 -- foo[bar][ foo == bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 328 -- foo[bar][ foo > bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 329 -- foo[bar][ foo ? bar : baz ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 33 -- "bar"[ foo b^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 330 -- foo[bar][ foo ?: bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 331 -- foo[bar][ foo AND bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 332 -- foo[bar][ foo CastAs bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 333 -- foo[bar][ foo DOES NOT CONTAIN bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 334 -- foo[bar][ foo InstanceOf bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 335 -- foo[bar][ foo OR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 336 -- foo[bar][ foo XOR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 337 -- foo[bar][ foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 338 -- foo[bar][ foo ^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 339 -- foo[bar][ foo b& bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 34 -- "bar"[ foo b| bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 340 -- foo[bar][ foo b<< bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 341 -- foo[bar][ foo b^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 342 -- foo[bar][ foo b| bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 343 -- foo[bar][ foo eqv bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 344 -- foo[bar][ foo[[bar, baz]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 345 -- foo[bar][ foo++ ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 346 -- foo[bar][ foo[bar] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 347 -- foo[bar][ function[[]] {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 348 -- foo[bar][ new foo.bar.Baz[[]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 349 -- foo[bar][ null ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 35 -- "bar"[ foo eqv bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 350 -- foo[bar][ true ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 351 -- foo[bar][ xc.y?.z ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 352 -- foo[bar][ {foo:bar} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 353 -- new foo.bar.Baz[[]][ !foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 354 -- new foo.bar.Baz[[]][ "bar" ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 355 -- new foo.bar.Baz[[]][ [[ foo ]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 356 -- new foo.bar.Baz[[]][ [[]] -> {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 357 -- new foo.bar.Baz[[]][ [[]] => {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 358 -- new foo.bar.Baz[[]][ ++foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 359 -- new foo.bar.Baz[[]][ +foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 36 -- "bar"[ foo[[bar, baz]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 360 -- new foo.bar.Baz[[]][ --foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 361 -- new foo.bar.Baz[[]][ -foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 362 -- new foo.bar.Baz[[]][ 42 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 363 -- new foo.bar.Baz[[]][ 42.5 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 364 -- new foo.bar.Baz[[]][ [1,2,3] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 365 -- new foo.bar.Baz[[]][ bar-- ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 366 -- new foo.bar.Baz[[]][ false ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 367 -- new foo.bar.Baz[[]][ foo & bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 368 -- new foo.bar.Baz[[]][ foo * bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 369 -- new foo.bar.Baz[[]][ foo + bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 37 -- "bar"[ foo++ ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 370 -- new foo.bar.Baz[[]][ foo < bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 371 -- new foo.bar.Baz[[]][ foo == bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 372 -- new foo.bar.Baz[[]][ foo > bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 373 -- new foo.bar.Baz[[]][ foo ? bar : baz ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 374 -- new foo.bar.Baz[[]][ foo ?: bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 375 -- new foo.bar.Baz[[]][ foo AND bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 376 -- new foo.bar.Baz[[]][ foo CastAs bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 377 -- new foo.bar.Baz[[]][ foo DOES NOT CONTAIN bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 378 -- new foo.bar.Baz[[]][ foo InstanceOf bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 379 -- new foo.bar.Baz[[]][ foo OR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 38 -- "bar"[ foo[bar] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 380 -- new foo.bar.Baz[[]][ foo XOR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 381 -- new foo.bar.Baz[[]][ foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 382 -- new foo.bar.Baz[[]][ foo ^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 383 -- new foo.bar.Baz[[]][ foo b& bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 384 -- new foo.bar.Baz[[]][ foo b<< bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 385 -- new foo.bar.Baz[[]][ foo b^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 386 -- new foo.bar.Baz[[]][ foo b| bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 387 -- new foo.bar.Baz[[]][ foo eqv bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 388 -- new foo.bar.Baz[[]][ foo[[bar, baz]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 389 -- new foo.bar.Baz[[]][ foo++ ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 39 -- "bar"[ function[[]] {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 390 -- new foo.bar.Baz[[]][ foo[bar] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 391 -- new foo.bar.Baz[[]][ function[[]] {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 392 -- new foo.bar.Baz[[]][ new foo.bar.Baz[[]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 393 -- new foo.bar.Baz[[]][ null ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 394 -- new foo.bar.Baz[[]][ true ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 395 -- new foo.bar.Baz[[]][ xc.y?.z ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 396 -- new foo.bar.Baz[[]][ {foo:bar} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 397 -- null[ !foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 398 -- null[ "bar" ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 399 -- null[ [[ foo ]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 4 -- "bar"[ [[]] -> {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 40 -- "bar"[ new foo.bar.Baz[[]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 400 -- null[ [[]] -> {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 401 -- null[ [[]] => {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 402 -- null[ ++foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 403 -- null[ +foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 404 -- null[ --foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 405 -- null[ -foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 406 -- null[ 42 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 407 -- null[ 42.5 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 408 -- null[ [1,2,3] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 409 -- null[ bar-- ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 41 -- "bar"[ null ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 410 -- null[ false ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 411 -- null[ foo & bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 412 -- null[ foo * bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 413 -- null[ foo + bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 414 -- null[ foo < bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 415 -- null[ foo == bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 416 -- null[ foo > bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 417 -- null[ foo ? bar : baz ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 418 -- null[ foo ?: bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 419 -- null[ foo AND bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 42 -- "bar"[ true ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 420 -- null[ foo CastAs bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 421 -- null[ foo DOES NOT CONTAIN bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 422 -- null[ foo InstanceOf bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 423 -- null[ foo OR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 424 -- null[ foo XOR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 425 -- null[ foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 426 -- null[ foo ^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 427 -- null[ foo b& bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 428 -- null[ foo b<< bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 429 -- null[ foo b^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 43 -- "bar"[ xc.y?.z ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 430 -- null[ foo b| bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 431 -- null[ foo eqv bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 432 -- null[ foo[[bar, baz]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 433 -- null[ foo++ ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 434 -- null[ foo[bar] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 435 -- null[ function[[]] {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 436 -- null[ new foo.bar.Baz[[]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 437 -- null[ null ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 438 -- null[ true ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 439 -- null[ xc.y?.z ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 44 -- "bar"[ {foo:bar} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 440 -- null[ {foo:bar} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 441 -- true[ !foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 442 -- true[ "bar" ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 443 -- true[ [[ foo ]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 444 -- true[ [[]] -> {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 445 -- true[ [[]] => {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 446 -- true[ ++foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 447 -- true[ +foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 448 -- true[ --foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 449 -- true[ -foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 45 -- [[ foo ]][ !foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 450 -- true[ 42 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 451 -- true[ 42.5 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 452 -- true[ [1,2,3] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 453 -- true[ bar-- ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 454 -- true[ false ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 455 -- true[ foo & bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 456 -- true[ foo * bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 457 -- true[ foo + bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 458 -- true[ foo < bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 459 -- true[ foo == bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 46 -- [[ foo ]][ "bar" ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 460 -- true[ foo > bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 461 -- true[ foo ? bar : baz ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 462 -- true[ foo ?: bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 463 -- true[ foo AND bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 464 -- true[ foo CastAs bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 465 -- true[ foo DOES NOT CONTAIN bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 466 -- true[ foo InstanceOf bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 467 -- true[ foo OR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 468 -- true[ foo XOR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 469 -- true[ foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 47 -- [[ foo ]][ [[ foo ]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 470 -- true[ foo ^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 471 -- true[ foo b& bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 472 -- true[ foo b<< bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 473 -- true[ foo b^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 474 -- true[ foo b| bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 475 -- true[ foo eqv bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 476 -- true[ foo[[bar, baz]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 477 -- true[ foo++ ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 478 -- true[ foo[bar] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 479 -- true[ function[[]] {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 48 -- [[ foo ]][ [[]] -> {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 480 -- true[ new foo.bar.Baz[[]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 481 -- true[ null ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 482 -- true[ true ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 483 -- true[ xc.y?.z ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 484 -- true[ {foo:bar} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 485 -- xc.y?.z[ !foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 486 -- xc.y?.z[ "bar" ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 487 -- xc.y?.z[ [[ foo ]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 488 -- xc.y?.z[ [[]] -> {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 489 -- xc.y?.z[ [[]] => {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 49 -- [[ foo ]][ [[]] => {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 490 -- xc.y?.z[ ++foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 491 -- xc.y?.z[ +foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 492 -- xc.y?.z[ --foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 493 -- xc.y?.z[ -foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 494 -- xc.y?.z[ 42 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 495 -- xc.y?.z[ 42.5 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 496 -- xc.y?.z[ [1,2,3] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 497 -- xc.y?.z[ bar-- ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 498 -- xc.y?.z[ false ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 499 -- xc.y?.z[ foo & bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 5 -- "bar"[ [[]] => {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 50 -- [[ foo ]][ ++foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 500 -- xc.y?.z[ foo * bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 501 -- xc.y?.z[ foo + bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 502 -- xc.y?.z[ foo < bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 503 -- xc.y?.z[ foo == bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 504 -- xc.y?.z[ foo > bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 505 -- xc.y?.z[ foo ? bar : baz ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 506 -- xc.y?.z[ foo ?: bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 507 -- xc.y?.z[ foo AND bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 508 -- xc.y?.z[ foo CastAs bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 509 -- xc.y?.z[ foo DOES NOT CONTAIN bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 51 -- [[ foo ]][ +foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 510 -- xc.y?.z[ foo InstanceOf bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 511 -- xc.y?.z[ foo OR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 512 -- xc.y?.z[ foo XOR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 513 -- xc.y?.z[ foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 514 -- xc.y?.z[ foo ^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 515 -- xc.y?.z[ foo b& bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 516 -- xc.y?.z[ foo b<< bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 517 -- xc.y?.z[ foo b^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 518 -- xc.y?.z[ foo b| bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 519 -- xc.y?.z[ foo eqv bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 52 -- [[ foo ]][ --foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 520 -- xc.y?.z[ foo[[bar, baz]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 521 -- xc.y?.z[ foo++ ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 522 -- xc.y?.z[ foo[bar] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 523 -- xc.y?.z[ function[[]] {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 524 -- xc.y?.z[ new foo.bar.Baz[[]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 525 -- xc.y?.z[ null ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 526 -- xc.y?.z[ true ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 527 -- xc.y?.z[ xc.y?.z ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 528 -- xc.y?.z[ {foo:bar} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 529 -- {foo:bar}[ !foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 53 -- [[ foo ]][ -foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 530 -- {foo:bar}[ "bar" ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 531 -- {foo:bar}[ [[ foo ]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 532 -- {foo:bar}[ [[]] -> {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 533 -- {foo:bar}[ [[]] => {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 534 -- {foo:bar}[ ++foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 535 -- {foo:bar}[ +foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 536 -- {foo:bar}[ --foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 537 -- {foo:bar}[ -foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 538 -- {foo:bar}[ 42 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 539 -- {foo:bar}[ 42.5 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 54 -- [[ foo ]][ 42 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 540 -- {foo:bar}[ [1,2,3] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 541 -- {foo:bar}[ bar-- ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 542 -- {foo:bar}[ false ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 543 -- {foo:bar}[ foo & bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 544 -- {foo:bar}[ foo * bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 545 -- {foo:bar}[ foo + bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 546 -- {foo:bar}[ foo < bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 547 -- {foo:bar}[ foo == bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 548 -- {foo:bar}[ foo > bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 549 -- {foo:bar}[ foo ? bar : baz ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 55 -- [[ foo ]][ 42.5 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 550 -- {foo:bar}[ foo ?: bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 551 -- {foo:bar}[ foo AND bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 552 -- {foo:bar}[ foo CastAs bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 553 -- {foo:bar}[ foo DOES NOT CONTAIN bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 554 -- {foo:bar}[ foo InstanceOf bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 555 -- {foo:bar}[ foo OR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 556 -- {foo:bar}[ foo XOR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 557 -- {foo:bar}[ foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 558 -- {foo:bar}[ foo ^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 559 -- {foo:bar}[ foo b& bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 56 -- [[ foo ]][ [1,2,3] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 560 -- {foo:bar}[ foo b<< bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 561 -- {foo:bar}[ foo b^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 562 -- {foo:bar}[ foo b| bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 563 -- {foo:bar}[ foo eqv bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 564 -- {foo:bar}[ foo[[bar, baz]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 565 -- {foo:bar}[ foo++ ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 566 -- {foo:bar}[ foo[bar] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 567 -- {foo:bar}[ function[[]] {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 568 -- {foo:bar}[ new foo.bar.Baz[[]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 569 -- {foo:bar}[ null ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 57 -- [[ foo ]][ bar-- ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 570 -- {foo:bar}[ true ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 571 -- {foo:bar}[ xc.y?.z ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 572 -- {foo:bar}[ {foo:bar} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 58 -- [[ foo ]][ false ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 59 -- [[ foo ]][ foo & bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 6 -- "bar"[ ++foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 60 -- [[ foo ]][ foo * bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 61 -- [[ foo ]][ foo + bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 62 -- [[ foo ]][ foo < bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 63 -- [[ foo ]][ foo == bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 64 -- [[ foo ]][ foo > bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 65 -- [[ foo ]][ foo ? bar : baz ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 66 -- [[ foo ]][ foo ?: bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 67 -- [[ foo ]][ foo AND bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 68 -- [[ foo ]][ foo CastAs bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 69 -- [[ foo ]][ foo DOES NOT CONTAIN bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 7 -- "bar"[ +foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 70 -- [[ foo ]][ foo InstanceOf bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 71 -- [[ foo ]][ foo OR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 72 -- [[ foo ]][ foo XOR bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 73 -- [[ foo ]][ foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 74 -- [[ foo ]][ foo ^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 75 -- [[ foo ]][ foo b& bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 76 -- [[ foo ]][ foo b<< bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 77 -- [[ foo ]][ foo b^ bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 78 -- [[ foo ]][ foo b| bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 79 -- [[ foo ]][ foo eqv bar ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 8 -- "bar"[ --foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 80 -- [[ foo ]][ foo[[bar, baz]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 81 -- [[ foo ]][ foo++ ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 82 -- [[ foo ]][ foo[bar] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 83 -- [[ foo ]][ function[[]] {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 84 -- [[ foo ]][ new foo.bar.Baz[[]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 85 -- [[ foo ]][ null ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 86 -- [[ foo ]][ true ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 87 -- [[ foo ]][ xc.y?.z ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 88 -- [[ foo ]][ {foo:bar} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 89 -- 42.5[ !foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 9 -- "bar"[ -foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 90 -- 42.5[ "bar" ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 91 -- 42.5[ [[ foo ]] ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 92 -- 42.5[ [[]] -> {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 93 -- 42.5[ [[]] => {} ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 94 -- 42.5[ ++foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 95 -- 42.5[ +foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 96 -- 42.5[ --foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 97 -- 42.5[ -foo ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 98 -- 42.5[ 42 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Array Access 99 -- 42.5[ 42.5 ]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 1 -- "bar".42
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 10 -- [[ foo ]].foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 11 -- [[ foo ]].null
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 12 -- [[ foo ]].true
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 13 -- 42.5.42
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 14 -- 42.5.false
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 15 -- 42.5.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 16 -- 42.5.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 17 -- 42.5.null
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 18 -- 42.5.true
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 19 -- [1,2,3].42
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 2 -- "bar".false
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 20 -- [1,2,3].false
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 21 -- [1,2,3].foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 22 -- [1,2,3].foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 23 -- [1,2,3].null
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 24 -- [1,2,3].true
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 25 -- false.42
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 26 -- false.false
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 27 -- false.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 28 -- false.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 29 -- false.null
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 3 -- "bar".foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 30 -- false.true
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 31 -- foo[[bar, baz]].42
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 32 -- foo[[bar, baz]].false
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 33 -- foo[[bar, baz]].foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 34 -- foo[[bar, baz]].foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 35 -- foo[[bar, baz]].null
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 36 -- foo[[bar, baz]].true
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 37 -- foo.42
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 38 -- foo.false
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 39 -- foo.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 4 -- "bar".foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 40 -- foo.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 41 -- foo.null
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 42 -- foo.true
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 43 -- foo[bar].42
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 44 -- foo[bar].false
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 45 -- foo[bar].foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 46 -- foo[bar].foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 47 -- foo[bar].null
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 48 -- foo[bar].true
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 49 -- new foo.bar.Baz[[]].42
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 5 -- "bar".null
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 50 -- new foo.bar.Baz[[]].false
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 51 -- new foo.bar.Baz[[]].foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 52 -- new foo.bar.Baz[[]].foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 53 -- new foo.bar.Baz[[]].null
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 54 -- new foo.bar.Baz[[]].true
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 55 -- null.42
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 56 -- null.false
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 57 -- null.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 58 -- null.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 59 -- null.null
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 6 -- "bar".true
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 60 -- null.true
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 61 -- true.42
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 62 -- true.false
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 63 -- true.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 64 -- true.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 65 -- true.null
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 66 -- true.true
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 67 -- xc.y?.z.42
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 68 -- xc.y?.z.false
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 69 -- xc.y?.z.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 7 -- [[ foo ]].42
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 70 -- xc.y?.z.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 71 -- xc.y?.z.null
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 72 -- xc.y?.z.true
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 73 -- {foo:bar}.42
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 74 -- {foo:bar}.false
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 75 -- {foo:bar}.foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 76 -- {foo:bar}.foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 77 -- {foo:bar}.null
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 78 -- {foo:bar}.true
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 8 -- [[ foo ]].false
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Dot Access 9 -- [[ foo ]].foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 1 -- !foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 10 -- 42
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 11 -- 42.5
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 12 -- [1,2,3]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 13 -- bar--
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 14 -- false
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 15 -- foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 16 -- foo & bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 17 -- foo * bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 18 -- foo + bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 19 -- foo < bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 2 -- "bar"
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 20 -- foo == bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 21 -- foo > bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 22 -- foo ? bar : baz
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 23 -- foo ?: bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 24 -- foo AND bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 25 -- foo CastAs bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 26 -- foo DOES NOT CONTAIN bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 27 -- foo InstanceOf bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 28 -- foo OR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 29 -- foo XOR bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 3 -- [[ foo ]]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 30 -- foo ^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 31 -- foo b& bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 32 -- foo b<< bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 33 -- foo b^ bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 34 -- foo b| bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 35 -- foo eqv bar
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 36 -- foo[[bar, baz]]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 37 -- foo++
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 38 -- foo[bar]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 39 -- function[[]] {}
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 4 -- [[]] -> {}
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 40 -- new foo.bar.Baz[[]]
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 41 -- null
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 42 -- true
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 43 -- xc.y?.z
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 44 -- {foo:bar}
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 5 -- [[]] => {}
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 6 -- ++foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 7 -- +foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 8 -- --foo
TestCases.phase1.ExpressionValidAccessTest ‑ Valid Expression 9 -- -foo

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

6287 tests found (test 2860 to 3609)

There are 6287 tests, see "Raw output" for the list of tests 2860 to 3609.
Raw output
TestCases.phase1.LabeledLoopTest ‑ testNestedLabeledWhiles()
TestCases.phase1.LabeledLoopTest ‑ testSimpleLabeledDoWhile()
TestCases.phase1.LabeledLoopTest ‑ testSimpleLabeledForIn()
TestCases.phase1.LabeledLoopTest ‑ testSimpleLabeledForIndex()
TestCases.phase1.LabeledLoopTest ‑ testSimpleLabeledLoop()
TestCases.phase1.LabeledLoopTest ‑ testSimpleLabeledWhile()
TestCases.phase1.LabeledLoopTest ‑ testSimpleLabeledWhileContinue()
TestCases.phase1.LabeledLoopTest ‑ testSimpleLabeledWhileContinueTag()
TestCases.phase1.LabeledLoopTest ‑ testSimpleLabeledWhileTag()
TestCases.phase1.LabeledLoopTest ‑ testSwitchInLabeledWhile()
TestCases.phase1.LabeledLoopTest ‑ testTagLoop()
TestCases.phase1.ObjectCreationTest ‑ imports as
TestCases.phase1.ObjectCreationTest ‑ imports no prefix
TestCases.phase1.ObjectCreationTest ‑ imports prefix
TestCases.phase1.ObjectCreationTest ‑ new keyword no prefix
TestCases.phase1.ObjectCreationTest ‑ new keyword no prefix2
TestCases.phase1.ObjectCreationTest ‑ new keyword prefix
TestCases.phase1.ObjectCreationTest ‑ new keyword quoted
TestCases.phase1.ObjectReferenceAssignmentTest ‑ assignment returns value
TestCases.phase1.ObjectReferenceAssignmentTest ‑ call method on object
TestCases.phase1.ObjectReferenceAssignmentTest ‑ deep assignment
TestCases.phase1.ObjectReferenceAssignmentTest ‑ dereference headless
TestCases.phase1.ObjectReferenceAssignmentTest ‑ dereference invoke headless
TestCases.phase1.ObjectReferenceAssignmentTest ‑ dereference invoke key
TestCases.phase1.ObjectReferenceAssignmentTest ‑ dereference key
TestCases.phase1.ObjectReferenceAssignmentTest ‑ dereference scope key
TestCases.phase1.ObjectReferenceAssignmentTest ‑ invaid assignment
TestCases.phase1.ObjectReferenceAssignmentTest ‑ null keyword
TestCases.phase1.ObjectReferenceAssignmentTest ‑ safe navigation
TestCases.phase1.ObjectReferenceAssignmentTest ‑ scope assignment
TestCases.phase1.ObjectReferenceAssignmentTest ‑ scoped assignment returns value
TestCases.phase1.ObjectReferenceAssignmentTest ‑ static method call on imported class
TestCases.phase1.ObjectReferenceAssignmentTest ‑ unscoped assignment
TestCases.phase1.ObjectReferenceAssignmentTest ‑ var keyword for local
TestCases.phase1.ObjectReferenceAssignmentTest ‑ var keyword for local Deep
TestCases.phase1.ObjectReferenceAssignmentTest ‑ var keyword for scope
TestCases.phase1.ObjectReferenceAssignmentTest ‑ var keyword for scope deep
TestCases.phase1.OperatorsTest ‑ It can add numbers to a date
TestCases.phase1.OperatorsTest ‑ It should handle equivalence
TestCases.phase1.OperatorsTest ‑ It should handle not before parens
TestCases.phase1.OperatorsTest ‑ It should handle the implies operator
TestCases.phase1.OperatorsTest ‑ It should lazily evaluate its false branche
TestCases.phase1.OperatorsTest ‑ It should lazily evaluate its true branche
TestCases.phase1.OperatorsTest ‑ It should properly handle comparison operators
TestCases.phase1.OperatorsTest ‑ Order of operations
TestCases.phase1.OperatorsTest ‑ assert
TestCases.phase1.OperatorsTest ‑ castAs
TestCases.phase1.OperatorsTest ‑ comparison equality
TestCases.phase1.OperatorsTest ‑ comparison greater than
TestCases.phase1.OperatorsTest ‑ comparison greater than equal
TestCases.phase1.OperatorsTest ‑ comparison less than
TestCases.phase1.OperatorsTest ‑ comparison less than equal
TestCases.phase1.OperatorsTest ‑ comparison strict equality
TestCases.phase1.OperatorsTest ‑ comparison strict not equality
TestCases.phase1.OperatorsTest ‑ comparison strict not equality CF
TestCases.phase1.OperatorsTest ‑ compound operator concat
TestCases.phase1.OperatorsTest ‑ compound operator divide
TestCases.phase1.OperatorsTest ‑ compound operator modulus
TestCases.phase1.OperatorsTest ‑ compound operator multiply
TestCases.phase1.OperatorsTest ‑ compound operator plus
TestCases.phase1.OperatorsTest ‑ compound operator with var
TestCases.phase1.OperatorsTest ‑ compound operators minus
TestCases.phase1.OperatorsTest ‑ concat and eq
TestCases.phase1.OperatorsTest ‑ elvis
TestCases.phase1.OperatorsTest ‑ instanceOf
TestCases.phase1.OperatorsTest ‑ logical and
TestCases.phase1.OperatorsTest ‑ logical not
TestCases.phase1.OperatorsTest ‑ logical or
TestCases.phase1.OperatorsTest ‑ logical xor
TestCases.phase1.OperatorsTest ‑ math addition
TestCases.phase1.OperatorsTest ‑ math addition var
TestCases.phase1.OperatorsTest ‑ math division
TestCases.phase1.OperatorsTest ‑ math int dividsion
TestCases.phase1.OperatorsTest ‑ math minus minus literals
TestCases.phase1.OperatorsTest ‑ math minus minus parenthetical
TestCases.phase1.OperatorsTest ‑ math minus minus scoped
TestCases.phase1.OperatorsTest ‑ math minus minus unscoped
TestCases.phase1.OperatorsTest ‑ math multiplication
TestCases.phase1.OperatorsTest ‑ math negation
TestCases.phase1.OperatorsTest ‑ math negation var
TestCases.phase1.OperatorsTest ‑ math plus plus invalid
TestCases.phase1.OperatorsTest ‑ math plus plus literals
TestCases.phase1.OperatorsTest ‑ math plus plus other
TestCases.phase1.OperatorsTest ‑ math plus plus parenthetical
TestCases.phase1.OperatorsTest ‑ math plus plus scoped
TestCases.phase1.OperatorsTest ‑ math plus plus unscoped
TestCases.phase1.OperatorsTest ‑ math power
TestCases.phase1.OperatorsTest ‑ math subtraction
TestCases.phase1.OperatorsTest ‑ modulus precedence
TestCases.phase1.OperatorsTest ‑ multi string concat
TestCases.phase1.OperatorsTest ‑ parens
TestCases.phase1.OperatorsTest ‑ string concat
TestCases.phase1.OperatorsTest ‑ string contains
TestCases.phase1.OperatorsTest ‑ ternary
TestCases.phase2.ClosureFunctionTest ‑ IIFE
TestCases.phase2.ClosureFunctionTest ‑ IIFE arrow
TestCases.phase2.ClosureFunctionTest ‑ More lexical scoping
TestCases.phase2.ClosureFunctionTest ‑ argument collection
TestCases.phase2.ClosureFunctionTest ‑ argument defaults
TestCases.phase2.ClosureFunctionTest ‑ argument defaults arrow
TestCases.phase2.ClosureFunctionTest ‑ basic Closure
TestCases.phase2.ClosureFunctionTest ‑ basic arrow Closure
TestCases.phase2.ClosureFunctionTest ‑ basic arrow Closure no body
TestCases.phase2.ClosureFunctionTest ‑ basic arrow Closure no body no parens
TestCases.phase2.ClosureFunctionTest ‑ body with without returns
TestCases.phase2.ClosureFunctionTest ‑ body with without returns arrow
TestCases.phase2.ClosureFunctionTest ‑ closure metadata
TestCases.phase2.ClosureFunctionTest ‑ closure metadata arrow
TestCases.phase2.ClosureFunctionTest ‑ empty body
TestCases.phase2.ClosureFunctionTest ‑ function returns function
TestCases.phase2.ClosureFunctionTest ‑ higher order function
TestCases.phase2.ClosureFunctionTest ‑ lexical scoping
TestCases.phase2.ClosureFunctionTest ‑ named arguments
TestCases.phase2.ClosureFunctionTest ‑ no body
TestCases.phase2.ClosureFunctionTest ‑ positional arguments
TestCases.phase2.ClosureFunctionTest ‑ positional arguments arrow
TestCases.phase2.IncludeTest ‑ can include file
TestCases.phase2.IncludeTest ‑ can include file again
TestCases.phase2.IncludeTest ‑ can include file relative
TestCases.phase2.IncludeTest ‑ can include file relative with dot dot slash
TestCases.phase2.InvocationTest ‑ Array literal method bracket invocation
TestCases.phase2.InvocationTest ‑ Array literal method dot invocation
TestCases.phase2.InvocationTest ‑ Boolean literal method bracket invocation
TestCases.phase2.InvocationTest ‑ Boolean literal method dot invocation
TestCases.phase2.InvocationTest ‑ Invoke after dot
TestCases.phase2.InvocationTest ‑ Invoke after multiple dots
TestCases.phase2.InvocationTest ‑ Invoke result of array access of invocation
TestCases.phase2.InvocationTest ‑ Invoke result of invocation
TestCases.phase2.InvocationTest ‑ Invoke result of parenthesis
TestCases.phase2.InvocationTest ‑ Invoke result of result of array access of invocation
TestCases.phase2.InvocationTest ‑ Invoke result of result of invocation
TestCases.phase2.InvocationTest ‑ Invoke single identifier
TestCases.phase2.InvocationTest ‑ Invoke within parenthesis
TestCases.phase2.InvocationTest ‑ Numeric literal method bracket invocation
TestCases.phase2.InvocationTest ‑ Numeric literal method dot invocation
TestCases.phase2.InvocationTest ‑ String literal method bracket invocation
TestCases.phase2.InvocationTest ‑ String literal method dot invocation
TestCases.phase2.InvocationTest ‑ Struct literal method bracket invocation
TestCases.phase2.InvocationTest ‑ Struct literal method dot invocation
TestCases.phase2.LambdaFunctionTest ‑ IIFE
TestCases.phase2.LambdaFunctionTest ‑ argument collection
TestCases.phase2.LambdaFunctionTest ‑ argument defaults
TestCases.phase2.LambdaFunctionTest ‑ basic Lambda no body
TestCases.phase2.LambdaFunctionTest ‑ basic Lambda no body no parens
TestCases.phase2.LambdaFunctionTest ‑ basic lambda
TestCases.phase2.LambdaFunctionTest ‑ body with without returns
TestCases.phase2.LambdaFunctionTest ‑ empty body
TestCases.phase2.LambdaFunctionTest ‑ function returns function
TestCases.phase2.LambdaFunctionTest ‑ higher order function
TestCases.phase2.LambdaFunctionTest ‑ lambda metadata
TestCases.phase2.LambdaFunctionTest ‑ named arguments
TestCases.phase2.LambdaFunctionTest ‑ no body
TestCases.phase2.LambdaFunctionTest ‑ positional arguments
TestCases.phase2.ObjectLiteralTest ‑ Function in struct
TestCases.phase2.ObjectLiteralTest ‑ array
TestCases.phase2.ObjectLiteralTest ‑ array literal member chain
TestCases.phase2.ObjectLiteralTest ‑ boolean literal member chain
TestCases.phase2.ObjectLiteralTest ‑ ordered struct
TestCases.phase2.ObjectLiteralTest ‑ string literal member chain
TestCases.phase2.ObjectLiteralTest ‑ struct literal member chain
TestCases.phase2.ObjectLiteralTest ‑ testCFTranspileKeysUpperCase()
TestCases.phase2.ObjectLiteralTest ‑ testfqnKey()
TestCases.phase2.ObjectLiteralTest ‑ unordered struct
TestCases.phase2.ObjectLiteralTest ‑ unordered struct complex
TestCases.phase2.QueryTest ‑ Query
TestCases.phase2.QueryTest ‑ Query Column assignment
TestCases.phase2.QueryTest ‑ testColumnAsStructKey()
TestCases.phase2.QueryTest ‑ testQueryColumnToArrayBIF()
TestCases.phase2.QueryTest ‑ testSetColumnIndex()
TestCases.phase2.QueryTest ‑ testUnmodifiableQuery()
TestCases.phase2.QueryTest ‑ testUnmodifiableQueryErrors()
TestCases.phase2.UDFFunctionTest ‑ It should allow you to declare multiple functions
TestCases.phase2.UDFFunctionTest ‑ It should allow you to include functions with the same name
TestCases.phase2.UDFFunctionTest ‑ It should not allow you to declare multiple functions with the same name
TestCases.phase2.UDFFunctionTest ‑ Runtime Default
TestCases.phase2.UDFFunctionTest ‑ Self Referencing Argument Default
TestCases.phase2.UDFFunctionTest ‑ UDF metadata
TestCases.phase2.UDFFunctionTest ‑ UDF metadata javadoc
TestCases.phase2.UDFFunctionTest ‑ UDF metadata optional values
TestCases.phase2.UDFFunctionTest ‑ argument collection
TestCases.phase2.UDFFunctionTest ‑ argument defaults
TestCases.phase2.UDFFunctionTest ‑ basic UDF
TestCases.phase2.UDFFunctionTest ‑ default null argument collection
TestCases.phase2.UDFFunctionTest ‑ default null argument explicit named
TestCases.phase2.UDFFunctionTest ‑ meta test
TestCases.phase2.UDFFunctionTest ‑ named arguments colon
TestCases.phase2.UDFFunctionTest ‑ named arguments equals
TestCases.phase2.UDFFunctionTest ‑ named positional arguments mix
TestCases.phase2.UDFFunctionTest ‑ positional arguments
TestCases.phase2.UDFFunctionTest ‑ return argument
TestCases.phase2.UDFFunctionTest ‑ testArgumentCollection2()
TestCases.phase2.UDFFunctionTest ‑ testArgumentCollection3()
TestCases.phase2.UDFFunctionTest ‑ testArgumentCollection4()
TestCases.phase2.UDFFunctionTest ‑ testArgumentCollection5()
TestCases.phase2.UDFFunctionTest ‑ testArgumentCollection6()
TestCases.phase2.UDFFunctionTest ‑ testArgumentCollection7()
TestCases.phase2.UDFFunctionTest ‑ testArgumentCollection8()
TestCases.phase2.UDFFunctionTest ‑ testDefaultAssignmentScope()
TestCases.phase2.UDFFunctionTest ‑ testDefaultValueNew()
TestCases.phase2.UDFFunctionTest ‑ testDefaultValueReference()
TestCases.phase2.UDFFunctionTest ‑ testDefaultValueTypeCheck()
TestCases.phase2.UDFFunctionTest ‑ testExtraArgComma()
TestCases.phase2.UDFFunctionTest ‑ testExtraArrayType()
TestCases.phase2.UDFFunctionTest ‑ testFunctionMetadata()
TestCases.phase2.UDFFunctionTest ‑ testLeadingOES()
TestCases.phase2.UDFFunctionTest ‑ testOverwriteArgumentsScope()
TestCases.phase2.UDFFunctionTest ‑ testOverwriteArgumentsScopeNonStruct()
TestCases.phase2.UDFFunctionTest ‑ testPackageAccess()
TestCases.phase2.UDFFunctionTest ‑ testUDFInJava()
TestCases.phase3.ApplicationTest ‑ Ad-hoc config override
TestCases.phase3.ApplicationTest ‑ Can resolve java settings paths with a full jar/class path
TestCases.phase3.ApplicationTest ‑ Can resolve java settings paths with a full jar/class path with bad pathing
TestCases.phase3.ApplicationTest ‑ Can resolve mappings with java settings
TestCases.phase3.ApplicationTest ‑ Can resolve relative paths
TestCases.phase3.ApplicationTest ‑ Can update application without name
TestCases.phase3.ApplicationTest ‑ Datasources declared in App.cfc will be promoted
TestCases.phase3.ApplicationTest ‑ Timezone declared in App.cfc will be promoted
TestCases.phase3.ApplicationTest ‑ application basics
TestCases.phase3.ApplicationTest ‑ java settings setup
TestCases.phase3.ApplicationTest ‑ testGetAppMeta()
TestCases.phase3.ApplicationTest ‑ testGetDefaultAppMeta()
TestCases.phase3.ClassTest ‑ Class with include
TestCases.phase3.ClassTest ‑ Implicit Constructor named
TestCases.phase3.ClassTest ‑ Implicit Constructor named argumentCollection
TestCases.phase3.ClassTest ‑ Implicit Constructor positional
TestCases.phase3.ClassTest ‑ InitMethod Test
TestCases.phase3.ClassTest ‑ It should call onMissingMethod through invoke
TestCases.phase3.ClassTest ‑ It should call onMissingMethod with named args
TestCases.phase3.ClassTest ‑ It should call onMissingMethod with pos args
TestCases.phase3.ClassTest ‑ PseudoConstructor can output
TestCases.phase3.ClassTest ‑ PseudoConstructor will not output
TestCases.phase3.ClassTest ‑ Test a basic boxlang class
TestCases.phase3.ClassTest ‑ Test can create vanilla module config
TestCases.phase3.ClassTest ‑ basic class
TestCases.phase3.ClassTest ‑ basic class file
TestCases.phase3.ClassTest ‑ basic class file via component path
TestCases.phase3.ClassTest ‑ basic class file via component path subdir
TestCases.phase3.ClassTest ‑ box meta
TestCases.phase3.ClassTest ‑ bx: resolver prefix on import
TestCases.phase3.ClassTest ‑ bx: resolver prefix on new
TestCases.phase3.ClassTest ‑ can extend
TestCases.phase3.ClassTest ‑ class as struct
TestCases.phase3.ClassTest ‑ class locator usage in static initializer
TestCases.phase3.ClassTest ‑ legacy meta
TestCases.phase3.ClassTest ‑ legacy meta CF
TestCases.phase3.ClassTest ‑ mixins should be public
TestCases.phase3.ClassTest ‑ parent super.init will preserve child variables scope
TestCases.phase3.ClassTest ‑ properties
TestCases.phase3.ClassTest ‑ properties not inherited in metadata
TestCases.phase3.ClassTest ‑ testAbstractClass()
TestCases.phase3.ClassTest ‑ testAbstractClassCF()
TestCases.phase3.ClassTest ‑ testBadProperty()
TestCases.phase3.ClassTest ‑ testBinderProperties()
TestCases.phase3.ClassTest ‑ testCFGetterType()
TestCases.phase3.ClassTest ‑ testCFImport()
TestCases.phase3.ClassTest ‑ testCFImport2()
TestCases.phase3.ClassTest ‑ testCaseMisMatch()
TestCases.phase3.ClassTest ‑ testClassIgnoreLeadingComment()
TestCases.phase3.ClassTest ‑ testClassIgnoreTrailingComment()
TestCases.phase3.ClassTest ‑ testClassWrappedInScriptIsland()
TestCases.phase3.ClassTest ‑ testColdBoxRenderer()
TestCases.phase3.ClassTest ‑ testDotExtends()
TestCases.phase3.ClassTest ‑ testFinalClass()
TestCases.phase3.ClassTest ‑ testFunctionMeta()
TestCases.phase3.ClassTest ‑ testGeneratedAccessors()
TestCases.phase3.ClassTest ‑ testGetterOverrideInParent()
TestCases.phase3.ClassTest ‑ testHypenInPath()
TestCases.phase3.ClassTest ‑ testImplicitAccessor()
TestCases.phase3.ClassTest ‑ testImplicitGeneratedAccessor()
TestCases.phase3.ClassTest ‑ testInlineJavaExtends()
TestCases.phase3.ClassTest ‑ testInlineJavaExtendsField()
TestCases.phase3.ClassTest ‑ testInlineJavaExtendsFieldPublic()
TestCases.phase3.ClassTest ‑ testInlineJavaImplements()
TestCases.phase3.ClassTest ‑ testJavaMeta()
TestCases.phase3.ClassTest ‑ testMethodPropConflict()
TestCases.phase3.ClassTest ‑ testPseduoConstructorError()
TestCases.phase3.ClassTest ‑ testRelativeInstantiation()
TestCases.phase3.ClassTest ‑ testRelativeInstantiationWithLoop()
TestCases.phase3.ClassTest ‑ testRelativeSelfInstantiation()
TestCases.phase3.ClassTest ‑ testStaticArgDefaultTest()
TestCases.phase3.ClassTest ‑ testStaticImport()
TestCases.phase3.ClassTest ‑ testStaticImportDot()
TestCases.phase3.ClassTest ‑ testStaticInstance()
TestCases.phase3.ClassTest ‑ testStaticInstanceCF()
TestCases.phase3.ClassTest ‑ testStaticNestedMethod()
TestCases.phase3.ClassTest ‑ testStaticNestedProperty()
TestCases.phase3.ClassTest ‑ testStaticStatic()
TestCases.phase3.ClassTest ‑ testStaticStaticCF()
TestCases.phase3.ClassTest ‑ testSuperHeadlessFunctionInvocationToChild()
TestCases.phase3.ClassTest ‑ udf class has enclosing class reference
TestCases.phase3.ExceptionTest ‑ testBoxMeta()
TestCases.phase3.ExceptionTest ‑ testCatchInnerType()
TestCases.phase3.InterfaceTest ‑ basic CF interface
TestCases.phase3.InterfaceTest ‑ basic interface file BL
TestCases.phase3.InterfaceTest ‑ basic interface file CF
TestCases.phase3.InterfaceTest ‑ basic interface file CF Tag
TestCases.phase3.InterfaceTest ‑ interface inheritence example
TestCases.phase3.InterfaceTest ‑ interface inheritence static
TestCases.phase3.InterfaceTest ‑ interface multi-inheritence example
TestCases.phase3.InterfaceTest ‑ moped example
TestCases.phase3.InterfaceTest ‑ onMissingMethod example
external.TestBoxTest ‑ QoQAggregateTest - QofQ Aggregation - Can can aggregate all flitered rows
external.TestBoxTest ‑ QoQAggregateTest - QofQ Aggregation - Can can aggregate some filtered rows
external.TestBoxTest ‑ QoQAggregateTest - QofQ Aggregation - Can can aggregate unflitered rows
external.TestBoxTest ‑ QoQAliasTest - test hsqldb qoq support  - test qoq different column types, aliased duplicate column names 
external.TestBoxTest ‑ QoQAliasTest - test hsqldb qoq support  - test qoq different column types, aliased duplicate columns 
external.TestBoxTest ‑ QoQAliasTest - test hsqldb qoq support  - test qoq different column types, duplicate column names 
external.TestBoxTest ‑ QoQAliasTest - test hsqldb qoq support  - test qoq different column types, duplicate columns 
external.TestBoxTest ‑ QoQAliasTest - test hsqldb qoq support  - test qoq same column types, aliased duplicate column names 
external.TestBoxTest ‑ QoQBasicTest - QofQ - Can filter on date column
external.TestBoxTest ‑ QoQBasicTest - QofQ - Can handle isnull
external.TestBoxTest ‑ QoQBasicTest - QofQ - Can handle isnull with full null support
external.TestBoxTest ‑ QoQBasicTest - QofQ - Can have extra whitespace in group by and order by clauses
external.TestBoxTest ‑ QoQBasicTest - QofQ - Can order by alias
external.TestBoxTest ‑ QoQBasicTest - QofQ - Can order by columns not in select
external.TestBoxTest ‑ QoQBasicTest - QofQ - Can select *
external.TestBoxTest ‑ QoQBasicTest - QofQ - Can select with extra space in multi-word clause
external.TestBoxTest ‑ QoQBasicTest - QofQ - Can select with functions
external.TestBoxTest ‑ QoQBasicTest - QofQ - Can select with functions that are aliased
external.TestBoxTest ‑ QoQBasicTest - QofQ - Can select with math operations
external.TestBoxTest ‑ QoQBasicTest - QofQ - Can select with order bys
external.TestBoxTest ‑ QoQBasicTest - QofQ - Distinct - Can select distinct
external.TestBoxTest ‑ QoQBasicTest - QofQ - Distinct - Can select distinct with *
external.TestBoxTest ‑ QoQBasicTest - QofQ - Distinct - Can select distinct with maxrows
external.TestBoxTest ‑ QoQBasicTest - QofQ - Distinct - Can select distinct with order by
external.TestBoxTest ‑ QoQBasicTest - QofQ - Distinct - Can select distinct with top
external.TestBoxTest ‑ QoQBasicTest - QofQ - QoQ check decimal types scale are preserved
external.TestBoxTest ‑ QoQBasicTest - QofQ - QoQ error with types and subselect
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query Union - Can union
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query Union - Can union all
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query Union - Can union distinct
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query Union - Can union with group by
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query Union - Can union with literals
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query Union - Can union with maxrows
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query Union - Can union with order
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query Union - Can union with top
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Aggregate select with group by against empty query returns 0 rows
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Aggregate select with no group by against empty query returns 1 row of empty strings
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Aggregate select with no group by and a where clause against empty query returns 1 row of empty strings
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Aggregates ignore null values
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Can nest scalar functions inside of aggregates inside of scalar functions and use more than aggregate in a single operation
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Can order by aggregate columns
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Can reference more than one column in aggregate function
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Can use aggregates with no group by
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Can use aggregates with no group by and where
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Can use count all and count distinct
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Can use group by
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Can use group by with aggregates
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Can use group by with columns not in select
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Can use group by with distinct
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Can use group by with having clause
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Can use group by with having clause and distinct
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Can use group by with more than one group by
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Can use group by with operations
external.TestBoxTest ‑ QoQBasicTest - QofQ - Query grouping - Can wrap aggregate function in scalar function
external.TestBoxTest ‑ QoQBasicTest - QofQ - can handle column names of different case
external.TestBoxTest ‑ QoQBasicTest - QofQ - check column case with qoq - column case is preserved (mixed)
external.TestBoxTest ‑ QoQBasicTest - QofQ - check column case with qoq - column case is preserved (same)
external.TestBoxTest ‑ QoQCastTest - testcase for LDEV-3522 - Can cast as boolean
external.TestBoxTest ‑ QoQCastTest - testcase for LDEV-3522 - Can cast as date
external.TestBoxTest ‑ QoQCastTest - testcase for LDEV-3522 - Can cast as number
external.TestBoxTest ‑ QoQCastTest - testcase for LDEV-3522 - Can cast as string
external.TestBoxTest ‑ QoQColumnNameTest - src.test.java.external.specs.QoQColumnNameTest - testBooleanAliases
external.TestBoxTest ‑ QoQColumnNameTest - src.test.java.external.specs.QoQColumnNameTest - testBooleanNoAlias
external.TestBoxTest ‑ QoQColumnNameTest - src.test.java.external.specs.QoQColumnNameTest - testNullAliases
external.TestBoxTest ‑ QoQColumnNameTest - src.test.java.external.specs.QoQColumnNameTest - testNullNoAlias
external.TestBoxTest ‑ QoQColumnNameTest - src.test.java.external.specs.QoQColumnNameTest - testQoQunion
external.TestBoxTest ‑ QoQCompatDataTypeTest - QofQ - LDEV-4613 incompatible data type in operation simple join, all upper case sql
external.TestBoxTest ‑ QoQCompatDataTypeTest - QofQ - LDEV-4613 incompatible data type in operation simple join, mixed case sql
external.TestBoxTest ‑ QoQCompatDataTypeTest - QofQ - LDEV-4613 incompatible data type in operation simple join, orig example
external.TestBoxTest ‑ QoQCountStructureTest - Test suite for LDEV-691 - Checking QuQ Count with array data
external.TestBoxTest ‑ QoQCountStructureTest - Test suite for LDEV-691 - Checking QuQ Count with query data
external.TestBoxTest ‑ QoQCountStructureTest - Test suite for LDEV-691 - Checking QuQ Count with structure data
external.TestBoxTest ‑ QoQDistinctEdgeCaseTest - testcase for LDEV-3830 - QoQ distinct rows with dupes in same original result
external.TestBoxTest ‑ QoQDistinctSortTest - testcase for LDEV-3822 - throws exception when using select distinct and ordering by a column not in the select list
external.TestBoxTest ‑ QoQDivideByZeroTest - testcase for LDEV-3735 - Checking QoQ throws on divide by zero
external.TestBoxTest ‑ QoQDivideByZeroTest - testcase for LDEV-3735 - Checking QoQ throws on divide by zero has useful message
external.TestBoxTest ‑ QoQDivideByZeroTest - testcase for LDEV-3735 - Checking QoQ throws on divide by zero with modulus
external.TestBoxTest ‑ QoQDupeSelectTest - testcase for LDEV-3801 - Select the same column twice without error in QoQ ORDER BY again
external.TestBoxTest ‑ QoQDupeSelectTest - testcase for LDEV-3801 - can select the same column twice without error in QoQ ORDER BY
external.TestBoxTest ‑ QoQLists2Test - selecting 2 rows from QoQ - is possible using a hard coded list - of numerics
external.TestBoxTest ‑ QoQLists2Test - selecting 2 rows from QoQ - is possible using a hard coded list - of strings
external.TestBoxTest ‑ QoQLists2Test - selecting 2 rows from QoQ - using param list=true - with QueryExecute - returns expected rows - when using a struct of numeric params
external.TestBoxTest ‑ QoQLists2Test - selecting 2 rows from QoQ - using param list=true - with QueryExecute - returns expected rows - when using a struct of string params
external.TestBoxTest ‑ QoQLists2Test - selecting 2 rows from QoQ - using param list=true - with QueryExecute - returns expected rows - when using an array of numeric params
external.TestBoxTest ‑ QoQLists2Test - selecting 2 rows from QoQ - using param list=true - with QueryExecute - returns expected rows - when using an array of string params
external.TestBoxTest ‑ QoQLists2Test - selecting 2 rows from QoQ - using param list=true - with QueryExecute - returns expected rows - when using numeric params and a custom separator
external.TestBoxTest ‑ QoQLists2Test - selecting 2 rows from QoQ - using param list=true - with query{} ( cfquery ) - returns expected rows - when using numeric params
external.TestBoxTest ‑ QoQLists2Test - selecting 2 rows from QoQ - using param list=true - with query{} ( cfquery ) - returns expected rows - when using numeric params and a custom separator
external.TestBoxTest ‑ QoQLists2Test - selecting 2 rows from QoQ - using param list=true - with query{} ( cfquery ) - returns expected rows - when using string params
external.TestBoxTest ‑ QoQListsTest - selecting 2 rows from QoQ - is possible using a hard coded list - of numerics
external.TestBoxTest ‑ QoQListsTest - selecting 2 rows from QoQ - is possible using a hard coded list - of strings
external.TestBoxTest ‑ QoQListsTest - selecting 2 rows from QoQ - using param list=true - with QueryExecute - when using a struct of numeric params
external.TestBoxTest ‑ QoQListsTest - selecting 2 rows from QoQ - using param list=true - with QueryExecute - when using a struct of string params
external.TestBoxTest ‑ QoQListsTest - selecting 2 rows from QoQ - using param list=true - with QueryExecute - when using an array of numeric params
external.TestBoxTest ‑ QoQListsTest - selecting 2 rows from QoQ - using param list=true - with QueryExecute - when using an array of string params
external.TestBoxTest ‑ QoQListsTest - selecting 2 rows from QoQ - using param list=true - with QueryExecute - when using numeric params and a custom separator
external.TestBoxTest ‑ QoQListsTest - selecting 2 rows from QoQ - using param list=true - with query{} ( cfquery ) - when using numeric params
external.TestBoxTest ‑ QoQListsTest - selecting 2 rows from QoQ - using param list=true - with query{} ( cfquery ) - when using numeric params and a custom separator
external.TestBoxTest ‑ QoQListsTest - selecting 2 rows from QoQ - using param list=true - with query{} ( cfquery ) - when using string params
external.TestBoxTest ‑ QoQMathEmptyStringTest - testcase for LDEV-3736 - Arithmetic addition with empty string in QoQ
external.TestBoxTest ‑ QoQMathEmptyStringTest - testcase for LDEV-3736 - Arithmetic bitwise empty string in QoQ
external.TestBoxTest ‑ QoQMathEmptyStringTest - testcase for LDEV-3736 - Arithmetic division empty string in QoQ
external.TestBoxTest ‑ QoQMathEmptyStringTest - testcase for LDEV-3736 - Arithmetic exponent empty string in QoQ
external.TestBoxTest ‑ QoQMathEmptyStringTest - testcase for LDEV-3736 - Arithmetic modulus empty string in QoQ
external.TestBoxTest ‑ QoQMathEmptyStringTest - testcase for LDEV-3736 - Arithmetic multiplication empty string in QoQ
external.TestBoxTest ‑ QoQMathEmptyStringTest - testcase for LDEV-3736 - Arithmetic subtraction empty string in QoQ
external.TestBoxTest ‑ QoQMathNullTest - testcase for LDEV-3734 - Arithmetic addition with NULL in QoQ
external.TestBoxTest ‑ QoQMathNullTest - testcase for LDEV-3734 - Arithmetic bitwise AND with NULL in QoQ
external.TestBoxTest ‑ QoQMathNullTest - testcase for LDEV-3734 - Arithmetic bitwise NOT with NULL in QoQ
external.TestBoxTest ‑ QoQMathNullTest - testcase for LDEV-3734 - Arithmetic bitwise OR with NULL in QoQ
external.TestBoxTest ‑ QoQMathNullTest - testcase for LDEV-3734 - Arithmetic bitwise XOR with NULL in QoQ
external.TestBoxTest ‑ QoQMathNullTest - testcase for LDEV-3734 - Arithmetic division with NULL in QoQ
external.TestBoxTest ‑ QoQMathNullTest - testcase for LDEV-3734 - Arithmetic exponent with NULL in QoQ
external.TestBoxTest ‑ QoQMathNullTest - testcase for LDEV-3734 - Arithmetic modulus with NULL in QoQ
external.TestBoxTest ‑ QoQMathNullTest - testcase for LDEV-3734 - Arithmetic multiplication with NULL in QoQ
external.TestBoxTest ‑ QoQMathNullTest - testcase for LDEV-3734 - Arithmetic subtraction with NULL in QoQ
external.TestBoxTest ‑ QoQNullGroupingTest - QofQ nulls - Stay null when aggregated
external.TestBoxTest ‑ QoQNullGroupingTest - QofQ nulls - Stay null when grouped
external.TestBoxTest ‑ QoQNullGroupingTest - QofQ nulls - Stay null when unioned
external.TestBoxTest ‑ QoQNullParamTest - QueryExecute - returns NULL when fed in through array named parameter with null=true
external.TestBoxTest ‑ QoQNullParamTest - QueryExecute - returns NULL when fed in through array parameter with null=true
external.TestBoxTest ‑ QoQNullParamTest - QueryExecute - returns NULL when fed in through array parameter with nulls=true
external.TestBoxTest ‑ QoQNullParamTest - QueryExecute - returns NULL when fed in through struct parameter with null=true
external.TestBoxTest ‑ QoQNullParamTest - cfquery in script - returns NULL when fed in through parameter with null=true
external.TestBoxTest ‑ QoQOrderByEdgeCaseTest - testcase for LDEV-3823 - QoQ ORDER BY column named with actual boolean
external.TestBoxTest ‑ QoQOrderByEdgeCaseTest - testcase for LDEV-3823 - QoQ ORDER BY column named with actual number
external.TestBoxTest ‑ QoQOrderByEdgeCaseTest - testcase for LDEV-3823 - QoQ ORDER BY using an ordinal position ORDER BY out of range
external.TestBoxTest ‑ QoQOrderByEdgeCaseTest - testcase for LDEV-3823 - Select the same column twice without error in QoQ ORDER BY using an ordinal position ORDER BY
external.TestBoxTest ‑ QoQSpecialCharsTest - test qoq support with $ - test hsqldb qoq with $ in column name and $ in table name
external.TestBoxTest ‑ QoQSpecialCharsTest - test qoq support with $ - test hsqldb qoq with $ in column name and $ leading table name
external.TestBoxTest ‑ QoQSpecialCharsTest - test qoq support with $ - test hsqldb qoq with $ in column name and _ leading table name
external.TestBoxTest ‑ QoQSpecialCharsTest - test qoq support with $ - test hsqldb qoq with $ in column names 
external.TestBoxTest ‑ QoQSpecialCharsTest - test qoq support with $ - test native qoq column names 
external.TestBoxTest ‑ QoQSpecialCharsTest - test qoq support with $ - test native qoq with $ in column and leading a table name
external.TestBoxTest ‑ QoQSpecialCharsTest - test qoq support with $ - test native qoq with $ in column name and $ inside a table name
external.TestBoxTest ‑ QoQSpecialCharsTest - test qoq support with $ - test native qoq with $ in column name and _ leading a table name
external.TestBoxTest ‑ QoQUnionParamTest - test case for LDEV-2128 - Query of Queries UNION returns correct results without cfqueryparam
external.TestBoxTest ‑ QoQUnionParamTest - test case for LDEV-2128 - Query of Queries UNION returns incorrect results with cfqueryparam
external.TestBoxTest ‑ QoQValidationChecksTest - LDEV-3878 QoQ should not fall back to HSQLDB and throw meaningful errors - should throw for Union with mismatched column counts 
external.TestBoxTest ‑ QoQValidationChecksTest - LDEV-3878 QoQ should not fall back to HSQLDB and throw meaningful errors - should throw for cast missing the type 
external.TestBoxTest ‑ QoQValidationChecksTest - LDEV-3878 QoQ should not fall back to HSQLDB and throw meaningful errors - should throw for divide by zero 
external.TestBoxTest ‑ QoQValidationChecksTest - LDEV-3878 QoQ should not fall back to HSQLDB and throw meaningful errors - should throw for invalid order by ordinal position 
external.TestBoxTest ‑ QoQValidationChecksTest - LDEV-3878 QoQ should not fall back to HSQLDB and throw meaningful errors - should throw for mod zero 
external.TestBoxTest ‑ QoQValidationChecksTest - LDEV-3878 QoQ should not fall back to HSQLDB and throw meaningful errors - should throw for named param value with wrong type
external.TestBoxTest ‑ QoQValidationChecksTest - LDEV-3878 QoQ should not fall back to HSQLDB and throw meaningful errors - should throw for positional param value with wrong type
external.TestBoxTest ‑ QoQValidationChecksTest - LDEV-3878 QoQ should not fall back to HSQLDB and throw meaningful errors - should throw for too many count distinct columns 
external.TestBoxTest ‑ QoQValidationChecksTest - LDEV-3878 QoQ should not fall back to HSQLDB and throw meaningful errors - should throw for too many count() columns 
external.TestBoxTest ‑ QoQValidationChecksTest - LDEV-3878 QoQ should not fall back to HSQLDB and throw meaningful errors - should throw for union with invalid order by
ortus.boxlang.compiler.CFTranspilerTest ‑ Test BIF return value
ortus.boxlang.compiler.CFTranspilerTest ‑ Test BIF return value CF
ortus.boxlang.compiler.CFTranspilerTest ‑ Test BIF return value CF named
ortus.boxlang.compiler.CFTranspilerTest ‑ Test QuotedvalueList() to queryColumnData().toList( delimiter )
ortus.boxlang.compiler.CFTranspilerTest ‑ Test QuotedvalueList() to queryColumnData().toList( delimiter ) array access
ortus.boxlang.compiler.CFTranspilerTest ‑ Test QuotedvalueList() to queryColumnData().toList()
ortus.boxlang.compiler.CFTranspilerTest ‑ Test new component()
ortus.boxlang.compiler.CFTranspilerTest ‑ Test new java()
ortus.boxlang.compiler.CFTranspilerTest ‑ Test valueList() to queryColumnData().toList( delimiter )
ortus.boxlang.compiler.CFTranspilerTest ‑ Test valueList() to queryColumnData().toList( delimiter ) array access
ortus.boxlang.compiler.CFTranspilerTest ‑ Test valueList() to queryColumnData().toList()
ortus.boxlang.compiler.CFTranspilerTest ‑ testBIFReturnValueCFArrayDelete()
ortus.boxlang.compiler.CFTranspilerTest ‑ testBIFReturnValueCFArrayDeleteNamed()
ortus.boxlang.compiler.CFTranspilerTest ‑ testBIFReturnValueCFStructDelete()
ortus.boxlang.compiler.CFTranspilerTest ‑ testBIFReturnValueCFStructDeleteNamed()
ortus.boxlang.compiler.CFTranspilerTest ‑ testUnquotedAttribute()
ortus.boxlang.compiler.CFTranspilerTest ‑ testUnquotedAttribute2()
ortus.boxlang.compiler.CFTranspilerTest ‑ testUnquotedAttribute3()
ortus.boxlang.compiler.CFTranspilerTest ‑ testUnquotedAttribute4()
ortus.boxlang.compiler.CFTranspilerTest ‑ testUnquotedAttributeCF()
ortus.boxlang.compiler.CFTranspilerTest ‑ testUnquotedAttributeCF2()
ortus.boxlang.compiler.CFTranspilerTest ‑ testUnquotedAttributeCF3()
ortus.boxlang.compiler.CFTranspilerTest ‑ testUnquotedAttributeCF4()
ortus.boxlang.compiler.ClassMetadataVisitorTest ‑ testMetadataVisitor()
ortus.boxlang.compiler.ClassMetadataVisitorTest ‑ testMetadataVisitorCF()
ortus.boxlang.compiler.FileTesterTest ‑ Test bddTest
ortus.boxlang.compiler.FileTesterTest ‑ Test hoisting
ortus.boxlang.compiler.FileTesterTest ‑ Test valueList() to queryColumnData().toList()
ortus.boxlang.compiler.LoadPrecompiledTemplateTest ‑ testPrecompiledClass()
ortus.boxlang.compiler.LoadPrecompiledTemplateTest ‑ testPrecompiledTemplate()
ortus.boxlang.compiler.MissingQueryParamVisitorTest ‑ testUnencodedVisitor()
ortus.boxlang.compiler.QoQParseTest ‑ testAggregate()
ortus.boxlang.compiler.QoQParseTest ‑ testAggregateGroup()
ortus.boxlang.compiler.QoQParseTest ‑ testCast()
ortus.boxlang.compiler.QoQParseTest ‑ testDistinct()
ortus.boxlang.compiler.QoQParseTest ‑ testInSubquery()
ortus.boxlang.compiler.QoQParseTest ‑ testInputCase()
ortus.boxlang.compiler.QoQParseTest ‑ testInputCaseNoElse()
ortus.boxlang.compiler.QoQParseTest ‑ testMetadataVisitor()
ortus.boxlang.compiler.QoQParseTest ‑ testNullAggregate()
ortus.boxlang.compiler.QoQParseTest ‑ testRunQoQ()
ortus.boxlang.compiler.QoQParseTest ‑ testRunQoQUnion()
ortus.boxlang.compiler.QoQParseTest ‑ testRunQoQUnion2()
ortus.boxlang.compiler.QoQParseTest ‑ testRunQoQUnionDistinct()
ortus.boxlang.compiler.QoQParseTest ‑ testStandardCase()
ortus.boxlang.compiler.QoQParseTest ‑ testStandardCaseNoElse()
ortus.boxlang.compiler.QoQParseTest ‑ testSubquery()
ortus.boxlang.compiler.QoQParseTest ‑ testSubquery2()
ortus.boxlang.compiler.QoQParseTest ‑ testcustomFunc()
ortus.boxlang.compiler.QoQParseTest ‑ testsdf()
ortus.boxlang.compiler.SourceMapTest ‑ testTemmplateMissingVariable()
ortus.boxlang.compiler.SourceMapTest ‑ testTemmplateMissingVariableInComponent()
ortus.boxlang.compiler.SourceMapTest ‑ testVariableLineNumber()
ortus.boxlang.compiler.TestAST ‑ testBinaryOperation()
ortus.boxlang.compiler.TestArray ‑ arrayLiterals()
ortus.boxlang.compiler.TestClosure ‑ testClosureAsAnonymous()
ortus.boxlang.compiler.TestClosure ‑ testClosureParameters()
ortus.boxlang.compiler.TestClosure ‑ testClosureReturn()
ortus.boxlang.compiler.TestComponentParser ‑ invokeMethod()
ortus.boxlang.compiler.TestExecution ‑ comparison()
ortus.boxlang.compiler.TestExecution ‑ executeFor()
ortus.boxlang.compiler.TestExecution ‑ executeWhile()
ortus.boxlang.compiler.TestExecution ‑ testCastAs()
ortus.boxlang.compiler.TestExecution ‑ testDoWhileLoop()
ortus.boxlang.compiler.TestExecution ‑ testString3()
ortus.boxlang.compiler.TestExecution ‑ testTernary()
ortus.boxlang.compiler.TestLambda ‑ testLambdaParameters()
ortus.boxlang.compiler.TestRecover ‑ testRecover()
ortus.boxlang.compiler.TestRecover ‑ testRecoverBeforeStatement()
ortus.boxlang.compiler.TestRecover ‑ testRecoverComment()
ortus.boxlang.compiler.TestRecover ‑ testRecoverInArgs()
ortus.boxlang.compiler.TestRecover ‑ testRecoverInClass()
ortus.boxlang.compiler.TestRecover ‑ testRecoverInClassBeforeStatment()
ortus.boxlang.compiler.TestRecover ‑ testRecoverInExpression()
ortus.boxlang.compiler.TestRecover ‑ testRecoverInFunction()
ortus.boxlang.compiler.TestRecover ‑ testRecoverInStatement()
ortus.boxlang.compiler.TestUDF ‑ functionDocumentation()
ortus.boxlang.compiler.TestUDF ‑ userDefinedFunction()
ortus.boxlang.compiler.TestUDF ‑ userDefinedFunctionArguments()
ortus.boxlang.compiler.TestUDF ‑ userDefinedFunctionArgumentsAnnotation()
ortus.boxlang.compiler.TestUDF ‑ userDefinedFunctionDocumentation()
ortus.boxlang.compiler.UnencodedVariableOutputVisitorTest ‑ testUnencodedVisitor()
ortus.boxlang.runtime.BoxPilerTest ‑ It will throw a ParseException if the syntax is invalid
ortus.boxlang.runtime.BoxRunnerTest ‑ It can execute a task template
ortus.boxlang.runtime.BoxRunnerTest ‑ It can execute a task template with arguments
ortus.boxlang.runtime.BoxRunnerTest ‑ appCanGreat()
ortus.boxlang.runtime.BoxRuntimeTest ‑ It can add a file extension
ortus.boxlang.runtime.BoxRuntimeTest ‑ It can execute a statement
ortus.boxlang.runtime.BoxRuntimeTest ‑ It can execute a template
ortus.boxlang.runtime.BoxRuntimeTest ‑ It can execute a template URL
ortus.boxlang.runtime.BoxRuntimeTest ‑ It can execute an empty script
ortus.boxlang.runtime.BoxRuntimeTest ‑ It can execute an expression
ortus.boxlang.runtime.BoxRuntimeTest ‑ It can execute more statements
ortus.boxlang.runtime.BoxRuntimeTest ‑ It can execute statements
ortus.boxlang.runtime.BoxRuntimeTest ‑ It can get the default file extensions
ortus.boxlang.runtime.BoxRuntimeTest ‑ It can shutdown
ortus.boxlang.runtime.BoxRuntimeTest ‑ It can startup
ortus.boxlang.runtime.async.executors.BoxScheduledExecutorTest ‑ It can create the scheduled executor
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest ‑ It can create the scheduled task with the right timezone
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest ‑ can be disabled
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest ‑ can have truth based restrictions using when()
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$LifeCycleMethods ‑ can call after
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$LifeCycleMethods ‑ can call before
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$LifeCycleMethods ‑ can call onFailure
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$LifeCycleMethods ‑ can call onTaskSuccess
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$LifeCycleMethods ‑ can register tasks with no overlaps
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleConstraints ‑ can have a day of the month constraint
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleConstraints ‑ can have a day of the week constraint
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleConstraints ‑ can have a last business day of the month constraint
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleConstraints ‑ can have a startOn constraints
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleConstraints ‑ can have a truth value constraint
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleConstraints ‑ can have a weekday constraint
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleConstraints ‑ can have a weekend constraint
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleConstraints ‑ can have an endOn constraints
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequenciesWithConstraints ‑ Can register to fire on fridays
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequenciesWithConstraints ‑ Can register to fire on mondays
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequenciesWithConstraints ‑ Can register to fire on saturdays
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequenciesWithConstraints ‑ Can register to fire on sundays
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequenciesWithConstraints ‑ Can register to fire on thursdays
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequenciesWithConstraints ‑ Can register to fire on tuesdays
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequenciesWithConstraints ‑ Can register to fire on wednesdays
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequenciesWithConstraints ‑ can register to fire onFirstBusinessDayOfTheMonth()
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequenciesWithConstraints ‑ can register to fire onLastBusinessDayOfTheMonth()
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequenciesWithConstraints ‑ can register to fire onWeekdays()
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequenciesWithConstraints ‑ can register to fire onWeekends()
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ Test for DAYS
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ Test for HOURS
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ Test for MICROSECONDS
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ Test for MILLISECONDS
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ Test for MINUTES
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ Test for NANOSECONDS
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ Test for SECONDS
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ can register everyDay()
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ can register everyDayAt()
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ can register everyHour()
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ can register everyHourAt()
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ can register everyMonth()
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ can register everyMonthOn()
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ can register everyWeek()
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ can register everyWeekOn()
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ can register everyYear()
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ can register everyYearOn()
ortus.boxlang.runtime.async.tasks.ScheduledTaskTest$MultipleFrequencyEveryMethods ‑ can register using everyMinute()
ortus.boxlang.runtime.async.tasks.SchedulerTest ‑ It can create the scheduler
ortus.boxlang.runtime.async.tasks.SchedulerTest ‑ It can register a new task with a group and get it's record
ortus.boxlang.runtime.async.tasks.SchedulerTest ‑ It can register a new task with no group and get it's record
ortus.boxlang.runtime.async.tasks.SchedulerTest ‑ It can register and run a task with life-cycle methods
ortus.boxlang.runtime.async.tasks.SchedulerTest ‑ It can set a new timezone
ortus.boxlang.runtime.async.tasks.SchedulerTest ‑ It can throw an exception on getting a bogus task
ortus.boxlang.runtime.async.tasks.SchedulerTest ‑ can remove a task
ortus.boxlang.runtime.async.tasks.SchedulerTest ‑ can throw can exception on removing a bogus task
ortus.boxlang.runtime.async.time.DateTimeHelperTest ‑ Testing dateTimeAdd method
ortus.boxlang.runtime.bifs.global.array.ArrayAppendTest ‑ It can append a single value even when the merge flag is true
ortus.boxlang.runtime.bifs.global.array.ArrayAppendTest ‑ It can append another array
ortus.boxlang.runtime.bifs.global.array.ArrayAppendTest ‑ It should increase the size of the array
ortus.boxlang.runtime.bifs.global.array.ArrayAppendTest ‑ It should place the item at the end of the array
ortus.boxlang.runtime.bifs.global.array.ArrayAvgTest ‑ It can average
ortus.boxlang.runtime.bifs.global.array.ArrayAvgTest ‑ It can average member
ortus.boxlang.runtime.bifs.global.array.ArrayClearTest ‑ It can clear native array
ortus.boxlang.runtime.bifs.global.array.ArrayClearTest ‑ It can clear the array
ortus.boxlang.runtime.bifs.global.array.ArrayClearTest ‑ It can clear the array member
ortus.boxlang.runtime.bifs.global.array.ArrayContainsNoCaseTest ‑ Can now search with a function
ortus.boxlang.runtime.bifs.global.array.ArrayContainsNoCaseTest ‑ It can search
ortus.boxlang.runtime.bifs.global.array.ArrayContainsNoCaseTest ‑ It can search member
ortus.boxlang.runtime.bifs.global.array.ArrayContainsTest ‑ Can find a substring
ortus.boxlang.runtime.bifs.global.array.ArrayContainsTest ‑ Can find a substring with case-insensitivity
ortus.boxlang.runtime.bifs.global.array.ArrayContainsTest ‑ Can now search with a function
ortus.boxlang.runtime.bifs.global.array.ArrayContainsTest ‑ It can search
ortus.boxlang.runtime.bifs.global.array.ArrayContainsTest ‑ It can search member
ortus.boxlang.runtime.bifs.global.array.ArrayDeleteAtTest ‑ It can delete at
ortus.boxlang.runtime.bifs.global.array.ArrayDeleteAtTest ‑ It can delete at member
ortus.boxlang.runtime.bifs.global.array.ArrayDeleteNoCaseTest ‑ It can delete member no case
ortus.boxlang.runtime.bifs.global.array.ArrayDeleteNoCaseTest ‑ It can delete no case
ortus.boxlang.runtime.bifs.global.array.ArrayDeleteNoCaseTest ‑ It can delete no case with scope arguments
ortus.boxlang.runtime.bifs.global.array.ArrayDeleteTest ‑ It can delete
ortus.boxlang.runtime.bifs.global.array.ArrayDeleteTest ‑ It can delete member
ortus.boxlang.runtime.bifs.global.array.ArrayDeleteTest ‑ It can delete with scope arguments
ortus.boxlang.runtime.bifs.global.array.ArrayEachTest ‑ It should allow you to call it as a member function
ortus.boxlang.runtime.bifs.global.array.ArrayEachTest ‑ It should use the provided udf over the array
ortus.boxlang.runtime.bifs.global.array.ArrayEachTest ‑ It tests defensive coding when the original array is modified
ortus.boxlang.runtime.bifs.global.array.ArrayEveryTest ‑ It should allow you to call it as a member function
ortus.boxlang.runtime.bifs.global.array.ArrayEveryTest ‑ It should return early when it his a false condition
ortus.boxlang.runtime.bifs.global.array.ArrayEveryTest ‑ It should run the UDF over every element as long as they return true
ortus.boxlang.runtime.bifs.global.array.ArrayFilterTest ‑ It is fault tolerant of a mutation to the original array
ortus.boxlang.runtime.bifs.global.array.ArrayFilterTest ‑ It should allow you to call it as a member function
ortus.boxlang.runtime.bifs.global.array.ArrayFilterTest ‑ It should execute the filter in parallel - a specified max threads
ortus.boxlang.runtime.bifs.global.array.ArrayFilterTest ‑ It should execute the filter in parallel - with the default max threads
ortus.boxlang.runtime.bifs.global.array.ArrayFilterTest ‑ It should remove values that the UDF returns false for
ortus.boxlang.runtime.bifs.global.array.ArrayFilterTest ‑ It should use the provided udf over the array
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllNoCaseTest ‑ It should find all matches
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllNoCaseTest ‑ It should find strings in a case insensitive manner
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllNoCaseTest ‑ It should match arrays
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllNoCaseTest ‑ It should match doubles
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllNoCaseTest ‑ It should match every number variation when compared with a boolean
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllNoCaseTest ‑ It should match every number variation when compared with a double
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllNoCaseTest ‑ It should match every number variation when compared with a string boolean
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllNoCaseTest ‑ It should match every number variation when compared with a string double
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllNoCaseTest ‑ It should match every number variation when compared with a string int
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllNoCaseTest ‑ It should match every number variation when compared with an int
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllNoCaseTest ‑ It should match every number variation when compared with yes
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllNoCaseTest ‑ It should match numbers
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllNoCaseTest ‑ It should match numbers and strings
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllNoCaseTest ‑ It should match structs
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllNoCaseTest ‑ It should match using a provided UDF
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should allow for truthy return
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should find all matches
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should find strings in a case insensitive manner when using nocase
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should find strings in a case sensitive manner
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should match arrays
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should match doubles
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should match every number variation when compared with a boolean
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should match every number variation when compared with a double
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should match every number variation when compared with a string boolean
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should match every number variation when compared with a string double
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should match every number variation when compared with a string int
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should match every number variation when compared with an int
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should match every number variation when compared with yes
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should match numbers
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should match numbers and strings
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should match structs
ortus.boxlang.runtime.bifs.global.array.ArrayFindAllTest ‑ It should match using a provided UDF
ortus.boxlang.runtime.bifs.global.array.ArrayFindTest ‑ Function can be Java functional interface
ortus.boxlang.runtime.bifs.global.array.ArrayFindTest ‑ It can't cast closure to string
ortus.boxlang.runtime.bifs.global.array.ArrayFindTest ‑ It should find strings in a case insensitive manner when using nocase
ortus.boxlang.runtime.bifs.global.array.ArrayFindTest ‑ It should find strings in a case sensitive manner
ortus.boxlang.runtime.bifs.global.array.ArrayFindTest ‑ It should find strings using a closure to match
ortus.boxlang.runtime.bifs.global.array.ArrayFindTest ‑ It should find strings using a lambda to match
ortus.boxlang.runtime.bifs.global.array.ArrayFindTest ‑ It should find using a closure returning a boolean
ortus.boxlang.runtime.bifs.global.array.ArrayFindTest ‑ It should match doubles
ortus.boxlang.runtime.bifs.global.array.ArrayFindTest ‑ It should match numbers
ortus.boxlang.runtime.bifs.global.array.ArrayFindTest ‑ It should match numbers and strings
ortus.boxlang.runtime.bifs.global.array.ArrayFirstTest ‑ It can get first
ortus.boxlang.runtime.bifs.global.array.ArrayFirstTest ‑ It can get first member
ortus.boxlang.runtime.bifs.global.array.ArrayGetMetadataTest ‑ It should be invocable as a member function
ortus.boxlang.runtime.bifs.global.array.ArrayGetMetadataTest ‑ It should return a struct containing information about the array
ortus.boxlang.runtime.bifs.global.array.ArrayIndexExistsTest ‑ It should be aliased as ArrayIsDefined
ortus.boxlang.runtime.bifs.global.array.ArrayIndexExistsTest ‑ It should be invocable as a member function
ortus.boxlang.runtime.bifs.global.array.ArrayIndexExistsTest ‑ It should be invocable as a member function using the isDefined alias
ortus.boxlang.runtime.bifs.global.array.ArrayIndexExistsTest ‑ It should return false if the index is 0
ortus.boxlang.runtime.bifs.global.array.ArrayIndexExistsTest ‑ It should return false if the index is a null value
ortus.boxlang.runtime.bifs.global.array.ArrayIndexExistsTest ‑ It should return false if the index is greater than the length of the array
ortus.boxlang.runtime.bifs.global.array.ArrayIndexExistsTest ‑ It should return false if the index is negative
ortus.boxlang.runtime.bifs.global.array.ArrayIndexExistsTest ‑ It should return true if the index has a value
ortus.boxlang.runtime.bifs.global.array.ArrayInsertAtTest ‑ It can get insert at
ortus.boxlang.runtime.bifs.global.array.ArrayInsertAtTest ‑ It can insert at
ortus.boxlang.runtime.bifs.global.array.ArrayIsEmptyTest ‑ It should be invocable as a member function
ortus.boxlang.runtime.bifs.global.array.ArrayIsEmptyTest ‑ It should return false if the array has at least one element
ortus.boxlang.runtime.bifs.global.array.ArrayIsEmptyTest ‑ It should return true if the array has no elements
ortus.boxlang.runtime.bifs.global.array.ArrayLastTest ‑ It can get last
ortus.boxlang.runtime.bifs.global.array.ArrayLastTest ‑ It can get last member
ortus.boxlang.runtime.bifs.global.array.ArrayMapTest ‑ It should be invocable as a member function
ortus.boxlang.runtime.bifs.global.array.ArrayMapTest ‑ It should not skip null indexes
ortus.boxlang.runtime.bifs.global.array.ArrayMapTest ‑ It should return a new array of the same length
ortus.boxlang.runtime.bifs.global.array.ArrayMapTest ‑ It should return a new array of transformed values
ortus.boxlang.runtime.bifs.global.array.ArrayMaxTest ‑ It can get max
ortus.boxlang.runtime.bifs.global.array.ArrayMaxTest ‑ It can get max member
ortus.boxlang.runtime.bifs.global.array.ArrayMedianTest ‑ It can get the median
ortus.boxlang.runtime.bifs.global.array.ArrayMedianTest ‑ It should allow member invocation
ortus.boxlang.runtime.bifs.global.array.ArrayMedianTest ‑ It should get the median of an even length array
ortus.boxlang.runtime.bifs.global.array.ArrayMedianTest ‑ It should get the median of an odd length array
ortus.boxlang.runtime.bifs.global.array.ArrayMedianTest ‑ It should handle unsorted arrays
ortus.boxlang.runtime.bifs.global.array.ArrayMedianTest ‑ It should throw an error for non-numeric values
ortus.boxlang.runtime.bifs.global.array.ArrayMergeTest ‑ It can merge two arrays
ortus.boxlang.runtime.bifs.global.array.ArrayMergeTest ‑ It should allow member invocation
ortus.boxlang.runtime.bifs.global.array.ArrayMergeTest ‑ It should not mutate the inputs
ortus.boxlang.runtime.bifs.global.array.ArrayMergeTest ‑ It should preserve indexes when the leaveIndex flag is set
ortus.boxlang.runtime.bifs.global.array.ArrayMergeTest ‑ It should preserve indexes when the leaveIndex flag is set and the second array is longer
ortus.boxlang.runtime.bifs.global.array.ArrayMinTest ‑ It can get min
ortus.boxlang.runtime.bifs.global.array.ArrayMinTest ‑ It can get min member
ortus.boxlang.runtime.bifs.global.array.ArrayNewTest ‑ It can create new
ortus.boxlang.runtime.bifs.global.array.ArrayPopTest ‑ It be invoked as a member function
ortus.boxlang.runtime.bifs.global.array.ArrayPopTest ‑ It can pop an item off the array
ortus.boxlang.runtime.bifs.global.array.ArrayPopTest ‑ It can return a default value
ortus.boxlang.runtime.bifs.global.array.ArrayPrependTest ‑ It should increase the size of the array
ortus.boxlang.runtime.bifs.global.array.ArrayPrependTest ‑ It should place the item at the start of the array
ortus.boxlang.runtime.bifs.global.array.ArrayPushTest ‑ It can be invoked as a member function
ortus.boxlang.runtime.bifs.global.array.ArrayPushTest ‑ It can push a new element onto the end of the array
ortus.boxlang.runtime.bifs.global.array.ArrayPushTest ‑ It returns the new size of the array
ortus.boxlang.runtime.bifs.global.array.ArrayRangeTest ‑ It should create ranges
ortus.boxlang.runtime.bifs.global.array.ArrayReduceRightTest ‑ It should handle complex objects being used as the accumulator
ortus.boxlang.runtime.bifs.global.array.ArrayReduceRightTest ‑ It should use the provided udf over the array
ortus.boxlang.runtime.bifs.global.array.ArrayReduceTest ‑ Is fault tolerant to a mutation in the original array
ortus.boxlang.runtime.bifs.global.array.ArrayReduceTest ‑ It should handle complex objects being used as the accumulator
ortus.boxlang.runtime.bifs.global.array.ArrayReduceTest ‑ It should use the provided arrow function over the array
ortus.boxlang.runtime.bifs.global.array.ArrayReduceTest ‑ It should use the provided udf over the array
ortus.boxlang.runtime.bifs.global.array.ArrayResizeTest ‑ It should allow member invocation
ortus.boxlang.runtime.bifs.global.array.ArrayResizeTest ‑ It should grow an array using nulls
ortus.boxlang.runtime.bifs.global.array.ArrayResizeTest ‑ It should not grow an array that is already bigger than the provided size
ortus.boxlang.runtime.bifs.global.array.ArrayReverseTest ‑ It should not mutate the original array
ortus.boxlang.runtime.bifs.global.array.ArrayReverseTest ‑ It should reverse the array
ortus.boxlang.runtime.bifs.global.array.ArrayReverseTest ‑ It tests the member function for ArrayReverse
ortus.boxlang.runtime.bifs.global.array.ArraySetTest ‑ It should allow you to invoke it as a member function
ortus.boxlang.runtime.bifs.global.array.ArraySetTest ‑ It should set the values in the array
ortus.boxlang.runtime.bifs.global.array.ArraySetTest ‑ It should work on an empty array
ortus.boxlang.runtime.bifs.global.array.ArrayShiftTest ‑ It tests the member function for ArrayShift
ortus.boxlang.runtime.bifs.global.array.ArrayShiftTest ‑ It will change the size of the array
ortus.boxlang.runtime.bifs.global.array.ArrayShiftTest ‑ It will remove the first element
ortus.boxlang.runtime.bifs.global.array.ArrayShiftTest ‑ It will return a default value if provided on an empty array
ortus.boxlang.runtime.bifs.global.array.ArrayShiftTest ‑ It will shift the elements to the left
ortus.boxlang.runtime.bifs.global.array.ArraySliceTest ‑ Can handle a length that is greater than the array length
ortus.boxlang.runtime.bifs.global.array.ArraySliceTest ‑ It should accept a negative offset

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

6287 tests found (test 3610 to 4244)

There are 6287 tests, see "Raw output" for the list of tests 3610 to 4244.
Raw output
ortus.boxlang.runtime.bifs.global.array.ArraySliceTest ‑ It should accept a negative start
ortus.boxlang.runtime.bifs.global.array.ArraySliceTest ‑ It should accept a negative start and negative offset
ortus.boxlang.runtime.bifs.global.array.ArraySliceTest ‑ It should return a sublist starting from start and including start + offset
ortus.boxlang.runtime.bifs.global.array.ArraySliceTest ‑ It should return a sublist starting from start and including the whole array
ortus.boxlang.runtime.bifs.global.array.ArraySomeTest ‑ It should allow you to call it as a member function
ortus.boxlang.runtime.bifs.global.array.ArraySomeTest ‑ It should return false if none of the values match
ortus.boxlang.runtime.bifs.global.array.ArraySomeTest ‑ It should run the UDF over the array until one returns true
ortus.boxlang.runtime.bifs.global.array.ArraySortTest ‑ It should allow member invocation
ortus.boxlang.runtime.bifs.global.array.ArraySortTest ‑ It should handle international characters in the sort correctly
ortus.boxlang.runtime.bifs.global.array.ArraySortTest ‑ It should run the UDF over the array until one returns true
ortus.boxlang.runtime.bifs.global.array.ArraySortTest ‑ It should sort based on a function
ortus.boxlang.runtime.bifs.global.array.ArraySortTest ‑ It should sort numbers ascending
ortus.boxlang.runtime.bifs.global.array.ArraySortTest ‑ It should sort numbers descending
ortus.boxlang.runtime.bifs.global.array.ArraySortTest ‑ It should sort string numbers textually
ortus.boxlang.runtime.bifs.global.array.ArraySortTest ‑ It should sort text ascending
ortus.boxlang.runtime.bifs.global.array.ArraySortTest ‑ It should sort text case sensitively ascending
ortus.boxlang.runtime.bifs.global.array.ArraySortTest ‑ It should sort text case sensitively descending
ortus.boxlang.runtime.bifs.global.array.ArraySortTest ‑ It should sort text descending
ortus.boxlang.runtime.bifs.global.array.ArraySortTest ‑ It should sort textnocase ascending
ortus.boxlang.runtime.bifs.global.array.ArraySortTest ‑ It should sort textnocase descending
ortus.boxlang.runtime.bifs.global.array.ArraySpliceTest ‑ It should allow member invocation
ortus.boxlang.runtime.bifs.global.array.ArraySpliceTest ‑ It should handle negative indexes
ortus.boxlang.runtime.bifs.global.array.ArraySpliceTest ‑ It should handle negative indexes greater than the size
ortus.boxlang.runtime.bifs.global.array.ArraySpliceTest ‑ It should insert the specified elements
ortus.boxlang.runtime.bifs.global.array.ArraySpliceTest ‑ It should remove the specified elements
ortus.boxlang.runtime.bifs.global.array.ArraySumTest ‑ It can average
ortus.boxlang.runtime.bifs.global.array.ArraySumTest ‑ It can average member
ortus.boxlang.runtime.bifs.global.array.ArraySwapTest ‑ It can be invoked as a member function
ortus.boxlang.runtime.bifs.global.array.ArraySwapTest ‑ It can swapt two values
ortus.boxlang.runtime.bifs.global.array.ArrayToListTest ‑ It should allow you to call it as a member function
ortus.boxlang.runtime.bifs.global.array.ArrayToListTest ‑ It should allow you to call it as a member function using the name join
ortus.boxlang.runtime.bifs.global.array.ArrayToListTest ‑ It should cast nulls to empty strings
ortus.boxlang.runtime.bifs.global.array.ArrayToListTest ‑ It should concat the values as a string
ortus.boxlang.runtime.bifs.global.array.ArrayToListTest ‑ It should let you set the delimiter
ortus.boxlang.runtime.bifs.global.array.ArrayToListTest ‑ It should preserve empty delimiters
ortus.boxlang.runtime.bifs.global.array.ArrayToStructTest ‑ It should allow invocation as a member function
ortus.boxlang.runtime.bifs.global.array.ArrayToStructTest ‑ It should return a struct
ortus.boxlang.runtime.bifs.global.array.ArrayUnshiftTest ‑ It should allow you to call it as a member function
ortus.boxlang.runtime.bifs.global.array.ArrayUnshiftTest ‑ It should grow the array
ortus.boxlang.runtime.bifs.global.array.ArrayUnshiftTest ‑ It should return the new size
ortus.boxlang.runtime.bifs.global.array.ArrayUnshiftTest ‑ It should set the first element to the new value
ortus.boxlang.runtime.bifs.global.async.FutureNewTest ‑ Complete exceptionally with my message
ortus.boxlang.runtime.bifs.global.async.FutureNewTest ‑ Complete on timeout override
ortus.boxlang.runtime.bifs.global.async.FutureNewTest ‑ Create an complete future
ortus.boxlang.runtime.bifs.global.async.FutureNewTest ‑ Create an complete future with a lambda
ortus.boxlang.runtime.bifs.global.async.FutureNewTest ‑ Create an incomplete future
ortus.boxlang.runtime.bifs.global.async.FutureNewTest ‑ Get with a value and a timeout in default milliseconds
ortus.boxlang.runtime.bifs.global.async.FutureNewTest ‑ Get with a value if absent
ortus.boxlang.runtime.bifs.global.async.FutureNewTest ‑ Join with a value if absent
ortus.boxlang.runtime.bifs.global.async.FutureNewTest ‑ Use the orTimeout with a default timeout
ortus.boxlang.runtime.bifs.global.async.FutureNewTest ‑ use exceptionally
ortus.boxlang.runtime.bifs.global.async.FutureNewTest ‑ use the onError() alias for exceptionally
ortus.boxlang.runtime.bifs.global.async.FutureNewTest ‑ use then
ortus.boxlang.runtime.bifs.global.async.RunAsyncTest ‑ Complete exceptionally with my message
ortus.boxlang.runtime.bifs.global.async.RunAsyncTest ‑ Complete on timeout override
ortus.boxlang.runtime.bifs.global.async.RunAsyncTest ‑ Create an complete future with a lambda
ortus.boxlang.runtime.bifs.global.async.RunAsyncTest ‑ Get with a value and a timeout in default milliseconds
ortus.boxlang.runtime.bifs.global.async.RunAsyncTest ‑ Get with a value if absent
ortus.boxlang.runtime.bifs.global.async.RunAsyncTest ‑ Join with a value if absent
ortus.boxlang.runtime.bifs.global.async.RunAsyncTest ‑ Use the orTimeout with a default timeout
ortus.boxlang.runtime.bifs.global.async.RunAsyncTest ‑ use exceptionally
ortus.boxlang.runtime.bifs.global.async.RunAsyncTest ‑ use the onError() alias for exceptionally
ortus.boxlang.runtime.bifs.global.async.RunAsyncTest ‑ use then
ortus.boxlang.runtime.bifs.global.async.ThreadJoinTest ‑ It can join all threads
ortus.boxlang.runtime.bifs.global.async.ThreadJoinTest ‑ It can join thread no timeout
ortus.boxlang.runtime.bifs.global.async.ThreadJoinTest ‑ It can join thread zero timeout
ortus.boxlang.runtime.bifs.global.async.ThreadNewTest ‑ It can start a thread using the threadNew() bif
ortus.boxlang.runtime.bifs.global.async.ThreadTerminateTest ‑ Can stop a thread
ortus.boxlang.runtime.bifs.global.async.isInThreadTest ‑ It can verify you are in a thread
ortus.boxlang.runtime.bifs.global.async.isInThreadTest ‑ It can verify you are not in a thread
ortus.boxlang.runtime.bifs.global.binary.BinaryDecodeTest ‑ It tests the BIF BinaryDecode
ortus.boxlang.runtime.bifs.global.binary.BinaryDecodeTest ‑ It tests the member function for BinaryDecode
ortus.boxlang.runtime.bifs.global.binary.BinaryDecodeTest ‑ It tests the member function for BinaryDecode with invalid padding
ortus.boxlang.runtime.bifs.global.binary.BinaryEncodeTest ‑ It tests the BIF BinaryEncode
ortus.boxlang.runtime.bifs.global.binary.BinaryEncodeTest ‑ It tests the BIF BinaryEncode a variety of transformations
ortus.boxlang.runtime.bifs.global.binary.BitAndTest ‑ Bitwise AND operation with large integers
ortus.boxlang.runtime.bifs.global.binary.BitAndTest ‑ Bitwise AND operation with negative integers
ortus.boxlang.runtime.bifs.global.binary.BitAndTest ‑ Bitwise AND operation with positive integers
ortus.boxlang.runtime.bifs.global.binary.BitAndTest ‑ Bitwise AND operation with zero
ortus.boxlang.runtime.bifs.global.binary.BitMaskClearTest ‑ Bitwise Mask Clear operation with invalid length
ortus.boxlang.runtime.bifs.global.binary.BitMaskClearTest ‑ Bitwise Mask Clear operation with invalid start
ortus.boxlang.runtime.bifs.global.binary.BitMaskClearTest ‑ Bitwise Mask Clear operation with large integers
ortus.boxlang.runtime.bifs.global.binary.BitMaskClearTest ‑ Bitwise Mask Clear operation with negative integers
ortus.boxlang.runtime.bifs.global.binary.BitMaskClearTest ‑ Bitwise Mask Clear operation with positive integers
ortus.boxlang.runtime.bifs.global.binary.BitMaskClearTest ‑ Bitwise Mask Clear operation with zero
ortus.boxlang.runtime.bifs.global.binary.BitMaskReadTest ‑ Bitwise Mask Read operation with invalid length
ortus.boxlang.runtime.bifs.global.binary.BitMaskReadTest ‑ Bitwise Mask Read operation with invalid start
ortus.boxlang.runtime.bifs.global.binary.BitMaskReadTest ‑ Bitwise Mask Read operation with large integers
ortus.boxlang.runtime.bifs.global.binary.BitMaskReadTest ‑ Bitwise Mask Read operation with negative integers
ortus.boxlang.runtime.bifs.global.binary.BitMaskReadTest ‑ Bitwise Mask Read operation with positive integers
ortus.boxlang.runtime.bifs.global.binary.BitMaskReadTest ‑ Bitwise Mask Read operation with zero
ortus.boxlang.runtime.bifs.global.binary.BitMaskSetTest ‑ Bitwise Mask Set operation with invalid length
ortus.boxlang.runtime.bifs.global.binary.BitMaskSetTest ‑ Bitwise Mask Set operation with invalid start
ortus.boxlang.runtime.bifs.global.binary.BitMaskSetTest ‑ Bitwise Mask Set operation with large integers
ortus.boxlang.runtime.bifs.global.binary.BitMaskSetTest ‑ Bitwise Mask Set operation with negative integers
ortus.boxlang.runtime.bifs.global.binary.BitMaskSetTest ‑ Bitwise Mask Set operation with positive integers
ortus.boxlang.runtime.bifs.global.binary.BitMaskSetTest ‑ Bitwise Mask Set operation with zero
ortus.boxlang.runtime.bifs.global.binary.BitNotTest ‑ Bitwise NOT operation with negative integers
ortus.boxlang.runtime.bifs.global.binary.BitNotTest ‑ Bitwise NOT operation with positive integers
ortus.boxlang.runtime.bifs.global.binary.BitOrTest ‑ Bitwise OR operation with large integers
ortus.boxlang.runtime.bifs.global.binary.BitOrTest ‑ Bitwise OR operation with negative integers
ortus.boxlang.runtime.bifs.global.binary.BitOrTest ‑ Bitwise OR operation with positive integers
ortus.boxlang.runtime.bifs.global.binary.BitOrTest ‑ Bitwise OR operation with zero
ortus.boxlang.runtime.bifs.global.binary.BitShTest ‑ Bitwise shift-left operation with large integers
ortus.boxlang.runtime.bifs.global.binary.BitShTest ‑ Bitwise shift-left operation with negative integers
ortus.boxlang.runtime.bifs.global.binary.BitShTest ‑ Bitwise shift-left operation with positive integers
ortus.boxlang.runtime.bifs.global.binary.BitShTest ‑ Bitwise shift-left operation with zero
ortus.boxlang.runtime.bifs.global.binary.BitShTest ‑ Bitwise shift-right operation with large integers
ortus.boxlang.runtime.bifs.global.binary.BitShTest ‑ Bitwise shift-right operation with negative integers
ortus.boxlang.runtime.bifs.global.binary.BitShTest ‑ Bitwise shift-right operation with positive integers
ortus.boxlang.runtime.bifs.global.binary.BitShTest ‑ Bitwise shift-right operation with zero
ortus.boxlang.runtime.bifs.global.binary.BitXorTest ‑ Bitwise XOR operation with negative integers
ortus.boxlang.runtime.bifs.global.binary.BitXorTest ‑ Bitwise XOR operation with positive integers
ortus.boxlang.runtime.bifs.global.cache.CacheFilterTest ‑ It can get a named cache
ortus.boxlang.runtime.bifs.global.cache.CacheFilterTest ‑ It can get the default cache
ortus.boxlang.runtime.bifs.global.cache.CacheNamesTest ‑ It can get the registered caches
ortus.boxlang.runtime.bifs.global.cache.CacheProvidersTest ‑ It can get the registered custom cache providers
ortus.boxlang.runtime.bifs.global.cache.CacheTest ‑ It can get a named cache
ortus.boxlang.runtime.bifs.global.cache.CacheTest ‑ It can get the default cache
ortus.boxlang.runtime.bifs.global.conversion.JSONDeserializeTest ‑ It can deserialize a array
ortus.boxlang.runtime.bifs.global.conversion.JSONDeserializeTest ‑ It can deserialize a boolean
ortus.boxlang.runtime.bifs.global.conversion.JSONDeserializeTest ‑ It can deserialize a number
ortus.boxlang.runtime.bifs.global.conversion.JSONDeserializeTest ‑ It can deserialize a query serialized as columns
ortus.boxlang.runtime.bifs.global.conversion.JSONDeserializeTest ‑ It can deserialize a query serialized as row
ortus.boxlang.runtime.bifs.global.conversion.JSONDeserializeTest ‑ It can deserialize a string
ortus.boxlang.runtime.bifs.global.conversion.JSONDeserializeTest ‑ It can deserialize a string using a member function
ortus.boxlang.runtime.bifs.global.conversion.JSONDeserializeTest ‑ It can deserialize a struct
ortus.boxlang.runtime.bifs.global.conversion.JSONDeserializeTest ‑ It can deserialize null
ortus.boxlang.runtime.bifs.global.conversion.JSONDeserializeTest ‑ It can deserialize valid JSON with escape characters and a BOM
ortus.boxlang.runtime.bifs.global.conversion.JSONDeserializeTest ‑ It can use the custom deserializers
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can handle recursion of Java List
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can handle recursion of Java Map
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can handle recursion of arrays
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can handle recursion of structs
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a BoxLang DateTime
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a array
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a array Member
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a boolean
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a boolean Member
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a boxlang class
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a boxlang class using the `toJson()` convention
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a boxlang function
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a list Member
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a non-serializable class as a basic return
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a number
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a number Member
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a query Member
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a query as array of structs
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a query as column
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a query as row
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a string
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a string Member
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a struct
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize a struct Member
ortus.boxlang.runtime.bifs.global.conversion.JSONSerializeTest ‑ It can serialize null
ortus.boxlang.runtime.bifs.global.conversion.ParseNumberTest ‑ It tests the BIF LSParseNumber still works
ortus.boxlang.runtime.bifs.global.conversion.ParseNumberTest ‑ It tests the BIF ParseNumber in locale context
ortus.boxlang.runtime.bifs.global.conversion.ParseNumberTest ‑ It tests the BIF ParseNumber with Radix values
ortus.boxlang.runtime.bifs.global.conversion.ToBase64Test ‑ testCanEncodeBytes()
ortus.boxlang.runtime.bifs.global.conversion.ToBase64Test ‑ testCanEncodeString()
ortus.boxlang.runtime.bifs.global.conversion.ToBinaryTest ‑ testCanConvertBytes()
ortus.boxlang.runtime.bifs.global.conversion.ToBinaryTest ‑ testCanConvertString()
ortus.boxlang.runtime.bifs.global.conversion.ToModifiableTest ‑ It can turn Unmodifiable arrays to Modifiable
ortus.boxlang.runtime.bifs.global.conversion.ToModifiableTest ‑ It can turn Unmodifiable structs to Modifiable
ortus.boxlang.runtime.bifs.global.conversion.ToNumericTest ‑ testCanCanOctalValueAsNumber()
ortus.boxlang.runtime.bifs.global.conversion.ToNumericTest ‑ testCanCastBinaryValueAsNumber()
ortus.boxlang.runtime.bifs.global.conversion.ToNumericTest ‑ testCanCastDecValueAsNumber()
ortus.boxlang.runtime.bifs.global.conversion.ToNumericTest ‑ testCanCastDoubleAsNumber()
ortus.boxlang.runtime.bifs.global.conversion.ToNumericTest ‑ testCanCastHexValueAsNumber()
ortus.boxlang.runtime.bifs.global.conversion.ToNumericTest ‑ testCanCastStringAsNumber()
ortus.boxlang.runtime.bifs.global.conversion.ToScriptTest ‑ testCanScriptArrays()
ortus.boxlang.runtime.bifs.global.conversion.ToScriptTest ‑ testCanScriptDate()
ortus.boxlang.runtime.bifs.global.conversion.ToScriptTest ‑ testCanScriptNumbers()
ortus.boxlang.runtime.bifs.global.conversion.ToScriptTest ‑ testCanScriptQuery()
ortus.boxlang.runtime.bifs.global.conversion.ToScriptTest ‑ testCanScriptStrings()
ortus.boxlang.runtime.bifs.global.conversion.ToScriptTest ‑ testCanScriptStruct()
ortus.boxlang.runtime.bifs.global.conversion.ToStringTest ‑ It can do a member method on a String
ortus.boxlang.runtime.bifs.global.conversion.ToStringTest ‑ It can turn XML into string
ortus.boxlang.runtime.bifs.global.conversion.ToStringTest ‑ It can turn anything into string
ortus.boxlang.runtime.bifs.global.conversion.ToStringTest ‑ It can turn array into string
ortus.boxlang.runtime.bifs.global.conversion.ToStringTest ‑ It can turn bytes into string
ortus.boxlang.runtime.bifs.global.conversion.ToStringTest ‑ It can turn bytes into string with encoding
ortus.boxlang.runtime.bifs.global.conversion.ToStringTest ‑ It can turn date
ortus.boxlang.runtime.bifs.global.conversion.ToStringTest ‑ It can turn null into string
ortus.boxlang.runtime.bifs.global.conversion.ToStringTest ‑ It can turn number into string
ortus.boxlang.runtime.bifs.global.conversion.ToStringTest ‑ It can turn string into string
ortus.boxlang.runtime.bifs.global.conversion.ToStringTest ‑ It can turn struct into string
ortus.boxlang.runtime.bifs.global.conversion.ToStringTest ‑ It formats doubles when casting them to strings
ortus.boxlang.runtime.bifs.global.conversion.ToUnmodifiableTest ‑ It can turn arrays to Unmodifiable
ortus.boxlang.runtime.bifs.global.conversion.ToUnmodifiableTest ‑ It can turn structs to Unmodifiable
ortus.boxlang.runtime.bifs.global.decision.IsArrayTest ‑ It detects a simple array
ortus.boxlang.runtime.bifs.global.decision.IsArrayTest ‑ It returns false for non-arrays
ortus.boxlang.runtime.bifs.global.decision.IsArrayTest ‑ It supports the dimension argument
ortus.boxlang.runtime.bifs.global.decision.IsBinaryTest ‑ It detects binary values
ortus.boxlang.runtime.bifs.global.decision.IsBinaryTest ‑ It returns false for non-binary values
ortus.boxlang.runtime.bifs.global.decision.IsBooleanTest ‑ It detects boolean values
ortus.boxlang.runtime.bifs.global.decision.IsBooleanTest ‑ It returns false for non-boolean values
ortus.boxlang.runtime.bifs.global.decision.IsClosureTest ‑ It detects closures
ortus.boxlang.runtime.bifs.global.decision.IsClosureTest ‑ It returns false for non-closure values
ortus.boxlang.runtime.bifs.global.decision.IsCustomFunctionTest ‑ It detects custom functions
ortus.boxlang.runtime.bifs.global.decision.IsCustomFunctionTest ‑ It returns false for non-custom functions
ortus.boxlang.runtime.bifs.global.decision.IsCustomFunctionTest ‑ It supports Lucee's type parameter
ortus.boxlang.runtime.bifs.global.decision.IsCustomFunctionTest ‑ It validates the type parameter
ortus.boxlang.runtime.bifs.global.decision.IsDateObjectTest ‑ It detects date objects
ortus.boxlang.runtime.bifs.global.decision.IsDateObjectTest ‑ It returns false for non-date objects
ortus.boxlang.runtime.bifs.global.decision.IsDateTest ‑ It detects date objects returned from date functions
ortus.boxlang.runtime.bifs.global.decision.IsDateTest ‑ It detects date parseable values
ortus.boxlang.runtime.bifs.global.decision.IsDateTest ‑ It returns false for date-like values which are not valid dates
ortus.boxlang.runtime.bifs.global.decision.IsDateTest ‑ It returns false for non-date values
ortus.boxlang.runtime.bifs.global.decision.IsDateTest ‑ It tests for numeric dates
ortus.boxlang.runtime.bifs.global.decision.IsDateTest ‑ It tests the BIF IsDate returns false if the date is from another locale
ortus.boxlang.runtime.bifs.global.decision.IsDateTest ‑ It tests the BIF IsDate returns false with an invalid date
ortus.boxlang.runtime.bifs.global.decision.IsDateTest ‑ It tests the BIF IsDate using a localized russian format
ortus.boxlang.runtime.bifs.global.decision.IsDateTest ‑ It tests the BIF IsDate using a localized, Spanish long-form format
ortus.boxlang.runtime.bifs.global.decision.IsDateTest ‑ It tests the BIF IsDate using traditional chinese format
ortus.boxlang.runtime.bifs.global.decision.IsDateTest ‑ It tests the BIF IsDate will return false an invalid timezone
ortus.boxlang.runtime.bifs.global.decision.IsDateTest ‑ It tests the BIF IsDate with a common Javascript Date.toString output
ortus.boxlang.runtime.bifs.global.decision.IsDateTest ‑ It tests the BIF IsDate with a full ISO including offset and locale argument
ortus.boxlang.runtime.bifs.global.decision.IsDebugModeTest ‑ It detects debug mode
ortus.boxlang.runtime.bifs.global.decision.IsDefinedTest ‑ It returns false for non-existing variables
ortus.boxlang.runtime.bifs.global.decision.IsDefinedTest ‑ It returns true for existing variables
ortus.boxlang.runtime.bifs.global.decision.IsEmptyTest ‑ It detects empty values
ortus.boxlang.runtime.bifs.global.decision.IsEmptyTest ‑ It returns false for non-empty values
ortus.boxlang.runtime.bifs.global.decision.IsEmptyTest ‑ arrayMemberFunction()
ortus.boxlang.runtime.bifs.global.decision.IsEmptyTest ‑ stringMemberFunction()
ortus.boxlang.runtime.bifs.global.decision.IsEmptyTest ‑ structMemberFunction()
ortus.boxlang.runtime.bifs.global.decision.IsEmptyTest ‑ testOnQueryObjects()
ortus.boxlang.runtime.bifs.global.decision.IsFileObjectTest ‑ It detects file objects
ortus.boxlang.runtime.bifs.global.decision.IsFileObjectTest ‑ It detects non-file objects
ortus.boxlang.runtime.bifs.global.decision.IsIPv6Test ‑ It returns false for non-loopback IP addresses or strings
ortus.boxlang.runtime.bifs.global.decision.IsIPv6Test ‑ It throws on non-string values
ortus.boxlang.runtime.bifs.global.decision.IsIPv6Test ‑ testTrueConditions()
ortus.boxlang.runtime.bifs.global.decision.IsJSONTest ‑ It detects JSON values
ortus.boxlang.runtime.bifs.global.decision.IsJSONTest ‑ It returns false for non-JSON values
ortus.boxlang.runtime.bifs.global.decision.IsJSONTest ‑ It will return true when reading a JSON file with a BOM and escape characters
ortus.boxlang.runtime.bifs.global.decision.IsLeapYearTest ‑ It detects leap years
ortus.boxlang.runtime.bifs.global.decision.IsLeapYearTest ‑ It returns false for non-leap years
ortus.boxlang.runtime.bifs.global.decision.IsLeapYearTest ‑ It throws on non-numeric values
ortus.boxlang.runtime.bifs.global.decision.IsLeapYearTest ‑ testCenturyTurns()
ortus.boxlang.runtime.bifs.global.decision.IsLocalhostTest ‑ It detects loopback IP addresses
ortus.boxlang.runtime.bifs.global.decision.IsLocalhostTest ‑ It returns false for non-loopback IP addresses or strings
ortus.boxlang.runtime.bifs.global.decision.IsLocalhostTest ‑ It throws on non-string values
ortus.boxlang.runtime.bifs.global.decision.IsNullTest ‑ It detects null values
ortus.boxlang.runtime.bifs.global.decision.IsNullTest ‑ It returns false for non-null values
ortus.boxlang.runtime.bifs.global.decision.IsNullTest ‑ It works with nullValue()
ortus.boxlang.runtime.bifs.global.decision.IsNumericDateTest ‑ It detects binary values
ortus.boxlang.runtime.bifs.global.decision.IsNumericDateTest ‑ It returns false for non-binary values
ortus.boxlang.runtime.bifs.global.decision.IsNumericTest ‑ It detects numeric values
ortus.boxlang.runtime.bifs.global.decision.IsNumericTest ‑ It returns false for booleans
ortus.boxlang.runtime.bifs.global.decision.IsNumericTest ‑ It returns false for non-numeric values, including non-string values like a struct
ortus.boxlang.runtime.bifs.global.decision.IsNumericTest ‑ It tests a date
ortus.boxlang.runtime.bifs.global.decision.IsNumericTest ‑ It tests that a space thousands separator is not valid in UK locale
ortus.boxlang.runtime.bifs.global.decision.IsNumericTest ‑ It tests the BIF IsNumeric with locale arguments
ortus.boxlang.runtime.bifs.global.decision.IsNumericTest ‑ It will return false for a boolean value
ortus.boxlang.runtime.bifs.global.decision.IsObjectTest ‑ testFalseConditions()
ortus.boxlang.runtime.bifs.global.decision.IsObjectTest ‑ testTrueConditions()
ortus.boxlang.runtime.bifs.global.decision.IsQueryTest ‑ It detects query values
ortus.boxlang.runtime.bifs.global.decision.IsQueryTest ‑ It returns false for non-query values
ortus.boxlang.runtime.bifs.global.decision.IsSimpleValueTest ‑ It detects simple values
ortus.boxlang.runtime.bifs.global.decision.IsSimpleValueTest ‑ It returns false for non-simple values
ortus.boxlang.runtime.bifs.global.decision.IsStructTest ‑ It detects non-struct values
ortus.boxlang.runtime.bifs.global.decision.IsStructTest ‑ It detects struct values
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on Arrays
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on Binaries
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on Numerics
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on Querys
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on Regexs
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on Strings
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on Structs
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on URLs
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on UUIDs
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on any
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on booleans
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on closures
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on components
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on creditcards
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on custom functions
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on dates
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on emails
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on floats
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on guids
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on integers
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on lambdas
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on ranges
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on regular_expressions
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on social_security_numbers
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on ssns
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on telephones
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on times
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on usdates
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on variablenames
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on xmls
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It works on zipcodes
ortus.boxlang.runtime.bifs.global.decision.IsXMLAttributeTest ‑ It works attribute Node
ortus.boxlang.runtime.bifs.global.decision.IsXMLAttributeTest ‑ It works on Document
ortus.boxlang.runtime.bifs.global.decision.IsXMLAttributeTest ‑ It works on Element
ortus.boxlang.runtime.bifs.global.decision.IsXMLAttributeTest ‑ It works on Non-XML var
ortus.boxlang.runtime.bifs.global.decision.IsXMLAttributeTest ‑ It works on root node
ortus.boxlang.runtime.bifs.global.decision.IsXMLDocTest ‑ It works Random Node
ortus.boxlang.runtime.bifs.global.decision.IsXMLDocTest ‑ It works on Document
ortus.boxlang.runtime.bifs.global.decision.IsXMLDocTest ‑ It works on Element
ortus.boxlang.runtime.bifs.global.decision.IsXMLDocTest ‑ It works on Non-XML var
ortus.boxlang.runtime.bifs.global.decision.IsXMLDocTest ‑ It works on String
ortus.boxlang.runtime.bifs.global.decision.IsXMLDocTest ‑ It works on root node
ortus.boxlang.runtime.bifs.global.decision.IsXMLElemTest ‑ It works Random Node
ortus.boxlang.runtime.bifs.global.decision.IsXMLElemTest ‑ It works on Document
ortus.boxlang.runtime.bifs.global.decision.IsXMLElemTest ‑ It works on Element
ortus.boxlang.runtime.bifs.global.decision.IsXMLElemTest ‑ It works on Non-XML var
ortus.boxlang.runtime.bifs.global.decision.IsXMLElemTest ‑ It works on root node
ortus.boxlang.runtime.bifs.global.decision.IsXMLNodeTest ‑ It works Random Node
ortus.boxlang.runtime.bifs.global.decision.IsXMLNodeTest ‑ It works on Document
ortus.boxlang.runtime.bifs.global.decision.IsXMLNodeTest ‑ It works on Element
ortus.boxlang.runtime.bifs.global.decision.IsXMLNodeTest ‑ It works on Non-XML var
ortus.boxlang.runtime.bifs.global.decision.IsXMLNodeTest ‑ It works on root node
ortus.boxlang.runtime.bifs.global.decision.IsXMLRootTest ‑ It works Random Node
ortus.boxlang.runtime.bifs.global.decision.IsXMLRootTest ‑ It works on Document
ortus.boxlang.runtime.bifs.global.decision.IsXMLRootTest ‑ It works on Element
ortus.boxlang.runtime.bifs.global.decision.IsXMLRootTest ‑ It works on Non-XML var
ortus.boxlang.runtime.bifs.global.decision.IsXMLRootTest ‑ It works on root node
ortus.boxlang.runtime.bifs.global.decision.IsXMLTest ‑ It rejects invalid XML
ortus.boxlang.runtime.bifs.global.decision.IsXMLTest ‑ It works on more valid XML
ortus.boxlang.runtime.bifs.global.decision.IsXMLTest ‑ It works on valid XML
ortus.boxlang.runtime.bifs.global.encryption.DecryptTest ‑ It tests the BIF Decrypt
ortus.boxlang.runtime.bifs.global.encryption.EncryptTest ‑ It tests that backward compat is maintained
ortus.boxlang.runtime.bifs.global.encryption.EncryptTest ‑ It tests the BIF Encrypt
ortus.boxlang.runtime.bifs.global.encryption.GenerateSecretKeyTest ‑ It tests the BIF GenerateSecretKey
ortus.boxlang.runtime.bifs.global.encryption.HashTest ‑ It tests that an invalid algorithm will throw an error
ortus.boxlang.runtime.bifs.global.encryption.HashTest ‑ It tests the BIF Hash on a array
ortus.boxlang.runtime.bifs.global.encryption.HashTest ‑ It tests the BIF Hash on a string
ortus.boxlang.runtime.bifs.global.encryption.HashTest ‑ It tests the BIF Hash on a string with a different algorithm
ortus.boxlang.runtime.bifs.global.encryption.HashTest ‑ It tests the BIF Hash on a string with a number of iterations
ortus.boxlang.runtime.bifs.global.encryption.HashTest ‑ It tests the BIF Hash on a string with an encoding
ortus.boxlang.runtime.bifs.global.encryption.HashTest ‑ It tests the BIF Hash on a struct
ortus.boxlang.runtime.bifs.global.encryption.HashTest ‑ It tests the BIF Hash40 on a string
ortus.boxlang.runtime.bifs.global.encryption.HashTest ‑ It tests the String.hash member function
ortus.boxlang.runtime.bifs.global.encryption.HashTest ‑ It will provide a consistent output and handle iterations correctly
ortus.boxlang.runtime.bifs.global.encryption.HashTest ‑ Tests quick hash algorithm
ortus.boxlang.runtime.bifs.global.encryption.HmacTest ‑ It tests that an invalid algorithm will throw an error
ortus.boxlang.runtime.bifs.global.encryption.HmacTest ‑ It tests the BIF Hmac on a string
ortus.boxlang.runtime.bifs.global.encryption.HmacTest ‑ It tests the BIF Hmac on a struct
ortus.boxlang.runtime.bifs.global.encryption.HmacTest ‑ It tests the BIF Hmac on an array
ortus.boxlang.runtime.bifs.global.encryption.HmacTest ‑ It tests the BIF Hmac with an algorithm
ortus.boxlang.runtime.bifs.global.encryption.HmacTest ‑ It tests the BIF Hmac with encoding
ortus.boxlang.runtime.bifs.global.encryption.HmacTest ‑ It tests the Hmac string member function
ortus.boxlang.runtime.bifs.global.format.BooleanFormatTest ‑ It tests the BIF BooleanFormat
ortus.boxlang.runtime.bifs.global.format.BooleanFormatTest ‑ It tests the BooleanFormat Member function on a numeric
ortus.boxlang.runtime.bifs.global.format.BooleanFormatTest ‑ It tests the BooleanFormat Member function on a string
ortus.boxlang.runtime.bifs.global.format.DecimalFormatTest ‑ It tests that an an invalid input will throw an error
ortus.boxlang.runtime.bifs.global.format.DecimalFormatTest ‑ It tests that an optional length will increase the number of decimal places
ortus.boxlang.runtime.bifs.global.format.DecimalFormatTest ‑ It tests the BIF DecimalFormat
ortus.boxlang.runtime.bifs.global.format.DecimalFormatTest ‑ It tests the BIF will always provide at least two decimal places
ortus.boxlang.runtime.bifs.global.format.DecimalFormatTest ‑ It tests the BIF will truncate to two decimal places
ortus.boxlang.runtime.bifs.global.format.DecimalFormatTest ‑ It tests the Member function Numeric.DecimalFormat
ortus.boxlang.runtime.bifs.global.format.NumberFormatTest ‑ It tests the BIF LSNumberFormat localized masks
ortus.boxlang.runtime.bifs.global.format.NumberFormatTest ‑ It tests the BIF LSNumberFormat will not add leading zeroes to int < 10
ortus.boxlang.runtime.bifs.global.format.NumberFormatTest ‑ It tests the BIF LSNumberFormat with default mask and locale
ortus.boxlang.runtime.bifs.global.format.NumberFormatTest ‑ It tests the BIF LSNumberFormat with number format placeholder and locale
ortus.boxlang.runtime.bifs.global.format.NumberFormatTest ‑ It tests the BIF NumberFormat with common format masks
ortus.boxlang.runtime.bifs.global.format.NumberFormatTest ‑ It tests the BIF NumberFormat with justification masks
ortus.boxlang.runtime.bifs.global.format.NumberFormatTest ‑ It tests the BIF NumberFormat with no mask
ortus.boxlang.runtime.bifs.global.format.NumberFormatTest ‑ It tests the BIF NumberFormat with number format placeholder Masks
ortus.boxlang.runtime.bifs.global.format.NumberFormatTest ‑ It tests will throw an error with an unparseable date
ortus.boxlang.runtime.bifs.global.i18n.CurrencyFormatTest ‑ It tests the BIF CurrencyFormat EURO
ortus.boxlang.runtime.bifs.global.i18n.CurrencyFormatTest ‑ It tests the BIF CurrencyFormat USD
ortus.boxlang.runtime.bifs.global.i18n.CurrencyFormatTest ‑ It tests the BIF CurrencyFormat Yen
ortus.boxlang.runtime.bifs.global.i18n.CurrencyFormatTest ‑ It tests the BIF CurrencyFormat will error with an invalid type
ortus.boxlang.runtime.bifs.global.i18n.CurrencyFormatTest ‑ It tests the BIF LSCurrencyFormat still works
ortus.boxlang.runtime.bifs.global.i18n.CurrencyFormatTest ‑ It tests the Numeric.CurrencyFormat member function
ortus.boxlang.runtime.bifs.global.i18n.GetLocaleDisplayNameTest ‑ It tests the BIF GetLocaleDisplayName
ortus.boxlang.runtime.bifs.global.i18n.GetLocaleDisplayNameTest ‑ It tests the BIF GetLocaleDisplayName with no arguments
ortus.boxlang.runtime.bifs.global.i18n.GetLocaleDisplayNameTest ‑ It tests the BIF GetLocaleDisplayName with only dspLocale arg
ortus.boxlang.runtime.bifs.global.i18n.GetLocaleDisplayNameTest ‑ It tests the BIF GetLocaleDisplayName with only locale arg
ortus.boxlang.runtime.bifs.global.i18n.GetLocaleInfoTest ‑ It tests the BIF GetLocaleInfo
ortus.boxlang.runtime.bifs.global.i18n.GetLocaleInfoTest ‑ It tests the BIF GetLocaleInfo with Chinese Display Language
ortus.boxlang.runtime.bifs.global.i18n.GetLocaleInfoTest ‑ It tests the BIF GetLocaleInfo with German Display Language
ortus.boxlang.runtime.bifs.global.i18n.GetLocaleInfoTest ‑ It tests the BIF GetLocaleInfo with no args
ortus.boxlang.runtime.bifs.global.i18n.GetLocaleTest ‑ It tests the BIF GetLocale will find a known alias
ortus.boxlang.runtime.bifs.global.i18n.GetLocaleTest ‑ It tests the BIF GetLocale will return `Language (Country)` without a known alias
ortus.boxlang.runtime.bifs.global.i18n.IsCurrencyTest ‑ It tests the BIF IsCurrency
ortus.boxlang.runtime.bifs.global.i18n.IsCurrencyTest ‑ It tests the BIF IsCurrency with formats generated by LSCurrencyFormat
ortus.boxlang.runtime.bifs.global.i18n.ParseCurrencyTest ‑ It tests the BIF LSParseCurrency
ortus.boxlang.runtime.bifs.global.i18n.ParseCurrencyTest ‑ It tests the BIF ParseCurrency
ortus.boxlang.runtime.bifs.global.i18n.SetLocaleTest ‑ It can set the locale, test it, and then clear it
ortus.boxlang.runtime.bifs.global.i18n.SetLocaleTest ‑ It tests the BIF SetLocale
ortus.boxlang.runtime.bifs.global.i18n.SetLocaleTest ‑ It tests the BIF SetLocale on a common locale
ortus.boxlang.runtime.bifs.global.i18n.SetLocaleTest ‑ It tests the BIF SetLocale on an aliased locale
ortus.boxlang.runtime.bifs.global.i18n.SetLocaleTest ‑ It tests the BIF SetLocale will throw an error on an invalid locale
ortus.boxlang.runtime.bifs.global.io.ContractPathTest ‑ testContractPath()
ortus.boxlang.runtime.bifs.global.io.CreateTempDirectoryTest ‑ It can create a temp directory with a directory passed
ortus.boxlang.runtime.bifs.global.io.CreateTempDirectoryTest ‑ It can create a temp directory with a directory passed and a prefix
ortus.boxlang.runtime.bifs.global.io.CreateTempDirectoryTest ‑ It can create a temp directory with all defaults
ortus.boxlang.runtime.bifs.global.io.CreateTempFileTest ‑ It can create a temp file with a directory passed
ortus.boxlang.runtime.bifs.global.io.CreateTempFileTest ‑ It can create a temp file with a directory passed and a prefix
ortus.boxlang.runtime.bifs.global.io.CreateTempFileTest ‑ It can create a temp file with a directory passed and a prefix and a suffix
ortus.boxlang.runtime.bifs.global.io.CreateTempFileTest ‑ It can create a temp file with all defaults
ortus.boxlang.runtime.bifs.global.io.DirectoryCopyTest ‑ It tests the BIF DirectoryCopy with Filter
ortus.boxlang.runtime.bifs.global.io.DirectoryCopyTest ‑ It tests the BIF DirectoryCopy with Recursion
ortus.boxlang.runtime.bifs.global.io.DirectoryCopyTest ‑ It tests the BIF DirectoryCopy without Recursion
ortus.boxlang.runtime.bifs.global.io.DirectoryCreateTest ‑ It tests the BIF DirectoryCreate defaults will not throw an error if ignoreExists is true
ortus.boxlang.runtime.bifs.global.io.DirectoryCreateTest ‑ It tests the BIF DirectoryCreate defaults will throw an error if the directory exists
ortus.boxlang.runtime.bifs.global.io.DirectoryCreateTest ‑ It tests the BIF DirectoryCreate will throw an error if createPath is false
ortus.boxlang.runtime.bifs.global.io.DirectoryCreateTest ‑ It tests the BIF DirectoryCreate with the defaults
ortus.boxlang.runtime.bifs.global.io.DirectoryDeleteTest ‑ It tests the BIF DirectoryDelete
ortus.boxlang.runtime.bifs.global.io.DirectoryDeleteTest ‑ It tests the BIF DirectoryDelete without a recursive arg
ortus.boxlang.runtime.bifs.global.io.DirectoryExistsTest ‑ It ignores invalid paths
ortus.boxlang.runtime.bifs.global.io.DirectoryExistsTest ‑ It tests the BIF DirectoryExists on a file
ortus.boxlang.runtime.bifs.global.io.DirectoryExistsTest ‑ It tests the BIF DirectoryExists on a non-existent directory
ortus.boxlang.runtime.bifs.global.io.DirectoryExistsTest ‑ It tests the BIF DirectoryExists on an existing directory
ortus.boxlang.runtime.bifs.global.io.DirectoryListTest ‑ It returns empty results for non-existent path, no error
ortus.boxlang.runtime.bifs.global.io.DirectoryListTest ‑ It tests the BIF DirectoryList with a filter closure
ortus.boxlang.runtime.bifs.global.io.DirectoryListTest ‑ It tests the BIF DirectoryList with a filter string
ortus.boxlang.runtime.bifs.global.io.DirectoryListTest ‑ It tests the BIF DirectoryList with a listInfo of names
ortus.boxlang.runtime.bifs.global.io.DirectoryListTest ‑ It tests the BIF DirectoryList with a listInfo of query
ortus.boxlang.runtime.bifs.global.io.DirectoryListTest ‑ It tests the BIF DirectoryList with a multiple glob patterns
ortus.boxlang.runtime.bifs.global.io.DirectoryListTest ‑ It tests the BIF DirectoryList with a sort option
ortus.boxlang.runtime.bifs.global.io.DirectoryListTest ‑ It tests the BIF DirectoryList with a type option
ortus.boxlang.runtime.bifs.global.io.DirectoryListTest ‑ It tests the BIF DirectoryList with the default arguments
ortus.boxlang.runtime.bifs.global.io.DirectoryListTest ‑ It tests the BIF DirectoryList with the recursive option
ortus.boxlang.runtime.bifs.global.io.DirectoryMoveTest ‑ It tests the BIF DirectoryMove
ortus.boxlang.runtime.bifs.global.io.DirectoryMoveTest ‑ It tests the BIF DirectoryMove with an existing target directory
ortus.boxlang.runtime.bifs.global.io.DirectoryMoveTest ‑ It tests the BIF DirectoryMove with false createPaths
ortus.boxlang.runtime.bifs.global.io.DirectoryMoveTest ‑ It tests the BIF DirectoryRename
ortus.boxlang.runtime.bifs.global.io.ExpandPathTest ‑ testAbsolutePath()
ortus.boxlang.runtime.bifs.global.io.ExpandPathTest ‑ testCanonicalize()
ortus.boxlang.runtime.bifs.global.io.ExpandPathTest ‑ testFSCase()
ortus.boxlang.runtime.bifs.global.io.ExpandPathTest ‑ testInvalidWindowsPath()
ortus.boxlang.runtime.bifs.global.io.ExpandPathTest ‑ testMapping()
ortus.boxlang.runtime.bifs.global.io.ExpandPathTest ‑ testMappingInterceptor()
ortus.boxlang.runtime.bifs.global.io.ExpandPathTest ‑ testRelative()
ortus.boxlang.runtime.bifs.global.io.ExpandPathTest ‑ testRelativeRootPath()
ortus.boxlang.runtime.bifs.global.io.ExpandPathTest ‑ testRelativeRootPathNoLeadingSlash()
ortus.boxlang.runtime.bifs.global.io.ExpandPathTest ‑ testSingleSlash()
ortus.boxlang.runtime.bifs.global.io.ExpandPathTest ‑ testTrailingSlash()
ortus.boxlang.runtime.bifs.global.io.FileAppendTest ‑ It tests the BIF FileAppend on a file object
ortus.boxlang.runtime.bifs.global.io.FileAppendTest ‑ It tests the BIF FileAppend on an existing file object opened in append mode
ortus.boxlang.runtime.bifs.global.io.FileAppendTest ‑ It tests the BIF FileAppend with a string path
ortus.boxlang.runtime.bifs.global.io.FileCloseTest ‑ It tests the BIF FileOpen with a read stream
ortus.boxlang.runtime.bifs.global.io.FileCloseTest ‑ It tests the BIF FileOpen with a write stream
ortus.boxlang.runtime.bifs.global.io.FileCloseTest ‑ It the bif FileClose with an invalid file
ortus.boxlang.runtime.bifs.global.io.FileCopyTest ‑ It tests that file copy error with createPath set to false
ortus.boxlang.runtime.bifs.global.io.FileCopyTest ‑ It tests the BIF FileCopy
ortus.boxlang.runtime.bifs.global.io.FileCopyTest ‑ It tests the BIF FileCopy security
ortus.boxlang.runtime.bifs.global.io.FileCopyTest ‑ It tests the BIF FileCopy will create the nested destinatioin paths by default
ortus.boxlang.runtime.bifs.global.io.FileDeleteTest ‑ It tests the BIF FileDelete
ortus.boxlang.runtime.bifs.global.io.FileExistsTest ‑ It ignores invalid paths
ortus.boxlang.runtime.bifs.global.io.FileExistsTest ‑ It tests the BIF FileExists on a directory
ortus.boxlang.runtime.bifs.global.io.FileExistsTest ‑ It tests the BIF FileExists on a non-existent file
ortus.boxlang.runtime.bifs.global.io.FileExistsTest ‑ It tests the BIF FileExists on an existing file
ortus.boxlang.runtime.bifs.global.io.FileExistsTest ‑ It tests the BIF FileExists on an invalid directory
ortus.boxlang.runtime.bifs.global.io.FileGetMimeTypeTest ‑ It can obtain the mimetype of a text file
ortus.boxlang.runtime.bifs.global.io.FileGetMimeTypeTest ‑ It tests the ability to guess the mimetype of a non-existent file
ortus.boxlang.runtime.bifs.global.io.FileGetMimeTypeTest ‑ It tests the ability to read a binary file
ortus.boxlang.runtime.bifs.global.io.FileGetMimeTypeTest ‑ It will throw an error on a non-existent file when the strict arg is true
ortus.boxlang.runtime.bifs.global.io.FileGetMimeTypeTest ‑ It will throw an error on a zero-length file when the strict arg is true
ortus.boxlang.runtime.bifs.global.io.FileInfoTest ‑ It tests the BIF FileInfo
ortus.boxlang.runtime.bifs.global.io.FileInfoTest ‑ It tests the BIF FileInfo on a directory
ortus.boxlang.runtime.bifs.global.io.FileInfoTest ‑ It tests the BIF GetFileInfo
ortus.boxlang.runtime.bifs.global.io.FileInfoTest ‑ It tests the File.info member function
ortus.boxlang.runtime.bifs.global.io.FileIsEOFTest ‑ It tests the BIF FileISEOF with a read stream
ortus.boxlang.runtime.bifs.global.io.FileIsEOFTest ‑ It tests the BIF FileISEOF with a write stream
ortus.boxlang.runtime.bifs.global.io.FileMoveTest ‑ It tests the BIF FileMove
ortus.boxlang.runtime.bifs.global.io.FileMoveTest ‑ It tests the BIF FileMove security
ortus.boxlang.runtime.bifs.global.io.FileOpenTest ‑ It tests the BIF FileOpen in read mode with a non-existent file
ortus.boxlang.runtime.bifs.global.io.FileOpenTest ‑ It tests the BIF FileOpen with an invalid charset
ortus.boxlang.runtime.bifs.global.io.FileOpenTest ‑ It tests the BIF FileOpen with charset arguments
ortus.boxlang.runtime.bifs.global.io.FileOpenTest ‑ It tests the BIF FileOpen with default arguments
ortus.boxlang.runtime.bifs.global.io.FileOpenTest ‑ It tests the BIF FileOpen with readBinary mode
ortus.boxlang.runtime.bifs.global.io.FileOpenTest ‑ It tests the BIF FileOpen with write mode
ortus.boxlang.runtime.bifs.global.io.FileReadLineTest ‑ It tests FileReadLine will throw an error on a write file object
ortus.boxlang.runtime.bifs.global.io.FileReadLineTest ‑ It tests the BIF FileReadLine
ortus.boxlang.runtime.bifs.global.io.FileReadLineTest ‑ It tests the Member function File.readLine
ortus.boxlang.runtime.bifs.global.io.FileReadTest ‑ It tests the ability to read a URL binary file
ortus.boxlang.runtime.bifs.global.io.FileReadTest ‑ It tests the ability to read a URL text file
ortus.boxlang.runtime.bifs.global.io.FileReadTest ‑ It tests the ability to read a binary file
ortus.boxlang.runtime.bifs.global.io.FileReadTest ‑ It tests the ability to read a text file
ortus.boxlang.runtime.bifs.global.io.FileReadTest ‑ It tests the ability to read a text file with a buffersize arg
ortus.boxlang.runtime.bifs.global.io.FileReadTest ‑ It tests the ability to read a text file with a charset and buffersize arg
ortus.boxlang.runtime.bifs.global.io.FileReadTest ‑ It tests the ability to read a text file with a charset arg
ortus.boxlang.runtime.bifs.global.io.FileSeekTest ‑ It tests the BIF File.skipBytes member function
ortus.boxlang.runtime.bifs.global.io.FileSeekTest ‑ It tests the BIF FileSeek
ortus.boxlang.runtime.bifs.global.io.FileSeekTest ‑ It tests the BIF FileSeek after two seeks
ortus.boxlang.runtime.bifs.global.io.FileSeekTest ‑ It tests the BIF FileSkipBytes
ortus.boxlang.runtime.bifs.global.io.FileSeekTest ‑ It tests the File.seek member function
ortus.boxlang.runtime.bifs.global.io.FileSetAccessModeTest ‑ It tests that an invalid mode will throw an error
ortus.boxlang.runtime.bifs.global.io.FileSetAccessModeTest ‑ It tests the File.setAccessMode member function
ortus.boxlang.runtime.bifs.global.io.FileSetAccessModeTest ‑ It tests the ability to set the access mode on a file object
ortus.boxlang.runtime.bifs.global.io.FileSetAccessModeTest ‑ It tests the ability to set the access mode on a file with a path
ortus.boxlang.runtime.bifs.global.io.FileSetAttributeTest ‑ It tests ability to set or ignore the 'archive' attribute
ortus.boxlang.runtime.bifs.global.io.FileSetAttributeTest ‑ It tests ability to set or ignore the 'hidden' attribute
ortus.boxlang.runtime.bifs.global.io.FileSetAttributeTest ‑ It tests ability to set or ignore the 'system' attribute
ortus.boxlang.runtime.bifs.global.io.FileSetAttributeTest ‑ It tests that an invalid attribute will throw an error
ortus.boxlang.runtime.bifs.global.io.FileSetAttributeTest ‑ It tests the File.setAttribute member function
ortus.boxlang.runtime.bifs.global.io.FileSetAttributeTest ‑ It tests the ability to restore the default permissions
ortus.boxlang.runtime.bifs.global.io.FileSetAttributeTest ‑ It tests the ability to set the access mode on a file with a path
ortus.boxlang.runtime.bifs.global.io.FileSetAttributeTest ‑ It tests the ability to set the attribute on a file object
ortus.boxlang.runtime.bifs.global.io.FileSetLastModifiedTest ‑ It tests the ability to set the modified time on a file object
ortus.boxlang.runtime.bifs.global.io.FileSetLastModifiedTest ‑ It tests the ability to set the modified time on a file with a path
ortus.boxlang.runtime.bifs.global.io.FileWriteLineTest ‑ It tests the BIF FileWriteLine on a file object
ortus.boxlang.runtime.bifs.global.io.FileWriteLineTest ‑ It tests the BIF FileWriteLine on a file object with an offset
ortus.boxlang.runtime.bifs.global.io.FileWriteLineTest ‑ It tests the BIF FileWriteLine on an existing file object opened in append mode
ortus.boxlang.runtime.bifs.global.io.FileWriteLineTest ‑ It tests the BIF FileWriteLine with a string path
ortus.boxlang.runtime.bifs.global.io.FileWriteTest ‑ It tests the ability to create the nested directories to a file
ortus.boxlang.runtime.bifs.global.io.FileWriteTest ‑ It tests the ability to write a binary file
ortus.boxlang.runtime.bifs.global.io.FileWriteTest ‑ It tests the ability to write a text file with non string data
ortus.boxlang.runtime.bifs.global.io.FileWriteTest ‑ It tests the ability to write a text file with the a specified charset
ortus.boxlang.runtime.bifs.global.io.FileWriteTest ‑ It tests the ability to write a text file with the default charset and ensure options
ortus.boxlang.runtime.bifs.global.io.GetCanonicalPathTest ‑ It ignores invalid paths
ortus.boxlang.runtime.bifs.global.io.GetCanonicalPathTest ‑ It tests the BIF GetCanonicalPath
ortus.boxlang.runtime.bifs.global.io.GetDirectoryFromPathTest ‑ It tests the BIF GetDirectoryFromPath
ortus.boxlang.runtime.bifs.global.jdbc.IsInTransactionTest ‑ It detects a surrounding transaction
ortus.boxlang.runtime.bifs.global.jdbc.IsInTransactionTest ‑ It detects no surrounding transaction
ortus.boxlang.runtime.bifs.global.jdbc.PreserveSingleQuotesTest ‑ testEntireSQLInterpolatedScript()
ortus.boxlang.runtime.bifs.global.jdbc.PreserveSingleQuotesTest ‑ testEntireSQLInterpolatedTags()
ortus.boxlang.runtime.bifs.global.jdbc.PreserveSingleQuotesTest ‑ testNameSQLConcatScript()
ortus.boxlang.runtime.bifs.global.jdbc.PreserveSingleQuotesTest ‑ testNameSQLInterpolatedScript()
ortus.boxlang.runtime.bifs.global.jdbc.PreserveSingleQuotesTest ‑ testNameSQLInterpolatedTags()
ortus.boxlang.runtime.bifs.global.jdbc.PreserveSingleQuotesTest ‑ testNormalScript()
ortus.boxlang.runtime.bifs.global.jdbc.PreserveSingleQuotesTest ‑ testNormalTags()
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ DELETE queries put the affected recordCount in query meta
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can access the results of a queryExecute call
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can execute a query against an ad-hoc datasource
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can execute a query on a named datasource
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can execute a query with a (string) list binding
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can execute a query with a custom username and password
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can execute a query with a named (array) list binding
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can execute a query with an (array) list binding
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can execute a query with array bindings on the default datasource
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can execute a query with no bindings on the default datasource
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can execute a query with struct bindings on the default datasource
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can execute multiple statements in a single queryExecute() call
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can grab a queryparam name from a parameter array
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can name a cache provider
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can read date values
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can read time values
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can return cached query results within the cache timeout
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can return inserted values
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can return query results as a struct
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can return query results as an array
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can reuse named query parameters
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can specify a max result size
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can specify the sqltype on a parameter
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can specify the sqltype on a parameter as cf_sql_type
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can use string values as timestamp params.
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It can use various query params types (list and non-list) in a single SQL query
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It closes connection on completion
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It only keeps the first resultSet and discards the rest like Lucee
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It properly sets query results with cache metadata
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It sets generatedKey in query meta
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It supports timestamp param types
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It throws an exception if no default datasource is defined and no datasource is specified
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It throws an exception if the query is missing a named binding
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It throws an exception if the returnType is invalid
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It throws an exception if the returnType is struct but no columnKey is provided
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It throws an exception if the specified datasource is not registered
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It throws if the sql type is unknown
ortus.boxlang.runtime.bifs.global.jdbc.QueryExecuteTest ‑ It won't throw on DROP statements like MSSQL does
ortus.boxlang.runtime.bifs.global.jdbc.TransactionCommitTest ‑ It throws if there's no surrounding transaction
ortus.boxlang.runtime.bifs.global.list.GetTokenTest ‑ It can retrieve an item at a specified index
ortus.boxlang.runtime.bifs.global.list.GetTokenTest ‑ It can us a member function to retrieve the specified item
ortus.boxlang.runtime.bifs.global.list.ListAppendTest ‑ Can append a number in a string list
ortus.boxlang.runtime.bifs.global.list.ListAppendTest ‑ Can append using alternate delimiters and options
ortus.boxlang.runtime.bifs.global.list.ListAppendTest ‑ Can append using the member function
ortus.boxlang.runtime.bifs.global.list.ListAppendTest ‑ It can append a string value
ortus.boxlang.runtime.bifs.global.list.ListAvgTest ‑ It tests the member function String.listAvg
ortus.boxlang.runtime.bifs.global.list.ListAvgTest ‑ Tests the BIF ListAvg
ortus.boxlang.runtime.bifs.global.list.ListAvgTest ‑ Tests the BIF ListAvg with a delimiter
ortus.boxlang.runtime.bifs.global.list.ListAvgTest ‑ Tests the BIF ListAvg with a multi-delimiter
ortus.boxlang.runtime.bifs.global.list.ListChangeDelimsTest ‑ It can change the delimiter from one custom delimiter to another
ortus.boxlang.runtime.bifs.global.list.ListChangeDelimsTest ‑ It can change the delimiter from the default comma
ortus.boxlang.runtime.bifs.global.list.ListChangeDelimsTest ‑ It can count empty spaces as items
ortus.boxlang.runtime.bifs.global.list.ListChangeDelimsTest ‑ It can use the member function
ortus.boxlang.runtime.bifs.global.list.ListCompactTest ‑ It tests the BIF ListCompact
ortus.boxlang.runtime.bifs.global.list.ListCompactTest ‑ It tests the member function for String.ListCompact
ortus.boxlang.runtime.bifs.global.list.ListContainsTest ‑ It can search
ortus.boxlang.runtime.bifs.global.list.ListContainsTest ‑ It can search case insensitively
ortus.boxlang.runtime.bifs.global.list.ListContainsTest ‑ It can search member
ortus.boxlang.runtime.bifs.global.list.ListContainsTest ‑ It will throw an error if the search is not a string
ortus.boxlang.runtime.bifs.global.list.ListDeleteAtTest ‑ It can delete at
ortus.boxlang.runtime.bifs.global.list.ListDeleteAtTest ‑ It can delete at member
ortus.boxlang.runtime.bifs.global.list.ListDeleteAtTest ‑ It can delete at on multiple delimiters and retain delimiter positions
ortus.boxlang.runtime.bifs.global.list.ListDeleteAtTest ‑ It can handle regex characters like periods in delimiter with multi-char on
ortus.boxlang.runtime.bifs.global.list.ListEachTest ‑ It should allow you to call it as a member function
ortus.boxlang.runtime.bifs.global.list.ListEachTest ‑ It should use the provided udf over the array
ortus.boxlang.runtime.bifs.global.list.ListEveryTest ‑ It should allow you to call it as a member function
ortus.boxlang.runtime.bifs.global.list.ListEveryTest ‑ It should return early when it his a false condition
ortus.boxlang.runtime.bifs.global.list.ListEveryTest ‑ It should run the UDF over every element as long as they return true
ortus.boxlang.runtime.bifs.global.list.ListFilterTest ‑ It can filter using a delimiter argument
ortus.boxlang.runtime.bifs.global.list.ListFilterTest ‑ It should allow you to call it as a member function
ortus.boxlang.runtime.bifs.global.list.ListFilterTest ‑ It should execute the filter in parallel - a specified max threads
ortus.boxlang.runtime.bifs.global.list.ListFilterTest ‑ It should execute the filter in parallel - with the default max threads
ortus.boxlang.runtime.bifs.global.list.ListFilterTest ‑ It should remove values that the UDF returns false for
ortus.boxlang.runtime.bifs.global.list.ListFilterTest ‑ It should use the provided udf over the array
ortus.boxlang.runtime.bifs.global.list.ListFindTest ‑ Can find a number in a string list
ortus.boxlang.runtime.bifs.global.list.ListFindTest ‑ It can find a string
ortus.boxlang.runtime.bifs.global.list.ListFindTest ‑ It should find strings in a case insensitive manner when using nocase
ortus.boxlang.runtime.bifs.global.list.ListFindTest ‑ It should find strings in a case sensitive manner
ortus.boxlang.runtime.bifs.global.list.ListFindTest ‑ It should not find partial
ortus.boxlang.runtime.bifs.global.list.ListFindTest ‑ Test String.listFindNoCase
ortus.boxlang.runtime.bifs.global.list.ListFindTest ‑ Test listContains
ortus.boxlang.runtime.bifs.global.list.ListFindTest ‑ Test listFindNoCase
ortus.boxlang.runtime.bifs.global.list.ListFindTest ‑ Tests the member String.listFind
ortus.boxlang.runtime.bifs.global.list.ListFindTest ‑ Tests when not found
ortus.boxlang.runtime.bifs.global.list.ListFindTest ‑ benchmark()
ortus.boxlang.runtime.bifs.global.list.ListGetAtTest ‑ It can retrieve an item at a specified index
ortus.boxlang.runtime.bifs.global.list.ListGetAtTest ‑ It can us a member function to retrieve the specified item
ortus.boxlang.runtime.bifs.global.list.ListGetAtTest ‑ It will throw an error with an invalid index
ortus.boxlang.runtime.bifs.global.list.ListGetEndingsTest ‑ Tests listFirst
ortus.boxlang.runtime.bifs.global.list.ListGetEndingsTest ‑ Tests listFirst on stringables
ortus.boxlang.runtime.bifs.global.list.ListGetEndingsTest ‑ Tests listLast
ortus.boxlang.runtime.bifs.global.list.ListIndexExistsTest ‑ It can determine if a list has an index
ortus.boxlang.runtime.bifs.global.list.ListIndexExistsTest ‑ It can determine if a list has an index using a custom delimiter
ortus.boxlang.runtime.bifs.global.list.ListIndexExistsTest ‑ It can include empty fields when checking for an index
ortus.boxlang.runtime.bifs.global.list.ListIndexExistsTest ‑ It can us a member function to check for list indexes
ortus.boxlang.runtime.bifs.global.list.ListInsertAtTest ‑ Can Insert a number in a string list
ortus.boxlang.runtime.bifs.global.list.ListInsertAtTest ‑ Can Insert using alternate delimiters and options
ortus.boxlang.runtime.bifs.global.list.ListInsertAtTest ‑ Can Insert using the member function
ortus.boxlang.runtime.bifs.global.list.ListInsertAtTest ‑ It can Insert a string value
ortus.boxlang.runtime.bifs.global.list.ListItemTrimTest ‑ It can include empty fields when trimming items
ortus.boxlang.runtime.bifs.global.list.ListItemTrimTest ‑ It can trim each item in a list
ortus.boxlang.runtime.bifs.global.list.ListItemTrimTest ‑ It can trim each list item using a custom delimiter
ortus.boxlang.runtime.bifs.global.list.ListItemTrimTest ‑ It can us a member function to trim list items
ortus.boxlang.runtime.bifs.global.list.ListLenTest ‑ It can calculate the length of a list with the default comma delimiter
ortus.boxlang.runtime.bifs.global.list.ListLenTest ‑ It can count empty spaces as items
ortus.boxlang.runtime.bifs.global.list.ListLenTest ‑ It can use a custom delimiter
ortus.boxlang.runtime.bifs.global.list.ListLenTest ‑ It can use the member function
ortus.boxlang.runtime.bifs.global.list.ListMapTest ‑ It should allow you to call it as a member function
ortus.boxlang.runtime.bifs.global.list.ListMapTest ‑ It should use the provided udf over the array
ortus.boxlang.runtime.bifs.global.list.ListPrependTest ‑ Can Prepend a number in a string list
ortus.boxlang.runtime.bifs.global.list.ListPrependTest ‑ Can Prepend using alternate delimiters and options
ortus.boxlang.runtime.bifs.global.list.ListPrependTest ‑ Can Prepend using the member function
ortus.boxlang.runtime.bifs.global.list.ListPrependTest ‑ It can Prepend a string value
ortus.boxlang.runtime.bifs.global.list.ListQualifyTest ‑ It tests the BIF ListQualify with alternate delimiter
ortus.boxlang.runtime.bifs.global.list.ListQualifyTest ‑ It tests the BIF ListQualify with defaults
ortus.boxlang.runtime.bifs.global.list.ListQualifyTest ‑ It tests the BIF ListQualify with empty values retained
ortus.boxlang.runtime.bifs.global.list.ListQualifyTest ‑ It tests the BIF ListQualify with only char elements selected

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

6287 tests found (test 4245 to 4885)

There are 6287 tests, see "Raw output" for the list of tests 4245 to 4885.
Raw output
ortus.boxlang.runtime.bifs.global.list.ListQualifyTest ‑ It tests the member function for List.ListQualify
ortus.boxlang.runtime.bifs.global.list.ListReduceRightTest ‑ It should handle complex objects being used as the accumulator
ortus.boxlang.runtime.bifs.global.list.ListReduceRightTest ‑ It should use the provided arrow function over the array
ortus.boxlang.runtime.bifs.global.list.ListReduceRightTest ‑ It tests the BIF ListReduceRight with an alternate delimiter
ortus.boxlang.runtime.bifs.global.list.ListReduceRightTest ‑ It tests the BIF ListReduceRight with defaults
ortus.boxlang.runtime.bifs.global.list.ListReduceRightTest ‑ Tests ListReduceRight with Lambda
ortus.boxlang.runtime.bifs.global.list.ListReduceRightTest ‑ Tests the member function String.ListReduceRight
ortus.boxlang.runtime.bifs.global.list.ListRemoveDuplicatesTest ‑ Can deduplicate case insensitively
ortus.boxlang.runtime.bifs.global.list.ListRemoveDuplicatesTest ‑ Can deduplicate case sensitively
ortus.boxlang.runtime.bifs.global.list.ListRemoveDuplicatesTest ‑ Can deduplicate with delimiters
ortus.boxlang.runtime.bifs.global.list.ListRemoveDuplicatesTest ‑ Can deduplicate with the default settings
ortus.boxlang.runtime.bifs.global.list.ListRestTest ‑ It can cast stringable objects
ortus.boxlang.runtime.bifs.global.list.ListRestTest ‑ It tests the BIF ListRest
ortus.boxlang.runtime.bifs.global.list.ListRestTest ‑ It tests the member function for ListRest
ortus.boxlang.runtime.bifs.global.list.ListSetAtTest ‑ Can Set a number in a string list
ortus.boxlang.runtime.bifs.global.list.ListSetAtTest ‑ Can Set using alternate delimiters and options
ortus.boxlang.runtime.bifs.global.list.ListSetAtTest ‑ Can Set using the member function
ortus.boxlang.runtime.bifs.global.list.ListSetAtTest ‑ It can Set a string value
ortus.boxlang.runtime.bifs.global.list.ListSomeTest ‑ It should allow you to call it as a member function
ortus.boxlang.runtime.bifs.global.list.ListSomeTest ‑ It should return false if none of the values match
ortus.boxlang.runtime.bifs.global.list.ListSomeTest ‑ It should run the UDF over the array until one returns true
ortus.boxlang.runtime.bifs.global.list.ListSomeTest ‑ Tests with alternate delimiters and empty includes
ortus.boxlang.runtime.bifs.global.list.ListSortTest ‑ It should allow member invocation
ortus.boxlang.runtime.bifs.global.list.ListSortTest ‑ It should run the UDF over the array until one returns true
ortus.boxlang.runtime.bifs.global.list.ListSortTest ‑ It should sort based on a function
ortus.boxlang.runtime.bifs.global.list.ListSortTest ‑ It should sort numbers ascending
ortus.boxlang.runtime.bifs.global.list.ListSortTest ‑ It should sort numbers descending
ortus.boxlang.runtime.bifs.global.list.ListSortTest ‑ It should sort text ascending
ortus.boxlang.runtime.bifs.global.list.ListSortTest ‑ It should sort text case sensitively ascending
ortus.boxlang.runtime.bifs.global.list.ListSortTest ‑ It should sort text case sensitively descending
ortus.boxlang.runtime.bifs.global.list.ListSortTest ‑ It should sort text descending
ortus.boxlang.runtime.bifs.global.list.ListSortTest ‑ It should sort textnocase ascending
ortus.boxlang.runtime.bifs.global.list.ListSortTest ‑ It should sort textnocase descending
ortus.boxlang.runtime.bifs.global.list.ListToArrayTest ‑ It preserves spaces in strings when splitting on empty strings
ortus.boxlang.runtime.bifs.global.list.ListToArrayTest ‑ It tests the BIF ListToArray will keep empty values when specified
ortus.boxlang.runtime.bifs.global.list.ListToArrayTest ‑ It tests the BIF ListToArray will remove empty values by default
ortus.boxlang.runtime.bifs.global.list.ListToArrayTest ‑ It tests the BIF ListToArray will split on multi-character delimiters
ortus.boxlang.runtime.bifs.global.list.ListToArrayTest ‑ It tests the BIF ListToArray will split on multiple delimiters
ortus.boxlang.runtime.bifs.global.list.ListToArrayTest ‑ It tests the BIF ListToArray with a custom delimiter
ortus.boxlang.runtime.bifs.global.list.ListToArrayTest ‑ It tests the BIF ListToArray with the defaults
ortus.boxlang.runtime.bifs.global.list.ListToArrayTest ‑ It tests the BIF ListToArray with the defaults member
ortus.boxlang.runtime.bifs.global.list.ListValueCountTest ‑ It tests the member function for ListValueCount
ortus.boxlang.runtime.bifs.global.list.ListValueCountTest ‑ Tests the BIF listValueCount
ortus.boxlang.runtime.bifs.global.list.ListValueCountTest ‑ Tests the BIF listValueCount with an alternate delimiter
ortus.boxlang.runtime.bifs.global.list.ListValueCountTest ‑ Tests the BIF listValueCount with include empty fields as true
ortus.boxlang.runtime.bifs.global.list.ListValueCountTest ‑ Tests the BIF listValueCountNoCase
ortus.boxlang.runtime.bifs.global.list.ListValueCountTest ‑ Tests the Member function list.ValueCountNoCase
ortus.boxlang.runtime.bifs.global.math.AbsTest ‑ It returns abs
ortus.boxlang.runtime.bifs.global.math.AbsTest ‑ It returns abs Negative
ortus.boxlang.runtime.bifs.global.math.AbsTest ‑ It returns abs member
ortus.boxlang.runtime.bifs.global.math.AbsTest ‑ It returns abs member negative
ortus.boxlang.runtime.bifs.global.math.AcosTest ‑ It returns arccosine
ortus.boxlang.runtime.bifs.global.math.AcosTest ‑ It returns arccosine member
ortus.boxlang.runtime.bifs.global.math.AcosTest ‑ It throws an exception when the input is out of range
ortus.boxlang.runtime.bifs.global.math.AsinTest ‑ It returns arcsine
ortus.boxlang.runtime.bifs.global.math.AsinTest ‑ It returns arcsine member
ortus.boxlang.runtime.bifs.global.math.AsinTest ‑ It throws an exception when the input is out of range
ortus.boxlang.runtime.bifs.global.math.AtnTest ‑ It returns arctangent
ortus.boxlang.runtime.bifs.global.math.AtnTest ‑ It returns arctangent member
ortus.boxlang.runtime.bifs.global.math.CeilingTest ‑ It returns the ceiling of big values
ortus.boxlang.runtime.bifs.global.math.CeilingTest ‑ It returns the ceiling value
ortus.boxlang.runtime.bifs.global.math.CeilingTest ‑ It returns the ceiling value using member function
ortus.boxlang.runtime.bifs.global.math.CosTest ‑ It returns cosine
ortus.boxlang.runtime.bifs.global.math.CosTest ‑ It returns cosine member
ortus.boxlang.runtime.bifs.global.math.DecrementValueTest ‑ It decrements the integer part
ortus.boxlang.runtime.bifs.global.math.DecrementValueTest ‑ It decrements the integer part member function
ortus.boxlang.runtime.bifs.global.math.ExpTest ‑ It returns the exponent
ortus.boxlang.runtime.bifs.global.math.ExpTest ‑ It returns the exponent using member function
ortus.boxlang.runtime.bifs.global.math.FixTest ‑ It fixes big numbers
ortus.boxlang.runtime.bifs.global.math.FixTest ‑ It returns a fixed integer
ortus.boxlang.runtime.bifs.global.math.FixTest ‑ It returns a fixed integer member
ortus.boxlang.runtime.bifs.global.math.FloorTest ‑ It returns floor
ortus.boxlang.runtime.bifs.global.math.FloorTest ‑ It returns floor big
ortus.boxlang.runtime.bifs.global.math.FloorTest ‑ It returns floor member
ortus.boxlang.runtime.bifs.global.math.FormatBaseNTest ‑ It returns formatBaseN
ortus.boxlang.runtime.bifs.global.math.FormatBaseNTest ‑ It throws exception for bad radix
ortus.boxlang.runtime.bifs.global.math.IncrementValueTest ‑ It increments the integer part
ortus.boxlang.runtime.bifs.global.math.IncrementValueTest ‑ It increments the integer part member function
ortus.boxlang.runtime.bifs.global.math.InputBaseNTest ‑ It can convert strings to base n
ortus.boxlang.runtime.bifs.global.math.InputBaseNTest ‑ It can throw an error if the radix is < 2 and > 36
ortus.boxlang.runtime.bifs.global.math.IntTest ‑ It returns integer value using int()
ortus.boxlang.runtime.bifs.global.math.IntTest ‑ It returns integer value using number.int()
ortus.boxlang.runtime.bifs.global.math.Log10Test ‑ It returns logarithm to base 10
ortus.boxlang.runtime.bifs.global.math.Log10Test ‑ It returns natural logarithm member
ortus.boxlang.runtime.bifs.global.math.LogTest ‑ It returns natural logarithm
ortus.boxlang.runtime.bifs.global.math.LogTest ‑ It returns natural logarithm member
ortus.boxlang.runtime.bifs.global.math.MaxTest ‑ It returns max
ortus.boxlang.runtime.bifs.global.math.MinTest ‑ It returns min
ortus.boxlang.runtime.bifs.global.math.PiTest ‑ It can correctly calculate the circumference of a 16in deep dish pizza
ortus.boxlang.runtime.bifs.global.math.PiTest ‑ It returns pi
ortus.boxlang.runtime.bifs.global.math.PrecisionEvaluateTest ‑ It accepts only valid math or it throws
ortus.boxlang.runtime.bifs.global.math.PrecisionEvaluateTest ‑ Returns a BigDecimal
ortus.boxlang.runtime.bifs.global.math.RandRangeTest ‑ It includes upper and lower bound
ortus.boxlang.runtime.bifs.global.math.RandRangeTest ‑ It returns a random number in range
ortus.boxlang.runtime.bifs.global.math.RandRangeTest ‑ It returns a random number in range using an algorithm
ortus.boxlang.runtime.bifs.global.math.RandTest ‑ It returns a double
ortus.boxlang.runtime.bifs.global.math.RandTest ‑ It should return a value equal to or greater than 0
ortus.boxlang.runtime.bifs.global.math.RandTest ‑ It should return a value less than 1
ortus.boxlang.runtime.bifs.global.math.RandomizeTest ‑ It returns a null
ortus.boxlang.runtime.bifs.global.math.RandomizeTest ‑ It should always return the same values when seeded
ortus.boxlang.runtime.bifs.global.math.RandomizeTest ‑ It should return a value equal to or greater than 0
ortus.boxlang.runtime.bifs.global.math.RandomizeTest ‑ It should return a value less than 1
ortus.boxlang.runtime.bifs.global.math.RoundTest ‑ It rounds a number to the closest integer
ortus.boxlang.runtime.bifs.global.math.RoundTest ‑ It rounds a number to the closest integer as member
ortus.boxlang.runtime.bifs.global.math.SgnTest ‑ It returns the sign
ortus.boxlang.runtime.bifs.global.math.SgnTest ‑ It returns the sign member functions
ortus.boxlang.runtime.bifs.global.math.SinTest ‑ It returns sine
ortus.boxlang.runtime.bifs.global.math.SinTest ‑ It returns sine member
ortus.boxlang.runtime.bifs.global.math.SqrTest ‑ It returns sqr
ortus.boxlang.runtime.bifs.global.math.SqrTest ‑ It returns sqr member
ortus.boxlang.runtime.bifs.global.math.TanTest ‑ It returns tangent
ortus.boxlang.runtime.bifs.global.math.TanTest ‑ It returns tangent member
ortus.boxlang.runtime.bifs.global.query.QueryAddColumnTest ‑ Add a column by using the default data type an an array for the third argument
ortus.boxlang.runtime.bifs.global.query.QueryAddColumnTest ‑ Add a column by using the default data type and no array
ortus.boxlang.runtime.bifs.global.query.QueryAddColumnTest ‑ It should add a column to the query
ortus.boxlang.runtime.bifs.global.query.QueryAddColumnTest ‑ It should add column to empty query but not add a row when passing in an empty array
ortus.boxlang.runtime.bifs.global.query.QueryAddColumnTest ‑ It should add row and set column value when passing in an array to an empty query
ortus.boxlang.runtime.bifs.global.query.QueryAddColumnTest ‑ It should throw an error when passing an invalid column type
ortus.boxlang.runtime.bifs.global.query.QueryAddColumnTest ‑ It should throw an error when we try adding a column that already exists
ortus.boxlang.runtime.bifs.global.query.QueryAddRowTest ‑ It can add empty row in Query
ortus.boxlang.runtime.bifs.global.query.QueryAddRowTest ‑ It can add number of rows
ortus.boxlang.runtime.bifs.global.query.QueryAddRowTest ‑ It can add number of rows Member
ortus.boxlang.runtime.bifs.global.query.QueryAddRowTest ‑ It can add rows with array of arrays data
ortus.boxlang.runtime.bifs.global.query.QueryAddRowTest ‑ It can add rows with array of arrays data Member
ortus.boxlang.runtime.bifs.global.query.QueryAddRowTest ‑ It can add rows with array of structs data
ortus.boxlang.runtime.bifs.global.query.QueryAddRowTest ‑ It can add rows with array of structs data Member
ortus.boxlang.runtime.bifs.global.query.QueryAddRowTest ‑ It can add rows with simple array data
ortus.boxlang.runtime.bifs.global.query.QueryAddRowTest ‑ It can add rows with simple array data Member
ortus.boxlang.runtime.bifs.global.query.QueryAddRowTest ‑ It can add rows with struct data
ortus.boxlang.runtime.bifs.global.query.QueryAddRowTest ‑ It can add rows with struct data Member
ortus.boxlang.runtime.bifs.global.query.QueryAppendTest ‑ It should append the queries together
ortus.boxlang.runtime.bifs.global.query.QueryClearTest ‑ It should clear query using member function
ortus.boxlang.runtime.bifs.global.query.QueryClearTest ‑ It should clear the query
ortus.boxlang.runtime.bifs.global.query.QueryColumnArrayTest ‑ It should return an array of column names
ortus.boxlang.runtime.bifs.global.query.QueryColumnArrayTest ‑ It should work with member functions
ortus.boxlang.runtime.bifs.global.query.QueryColumnCountTest ‑ It should return the number of columns in a query
ortus.boxlang.runtime.bifs.global.query.QueryColumnCountTest ‑ It should work using member function
ortus.boxlang.runtime.bifs.global.query.QueryColumnDataTest ‑ It should return the query column data as an array
ortus.boxlang.runtime.bifs.global.query.QueryColumnDataTest ‑ It throws an error if the column name does not exist
ortus.boxlang.runtime.bifs.global.query.QueryColumnExistsTest ‑ It should return false if the column does not exist
ortus.boxlang.runtime.bifs.global.query.QueryColumnExistsTest ‑ It should return true if the column exists
ortus.boxlang.runtime.bifs.global.query.QueryColumnExistsTest ‑ It should work using member function
ortus.boxlang.runtime.bifs.global.query.QueryColumnListTest ‑ It should return an list of column names
ortus.boxlang.runtime.bifs.global.query.QueryColumnListTest ‑ It should work with member functions
ortus.boxlang.runtime.bifs.global.query.QueryCurrentRowTest ‑ It should return current row
ortus.boxlang.runtime.bifs.global.query.QueryCurrentRowTest ‑ It should return current row member
ortus.boxlang.runtime.bifs.global.query.QueryDeleteColumnTest ‑ It should delete a column from the query
ortus.boxlang.runtime.bifs.global.query.QueryDeleteColumnTest ‑ It should throw an error when trying to delete a column that does not exist
ortus.boxlang.runtime.bifs.global.query.QueryDeleteColumnTest ‑ It should work with member function
ortus.boxlang.runtime.bifs.global.query.QueryDeleteRowTest ‑ It should delete a row from the query
ortus.boxlang.runtime.bifs.global.query.QueryDeleteRowTest ‑ It should work using member function
ortus.boxlang.runtime.bifs.global.query.QueryEachTest ‑ It should iterate over each row in the query
ortus.boxlang.runtime.bifs.global.query.QueryEachTest ‑ It should work with member function
ortus.boxlang.runtime.bifs.global.query.QueryEveryTest ‑ It should return false if any of the values do not match
ortus.boxlang.runtime.bifs.global.query.QueryEveryTest ‑ It should return true if all the values match
ortus.boxlang.runtime.bifs.global.query.QueryEveryTest ‑ It should work using member function
ortus.boxlang.runtime.bifs.global.query.QueryFilterTest ‑ It should filter a query according to the filter criteria
ortus.boxlang.runtime.bifs.global.query.QueryFilterTest ‑ It should return current row member
ortus.boxlang.runtime.bifs.global.query.QueryGetCellTest ‑ It should get the cell value
ortus.boxlang.runtime.bifs.global.query.QueryGetCellTest ‑ It should work using member function
ortus.boxlang.runtime.bifs.global.query.QueryGetResultTest ‑ It should return JDBC query metadata on JDBC queries
ortus.boxlang.runtime.bifs.global.query.QueryGetResultTest ‑ It should return query metadata on QOQs
ortus.boxlang.runtime.bifs.global.query.QueryGetResultTest ‑ It should return the query metadata
ortus.boxlang.runtime.bifs.global.query.QueryGetResultTest ‑ It should return the query metadata member
ortus.boxlang.runtime.bifs.global.query.QueryInsertAtTest ‑ It should insert at a position
ortus.boxlang.runtime.bifs.global.query.QueryKeyExistsTest ‑ It should return false if the column does not exist
ortus.boxlang.runtime.bifs.global.query.QueryKeyExistsTest ‑ It should return true if the column exists
ortus.boxlang.runtime.bifs.global.query.QueryKeyExistsTest ‑ It should work using member function
ortus.boxlang.runtime.bifs.global.query.QueryMapTest ‑ It should map the query to a new query
ortus.boxlang.runtime.bifs.global.query.QueryMapTest ‑ It should work using member function
ortus.boxlang.runtime.bifs.global.query.QueryNewTest ‑ It can create new
ortus.boxlang.runtime.bifs.global.query.QueryNewTest ‑ It can create new with array of arrays data
ortus.boxlang.runtime.bifs.global.query.QueryNewTest ‑ It can create new with array of structs data
ortus.boxlang.runtime.bifs.global.query.QueryNewTest ‑ It can create new with no type
ortus.boxlang.runtime.bifs.global.query.QueryNewTest ‑ It can create new with simple array data
ortus.boxlang.runtime.bifs.global.query.QueryNewTest ‑ It can create new with struct data
ortus.boxlang.runtime.bifs.global.query.QueryNewTest ‑ It can create new with struct data as first arg
ortus.boxlang.runtime.bifs.global.query.QueryNewTest ‑ It defaults missing data
ortus.boxlang.runtime.bifs.global.query.QueryNewTest ‑ It trims each column name in a list
ortus.boxlang.runtime.bifs.global.query.QueryPrependTest ‑ It should prepend the queries together
ortus.boxlang.runtime.bifs.global.query.QueryPrependTest ‑ It should work using member function
ortus.boxlang.runtime.bifs.global.query.QueryRecordCountTest ‑ It should return the number of records in a query
ortus.boxlang.runtime.bifs.global.query.QueryRecordCountTest ‑ It should work when calling the member function
ortus.boxlang.runtime.bifs.global.query.QueryReduceTest ‑ It should reduce the query to a single value
ortus.boxlang.runtime.bifs.global.query.QueryReduceTest ‑ It should work with member functions
ortus.boxlang.runtime.bifs.global.query.QueryReverseTest ‑ It should reverse the query
ortus.boxlang.runtime.bifs.global.query.QueryRowDataTest ‑ It should retrieve a row's data as a structure
ortus.boxlang.runtime.bifs.global.query.QueryRowDataTest ‑ It should retrieve a row's data as a structure CF
ortus.boxlang.runtime.bifs.global.query.QueryRowDataTest ‑ It should throw an exception if row number is negative
ortus.boxlang.runtime.bifs.global.query.QueryRowDataTest ‑ It should throw an exception if row number is out of bounds
ortus.boxlang.runtime.bifs.global.query.QueryRowDataTest ‑ It should work with member function
ortus.boxlang.runtime.bifs.global.query.QueryRowDataTest ‑ It should work with member function CF
ortus.boxlang.runtime.bifs.global.query.QueryRowSwapTest ‑ It should insert at a position
ortus.boxlang.runtime.bifs.global.query.QuerySetCellTest ‑ It Set a cell with a specified row
ortus.boxlang.runtime.bifs.global.query.QuerySetCellTest ‑ It casts to correct column type
ortus.boxlang.runtime.bifs.global.query.QuerySetCellTest ‑ It defaults to last row
ortus.boxlang.runtime.bifs.global.query.QuerySetCellTest ‑ It should set the cell value
ortus.boxlang.runtime.bifs.global.query.QuerySetCellTest ‑ It should work using member function
ortus.boxlang.runtime.bifs.global.query.QuerySetCellTest ‑ It tests the BIF DateDiff with a date within a query
ortus.boxlang.runtime.bifs.global.query.QuerySetCellTest ‑ It throws on invalid value type
ortus.boxlang.runtime.bifs.global.query.QuerySetRowTest ‑ It should append row if the row number is zero or negative
ortus.boxlang.runtime.bifs.global.query.QuerySetRowTest ‑ It should change the values of the row when passing in a struct
ortus.boxlang.runtime.bifs.global.query.QuerySetRowTest ‑ It should change the values of the row when passing in an array
ortus.boxlang.runtime.bifs.global.query.QuerySetRowTest ‑ It should only change the data we pass in
ortus.boxlang.runtime.bifs.global.query.QuerySetRowTest ‑ It should throw an exception if we pass it a silly data type
ortus.boxlang.runtime.bifs.global.query.QuerySetRowTest ‑ It should work with member function
ortus.boxlang.runtime.bifs.global.query.QuerySliceTest ‑ It should allow a zero or negative offset
ortus.boxlang.runtime.bifs.global.query.QuerySliceTest ‑ It should return all remaining rows when not providing a length
ortus.boxlang.runtime.bifs.global.query.QuerySliceTest ‑ It should slice the query from the offset and return a new query
ortus.boxlang.runtime.bifs.global.query.QuerySliceTest ‑ It should throw an exception if the offset plus length is greater than the record count
ortus.boxlang.runtime.bifs.global.query.QuerySomeTest ‑ It should allow you to call it as a member function
ortus.boxlang.runtime.bifs.global.query.QuerySomeTest ‑ It should return false if none of the values match
ortus.boxlang.runtime.bifs.global.query.QuerySomeTest ‑ It should run the UDF over the query until one returns true
ortus.boxlang.runtime.bifs.global.query.QuerySortTest ‑ It should sort the query based on a function provided
ortus.boxlang.runtime.bifs.global.stream.ToBXArrayTest ‑ It can collect a parallel stream into an array
ortus.boxlang.runtime.bifs.global.stream.ToBXArrayTest ‑ It can collect a stream into an array
ortus.boxlang.runtime.bifs.global.stream.ToBXArrayTest ‑ It can collect an double stream into an array
ortus.boxlang.runtime.bifs.global.stream.ToBXArrayTest ‑ It can collect an int stream into an array
ortus.boxlang.runtime.bifs.global.stream.ToBXArrayTest ‑ It can collect an long stream into an array
ortus.boxlang.runtime.bifs.global.stream.ToBXListTest ‑ It can collect a stream into a list
ortus.boxlang.runtime.bifs.global.stream.ToBXListTest ‑ It can collect a stream into a list using delimiter
ortus.boxlang.runtime.bifs.global.stream.ToBXQueryTest ‑ It can collect a stream into a query
ortus.boxlang.runtime.bifs.global.stream.ToBXStructTest ‑ It can collect a stream into a sorted struct
ortus.boxlang.runtime.bifs.global.stream.ToBXStructTest ‑ It can collect a stream into a struct
ortus.boxlang.runtime.bifs.global.string.AsciiTest ‑ It determines the ASCII value of a character
ortus.boxlang.runtime.bifs.global.string.AsciiTest ‑ It determines the ASCII value of a character using member syntax
ortus.boxlang.runtime.bifs.global.string.AsciiTest ‑ It throws an exception for empty input string
ortus.boxlang.runtime.bifs.global.string.AsciiTest ‑ It trasnpiles CF
ortus.boxlang.runtime.bifs.global.string.CharTest ‑ It converts a numeric UCS-2 code to a character
ortus.boxlang.runtime.bifs.global.string.CharTest ‑ It returns an empty string for invalid UCS-2 code
ortus.boxlang.runtime.bifs.global.string.CharTest ‑ It throws an exception for negative UCS-2 code
ortus.boxlang.runtime.bifs.global.string.CharTest ‑ It transpiles CF chr() to char()
ortus.boxlang.runtime.bifs.global.string.CharsetDecodeTest ‑ It tests the BIF CharsetDecode
ortus.boxlang.runtime.bifs.global.string.CharsetDecodeTest ‑ It tests the member function for CharsetDecode
ortus.boxlang.runtime.bifs.global.string.CharsetEncodeTest ‑ It tests the BIF CharsetEncode
ortus.boxlang.runtime.bifs.global.string.CharsetEncodeTest ‑ testByteArray()
ortus.boxlang.runtime.bifs.global.string.CompareNoCaseTest ‑ It comparse as a member function
ortus.boxlang.runtime.bifs.global.string.CompareNoCaseTest ‑ It performs a case insensitive compare
ortus.boxlang.runtime.bifs.global.string.CompareNoCaseTest ‑ It returns -1 if the first string precedes the second string lexicographically
ortus.boxlang.runtime.bifs.global.string.CompareNoCaseTest ‑ It returns 0 if the two strings are equal
ortus.boxlang.runtime.bifs.global.string.CompareNoCaseTest ‑ It returns 1 if the second string precedes the first string lexicographically
ortus.boxlang.runtime.bifs.global.string.CompareTest ‑ It compares as a member function
ortus.boxlang.runtime.bifs.global.string.CompareTest ‑ It performs a case sensitive compare
ortus.boxlang.runtime.bifs.global.string.CompareTest ‑ It returns -1 if the first string precedes the second string lexicographically
ortus.boxlang.runtime.bifs.global.string.CompareTest ‑ It returns 0 if the two strings are equal
ortus.boxlang.runtime.bifs.global.string.CompareTest ‑ It returns 1 if the second string precedes the first string lexicographically
ortus.boxlang.runtime.bifs.global.string.CompareTest ‑ Tests that the compare function will sort an array of numbers - quoted or unquoted correctly
ortus.boxlang.runtime.bifs.global.string.DateLenTest ‑ It returns the length of custom JVM date classes
ortus.boxlang.runtime.bifs.global.string.DateLenTest ‑ It returns the length of the date using date.len()
ortus.boxlang.runtime.bifs.global.string.DateLenTest ‑ It returns the length of the date using len(date)
ortus.boxlang.runtime.bifs.global.string.FindOneOfTest ‑ It returns for member function call
ortus.boxlang.runtime.bifs.global.string.FindOneOfTest ‑ It returns zero for substring not found
ortus.boxlang.runtime.bifs.global.string.FindOneOfTest ‑ Tests the Bif with Negative Start
ortus.boxlang.runtime.bifs.global.string.FindOneOfTest ‑ tests the BIF findOneOf
ortus.boxlang.runtime.bifs.global.string.FindTest ‑ It finds the first occurrence from a specified start position
ortus.boxlang.runtime.bifs.global.string.FindTest ‑ It finds the first occurrence from a specified start position, ignoring case
ortus.boxlang.runtime.bifs.global.string.FindTest ‑ It finds the first occurrence of a substring in a string
ortus.boxlang.runtime.bifs.global.string.FindTest ‑ It finds the first occurrence of a substring in a string, ignoring case
ortus.boxlang.runtime.bifs.global.string.FindTest ‑ It returns for member function call
ortus.boxlang.runtime.bifs.global.string.FindTest ‑ It returns for member function call, ignoring case
ortus.boxlang.runtime.bifs.global.string.FindTest ‑ It returns for negative start position
ortus.boxlang.runtime.bifs.global.string.FindTest ‑ It returns for negative start position, ignoring case
ortus.boxlang.runtime.bifs.global.string.FindTest ‑ It returns zero for substring not found
ortus.boxlang.runtime.bifs.global.string.FindTest ‑ It returns zero for substring not found, ignoring case
ortus.boxlang.runtime.bifs.global.string.InsertTest ‑ It inserts a substring at the beginning of the string when position is 0
ortus.boxlang.runtime.bifs.global.string.InsertTest ‑ It inserts a substring at the specified position
ortus.boxlang.runtime.bifs.global.string.InsertTest ‑ It inserts a substring using the member function
ortus.boxlang.runtime.bifs.global.string.InsertTest ‑ It throws an exception for a negative position
ortus.boxlang.runtime.bifs.global.string.InsertTest ‑ It throws an exception for a position greater than string length + 1
ortus.boxlang.runtime.bifs.global.string.InsertTest ‑ It throws an exception if the position is greater than the string length
ortus.boxlang.runtime.bifs.global.string.LCaseTest ‑ It uppercases as BIF
ortus.boxlang.runtime.bifs.global.string.LCaseTest ‑ It uppercases as BIF and casting
ortus.boxlang.runtime.bifs.global.string.LCaseTest ‑ It uppercases as member
ortus.boxlang.runtime.bifs.global.string.LCaseTest ‑ It uppercases as member and casting
ortus.boxlang.runtime.bifs.global.string.LJustifyTest ‑ It left-justifies a string to the specified length
ortus.boxlang.runtime.bifs.global.string.LJustifyTest ‑ It left-justifies a string to the specified length as member
ortus.boxlang.runtime.bifs.global.string.LJustifyTest ‑ It returns the original string if it's longer than or equal to the specified length
ortus.boxlang.runtime.bifs.global.string.LJustifyTest ‑ It throws an exception for a non-positive length
ortus.boxlang.runtime.bifs.global.string.LTrimTest ‑ It trims leading whitespace from a string
ortus.boxlang.runtime.bifs.global.string.LTrimTest ‑ It trims leading whitespace from a string as member
ortus.boxlang.runtime.bifs.global.string.LeftTest ‑ It allows negative count
ortus.boxlang.runtime.bifs.global.string.LeftTest ‑ It extracts leftmost characters as member
ortus.boxlang.runtime.bifs.global.string.LeftTest ‑ It extracts leftmost characters from a string
ortus.boxlang.runtime.bifs.global.string.LeftTest ‑ It throws exception for zero count
ortus.boxlang.runtime.bifs.global.string.ListReduceTest ‑ It should handle complex objects being used as the accumulator
ortus.boxlang.runtime.bifs.global.string.ListReduceTest ‑ It should provide the original list and delimiter arguments to the callback
ortus.boxlang.runtime.bifs.global.string.ListReduceTest ‑ It should use the provided arrow function over the array
ortus.boxlang.runtime.bifs.global.string.ListReduceTest ‑ It tests the BIF ListReduce with an alternate delimiter
ortus.boxlang.runtime.bifs.global.string.ListReduceTest ‑ It tests the BIF ListReduce with defaults
ortus.boxlang.runtime.bifs.global.string.ListReduceTest ‑ Tests ListReduce with Lambda
ortus.boxlang.runtime.bifs.global.string.ListReduceTest ‑ Tests the member function String.listReduce
ortus.boxlang.runtime.bifs.global.string.MidTest ‑ BL-203
ortus.boxlang.runtime.bifs.global.string.MidTest ‑ It does not remove characters if the count is more than the length
ortus.boxlang.runtime.bifs.global.string.MidTest ‑ It extracts a substring as member
ortus.boxlang.runtime.bifs.global.string.MidTest ‑ It extracts a substring from a string
ortus.boxlang.runtime.bifs.global.string.MidTest ‑ It handles out of bounds start position
ortus.boxlang.runtime.bifs.global.string.MidTest ‑ It handles zero count
ortus.boxlang.runtime.bifs.global.string.ParagraphFormatTest ‑ It tests the BIF ParagraphFormat
ortus.boxlang.runtime.bifs.global.string.ParagraphFormatTest ‑ It tests the member function for ParagraphFormat
ortus.boxlang.runtime.bifs.global.string.QueryStringToStructTest ‑ It converts a query string to a struct using the BIF
ortus.boxlang.runtime.bifs.global.string.RJustifyTest ‑ It returns the original string if it's longer than or equal to the specified length
ortus.boxlang.runtime.bifs.global.string.RJustifyTest ‑ It right-justifies a string to the specified length
ortus.boxlang.runtime.bifs.global.string.RJustifyTest ‑ It right-justifies a string to the specified length as member
ortus.boxlang.runtime.bifs.global.string.RJustifyTest ‑ It throws an exception for a non-positive length
ortus.boxlang.runtime.bifs.global.string.RTrimTest ‑ It trims trailing whitespace from a string
ortus.boxlang.runtime.bifs.global.string.RTrimTest ‑ It trims trailing whitespace from a string as member
ortus.boxlang.runtime.bifs.global.string.ReEscapeTest ‑ testReEscape()
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ Test with TestBox failing case
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ qb parse table name
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ testFindAllNoGroupWithSub()
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ testFindAllNoSub()
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ testFindAllNoSubNoMatch()
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ testFindAllWithGroupWithSub()
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ testFindAllWithSubNoMatch()
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ testFindOneNoGroupWithSub()
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ testFindOneNoSub()
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ testFindOneNoSubMember()
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ testFindOneNoSubNoMatch()
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ testFindOneNoSubStart()
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ testFindOneWithGroupWithSub()
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ testFindOneWithSubNoMatch()
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ testIgnoreRandomCurlies()
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ testPOSIX()
ortus.boxlang.runtime.bifs.global.string.ReFindTest ‑ testPerlStyleCurlyLooseness()
ortus.boxlang.runtime.bifs.global.string.ReMatchNoCaseTest ‑ testMatch()
ortus.boxlang.runtime.bifs.global.string.ReMatchNoCaseTest ‑ testMatchCase()
ortus.boxlang.runtime.bifs.global.string.ReMatchNoCaseTest ‑ testMatchMember()
ortus.boxlang.runtime.bifs.global.string.ReMatchTest ‑ testMatch()
ortus.boxlang.runtime.bifs.global.string.ReMatchTest ‑ testMatchCase()
ortus.boxlang.runtime.bifs.global.string.ReMatchTest ‑ testMatchMember()
ortus.boxlang.runtime.bifs.global.string.ReMatchTest ‑ testPerlStyleCurlyLooseness()
ortus.boxlang.runtime.bifs.global.string.ReReplaceNoCaseTest ‑ testReplaceAll()
ortus.boxlang.runtime.bifs.global.string.ReReplaceNoCaseTest ‑ testReplaceAllMember()
ortus.boxlang.runtime.bifs.global.string.ReReplaceNoCaseTest ‑ testReplaceOne()
ortus.boxlang.runtime.bifs.global.string.ReReplaceNoCaseTest ‑ testReplaceOneMember()
ortus.boxlang.runtime.bifs.global.string.ReReplaceTest ‑ Doesn't throw exception if the string is null
ortus.boxlang.runtime.bifs.global.string.ReReplaceTest ‑ testCaseStartStop()
ortus.boxlang.runtime.bifs.global.string.ReReplaceTest ‑ testCaseSwapOneChar()
ortus.boxlang.runtime.bifs.global.string.ReReplaceTest ‑ testEscapeChar()
ortus.boxlang.runtime.bifs.global.string.ReReplaceTest ‑ testPerlStyleCurlyLooseness()
ortus.boxlang.runtime.bifs.global.string.ReReplaceTest ‑ testReplaceAll()
ortus.boxlang.runtime.bifs.global.string.ReReplaceTest ‑ testReplaceAllMember()
ortus.boxlang.runtime.bifs.global.string.ReReplaceTest ‑ testReplaceBackReferenceAll()
ortus.boxlang.runtime.bifs.global.string.ReReplaceTest ‑ testReplaceBackReferenceOne()
ortus.boxlang.runtime.bifs.global.string.ReReplaceTest ‑ testReplaceOne()
ortus.boxlang.runtime.bifs.global.string.ReReplaceTest ‑ testReplaceOneMember()
ortus.boxlang.runtime.bifs.global.string.RemoveCharsTest ‑ It tests the BIF RemoveChars
ortus.boxlang.runtime.bifs.global.string.RemoveCharsTest ‑ It tests the member function for RemoveChars
ortus.boxlang.runtime.bifs.global.string.RepeatStringTest ‑ It repeats a string multiple times
ortus.boxlang.runtime.bifs.global.string.RepeatStringTest ‑ It repeats an empty string
ortus.boxlang.runtime.bifs.global.string.RepeatStringTest ‑ It returns an empty string for zero count
ortus.boxlang.runtime.bifs.global.string.RepeatStringTest ‑ It throws an exception for negative count
ortus.boxlang.runtime.bifs.global.string.ReplaceListTest ‑ It tests the BIF ReplaceList
ortus.boxlang.runtime.bifs.global.string.ReplaceListTest ‑ It tests the BIF ReplaceListNoCase
ortus.boxlang.runtime.bifs.global.string.ReplaceListTest ‑ It tests the member function for ReplaceList
ortus.boxlang.runtime.bifs.global.string.ReplaceListTest ‑ It tests the member function for ReplaceListNoCase
ortus.boxlang.runtime.bifs.global.string.ReplaceNoCaseTest ‑ testReplaceAll()
ortus.boxlang.runtime.bifs.global.string.ReplaceNoCaseTest ‑ testReplaceAllClosure()
ortus.boxlang.runtime.bifs.global.string.ReplaceNoCaseTest ‑ testReplaceAllMember()
ortus.boxlang.runtime.bifs.global.string.ReplaceNoCaseTest ‑ testReplaceOnce()
ortus.boxlang.runtime.bifs.global.string.ReplaceNoCaseTest ‑ testReplaceOnceClosure()
ortus.boxlang.runtime.bifs.global.string.ReplaceNoCaseTest ‑ testReplaceOnceMember()
ortus.boxlang.runtime.bifs.global.string.ReplaceTest ‑ testReplaceAll()
ortus.boxlang.runtime.bifs.global.string.ReplaceTest ‑ testReplaceAllClosure()
ortus.boxlang.runtime.bifs.global.string.ReplaceTest ‑ testReplaceAllMember()
ortus.boxlang.runtime.bifs.global.string.ReplaceTest ‑ testReplaceOnce()
ortus.boxlang.runtime.bifs.global.string.ReplaceTest ‑ testReplaceOnceClosure()
ortus.boxlang.runtime.bifs.global.string.ReplaceTest ‑ testReplaceOnceMember()
ortus.boxlang.runtime.bifs.global.string.ReverseTest ‑ It reverses a number
ortus.boxlang.runtime.bifs.global.string.ReverseTest ‑ It reverses a string
ortus.boxlang.runtime.bifs.global.string.ReverseTest ‑ It reverses a string as member
ortus.boxlang.runtime.bifs.global.string.RightTest ‑ It allows negative count
ortus.boxlang.runtime.bifs.global.string.RightTest ‑ It extracts rightmost characters as member
ortus.boxlang.runtime.bifs.global.string.RightTest ‑ It extracts rightmost characters from a string
ortus.boxlang.runtime.bifs.global.string.RightTest ‑ It throws exception for zero count
ortus.boxlang.runtime.bifs.global.string.SpanExcludingTest ‑ It extracts leftmost characters as member function
ortus.boxlang.runtime.bifs.global.string.SpanExcludingTest ‑ It extracts leftmost characters from a string using the set
ortus.boxlang.runtime.bifs.global.string.SpanExcludingTest ‑ It ignores the set if not found in the string
ortus.boxlang.runtime.bifs.global.string.SpanExcludingTest ‑ It throws exception for empty string
ortus.boxlang.runtime.bifs.global.string.SpanIncludingTest ‑ It extracts the set from the input string from left to right
ortus.boxlang.runtime.bifs.global.string.SpanIncludingTest ‑ It ignores the set if not found in the string
ortus.boxlang.runtime.bifs.global.string.SpanIncludingTest ‑ It throws exception for empty string
ortus.boxlang.runtime.bifs.global.string.SpanIncludingTest ‑ It works as a member function
ortus.boxlang.runtime.bifs.global.string.StringBindTest ‑ It can do a string binding using the member function
ortus.boxlang.runtime.bifs.global.string.StringBindTest ‑ It can do string binding using the bif
ortus.boxlang.runtime.bifs.global.string.StringBindTest ‑ It can do string binding using the bif with multiple placeholders
ortus.boxlang.runtime.bifs.global.string.StringEachTest ‑ It tests the BIF StringEach
ortus.boxlang.runtime.bifs.global.string.StringEveryTest ‑ It should return early when it his a false condition
ortus.boxlang.runtime.bifs.global.string.StringEveryTest ‑ It should run the UDF over every element as long as they return true
ortus.boxlang.runtime.bifs.global.string.StringFilterTest ‑ It tests the bif String Filter
ortus.boxlang.runtime.bifs.global.string.StringLenTest ‑ It returns the length of a date time object using a member function
ortus.boxlang.runtime.bifs.global.string.StringLenTest ‑ It returns the length of a date time object using the bif
ortus.boxlang.runtime.bifs.global.string.StringLenTest ‑ It returns the length of a number
ortus.boxlang.runtime.bifs.global.string.StringLenTest ‑ It returns the length of a number using the member method
ortus.boxlang.runtime.bifs.global.string.StringLenTest ‑ It returns the length of the string using len(string)
ortus.boxlang.runtime.bifs.global.string.StringLenTest ‑ It returns the length of the string using string.len()
ortus.boxlang.runtime.bifs.global.string.StringLenTest ‑ It returns the length of the string using stringlen(string)
ortus.boxlang.runtime.bifs.global.string.StringMapTest ‑ Tests the BIF StringMap
ortus.boxlang.runtime.bifs.global.string.StringReduceRightTest ‑ It should use the provided arrow function over the array
ortus.boxlang.runtime.bifs.global.string.StringReduceRightTest ‑ It tests the BIF StringReduceRight with defaults
ortus.boxlang.runtime.bifs.global.string.StringReduceRightTest ‑ Tests StringReduceRight with Lambda
ortus.boxlang.runtime.bifs.global.string.StringReduceRightTest ‑ Tests the member function String.reduceRight
ortus.boxlang.runtime.bifs.global.string.StringReduceTest ‑ Can reduce in to a complex object
ortus.boxlang.runtime.bifs.global.string.StringReduceTest ‑ It should use the provided arrow function over the array
ortus.boxlang.runtime.bifs.global.string.StringReduceTest ‑ It tests the BIF StringReduce with defaults
ortus.boxlang.runtime.bifs.global.string.StringReduceTest ‑ Tests StringReduce with Lambda
ortus.boxlang.runtime.bifs.global.string.StringSomeTest ‑ It should allow you to call it as a member function
ortus.boxlang.runtime.bifs.global.string.StringSomeTest ‑ It should return false if none of the values match
ortus.boxlang.runtime.bifs.global.string.StringSomeTest ‑ It should run the UDF over the array until one returns true
ortus.boxlang.runtime.bifs.global.string.StringSortTest ‑ It should sort text ascending
ortus.boxlang.runtime.bifs.global.string.StringSortTest ‑ It tests the member function for StringSort
ortus.boxlang.runtime.bifs.global.string.StripCRTest ‑ It removes carriage return characters from a string
ortus.boxlang.runtime.bifs.global.string.StripCRTest ‑ It removes carriage return characters from a string as member
ortus.boxlang.runtime.bifs.global.string.StripCRTest ‑ It removes carriage return characters from an empty string
ortus.boxlang.runtime.bifs.global.string.TrimTest ‑ It trims whitespace from the beginning and end of a string
ortus.boxlang.runtime.bifs.global.string.TrimTest ‑ It trims whitespace from the beginning and end of a string as member
ortus.boxlang.runtime.bifs.global.string.TrueFalseFormatTest ‑ It can do true false formats
ortus.boxlang.runtime.bifs.global.string.UCFirstTest ‑ It returns an empty string if the input is empty
ortus.boxlang.runtime.bifs.global.string.UCFirstTest ‑ It transforms the first letter of a string to uppercase
ortus.boxlang.runtime.bifs.global.string.UCFirstTest ‑ It transforms the first letter of each word to uppercase
ortus.boxlang.runtime.bifs.global.string.UCFirstTest ‑ It transforms the first letter of each word to uppercase, with optional lowercase for all uppercase characters
ortus.boxlang.runtime.bifs.global.string.UCFirstTest ‑ It transforms the first letter of each word to uppercase, without optional lowercase for all uppercase characters
ortus.boxlang.runtime.bifs.global.string.UCaseTest ‑ It uppercases as BIF
ortus.boxlang.runtime.bifs.global.string.UCaseTest ‑ It uppercases as BIF and casting
ortus.boxlang.runtime.bifs.global.string.UCaseTest ‑ It uppercases as member
ortus.boxlang.runtime.bifs.global.string.UCaseTest ‑ It uppercases as member and casting
ortus.boxlang.runtime.bifs.global.string.ValTest ‑ It extracts number from string
ortus.boxlang.runtime.bifs.global.string.ValTest ‑ It extracts number from string Member
ortus.boxlang.runtime.bifs.global.string.WrapTest ‑ It tests the BIF Wrap
ortus.boxlang.runtime.bifs.global.string.WrapTest ‑ It tests the member function for Wrap
ortus.boxlang.runtime.bifs.global.string.YesNoFormatTest ‑ It works
ortus.boxlang.runtime.bifs.global.struct.StructAppendTest ‑ It tests the BIF StructAppend with default overwrite
ortus.boxlang.runtime.bifs.global.struct.StructAppendTest ‑ It tests the BIF StructAppend without overwrite
ortus.boxlang.runtime.bifs.global.struct.StructAppendTest ‑ It tests the member function for Struct.Append
ortus.boxlang.runtime.bifs.global.struct.StructClearTest ‑ It can clear the struct
ortus.boxlang.runtime.bifs.global.struct.StructClearTest ‑ It can clear the struct member
ortus.boxlang.runtime.bifs.global.struct.StructCopyTest ‑ It tests the BIF StructCopy
ortus.boxlang.runtime.bifs.global.struct.StructCopyTest ‑ It tests the Struct.copy member function
ortus.boxlang.runtime.bifs.global.struct.StructDeleteTest ‑ It tests the BIF StructDelete
ortus.boxlang.runtime.bifs.global.struct.StructDeleteTest ‑ It tests the BIF StructDelete with indicateNotExists
ortus.boxlang.runtime.bifs.global.struct.StructDeleteTest ‑ It tests the member function for StructDelete
ortus.boxlang.runtime.bifs.global.struct.StructEachTest ‑ It tests the BIF StructEach
ortus.boxlang.runtime.bifs.global.struct.StructEachTest ‑ It tests the member function Struct.each()
ortus.boxlang.runtime.bifs.global.struct.StructEqualsTest ‑ It tests the BIF StructEquals
ortus.boxlang.runtime.bifs.global.struct.StructEqualsTest ‑ It tests the member function for StructEquals
ortus.boxlang.runtime.bifs.global.struct.StructEveryTest ‑ It tests the BIF StructEach
ortus.boxlang.runtime.bifs.global.struct.StructEveryTest ‑ It tests the member function Struct.each()
ortus.boxlang.runtime.bifs.global.struct.StructFilterTest ‑ It should execute in parallel with a max threads arg
ortus.boxlang.runtime.bifs.global.struct.StructFilterTest ‑ It should execute in parallel with no maxThreads arg
ortus.boxlang.runtime.bifs.global.struct.StructFilterTest ‑ It tests the BIF StructFilter
ortus.boxlang.runtime.bifs.global.struct.StructFilterTest ‑ It tests the member function Struct.some()
ortus.boxlang.runtime.bifs.global.struct.StructFindKeyTest ‑ It tests the BIF StructFindKey
ortus.boxlang.runtime.bifs.global.struct.StructFindKeyTest ‑ It tests the member function for StructFindKey
ortus.boxlang.runtime.bifs.global.struct.StructFindTest ‑ It tests the BIF StructFind
ortus.boxlang.runtime.bifs.global.struct.StructFindTest ‑ It tests the BIF StructFind with and without default values
ortus.boxlang.runtime.bifs.global.struct.StructFindTest ‑ It tests the member function for Struct.Find
ortus.boxlang.runtime.bifs.global.struct.StructFindValueTest ‑ It tests the BIF StructFindValue
ortus.boxlang.runtime.bifs.global.struct.StructFindValueTest ‑ It tests the Correct ownership is assigned to entries returned
ortus.boxlang.runtime.bifs.global.struct.StructFindValueTest ‑ It tests the member function for StructFindValue
ortus.boxlang.runtime.bifs.global.struct.StructGetMetadataTest ‑ It tests the BIF StructGetMetadata
ortus.boxlang.runtime.bifs.global.struct.StructGetMetadataTest ‑ It tests the member function for StructGetMetadata
ortus.boxlang.runtime.bifs.global.struct.StructGetTest ‑ It tests the BIF StructGet
ortus.boxlang.runtime.bifs.global.struct.StructGetTest ‑ It tests the BIF StructGet Will return a null if a value is not present
ortus.boxlang.runtime.bifs.global.struct.StructGetTest ‑ testMemberFunction()
ortus.boxlang.runtime.bifs.global.struct.StructInsertTest ‑ It tests the BIF StructIsert
ortus.boxlang.runtime.bifs.global.struct.StructInsertTest ‑ It tests the BIF StructIsert will throw an error if overwrite is false
ortus.boxlang.runtime.bifs.global.struct.StructInsertTest ‑ It tests the BIF StructIsert with overwrite
ortus.boxlang.runtime.bifs.global.struct.StructInsertTest ‑ It tests the member function for StructInsert
ortus.boxlang.runtime.bifs.global.struct.StructIsCaseSensitiveTest ‑ It tests the BIF StructIsCaseSensitive
ortus.boxlang.runtime.bifs.global.struct.StructIsCaseSensitiveTest ‑ It tests the member function for Struct.IsCaseSensitive
ortus.boxlang.runtime.bifs.global.struct.StructIsOrderedTest ‑ It tests the BIF StructIsOrdered
ortus.boxlang.runtime.bifs.global.struct.StructIsOrderedTest ‑ It tests the Member function Struct.isOrdered
ortus.boxlang.runtime.bifs.global.struct.StructKeyArrayTest ‑ It can get keys as an array
ortus.boxlang.runtime.bifs.global.struct.StructKeyArrayTest ‑ It can get keys as an array member functions
ortus.boxlang.runtime.bifs.global.struct.StructKeyExistsTest ‑ It can work on a query row object
ortus.boxlang.runtime.bifs.global.struct.StructKeyExistsTest ‑ It can work on a query row object that's empty and return an empty struct
ortus.boxlang.runtime.bifs.global.struct.StructKeyExistsTest ‑ It tests that null exists
ortus.boxlang.runtime.bifs.global.struct.StructKeyExistsTest ‑ It tests the BIF StructKeyExists
ortus.boxlang.runtime.bifs.global.struct.StructKeyExistsTest ‑ It tests the Member function Struct.keyExists
ortus.boxlang.runtime.bifs.global.struct.StructKeyListTest ‑ It can get keys as a comma-separated string
ortus.boxlang.runtime.bifs.global.struct.StructKeyListTest ‑ It can get keys as a comma-separated string using member functions
ortus.boxlang.runtime.bifs.global.struct.StructKeyListTest ‑ It can return a different delimiter
ortus.boxlang.runtime.bifs.global.struct.StructKeyTranslateTest ‑ It tests the BIF StructKeyTranslate with deep translation
ortus.boxlang.runtime.bifs.global.struct.StructKeyTranslateTest ‑ It tests the BIF StructKeyTranslate with defaults
ortus.boxlang.runtime.bifs.global.struct.StructKeyTranslateTest ‑ It tests the BIF StructKeyTranslate with key retention
ortus.boxlang.runtime.bifs.global.struct.StructKeyTranslateTest ‑ It tests the member function Struct.translateKeys
ortus.boxlang.runtime.bifs.global.struct.StructMapTest ‑ It should execute in parallel with a max threads arg
ortus.boxlang.runtime.bifs.global.struct.StructMapTest ‑ It should execute in parallel with no maxThreads arg
ortus.boxlang.runtime.bifs.global.struct.StructMapTest ‑ It tests the BIF StructMap
ortus.boxlang.runtime.bifs.global.struct.StructMapTest ‑ It tests the member function Struct.some()
ortus.boxlang.runtime.bifs.global.struct.StructNewTest ‑ It tests StructNew with comparator callback
ortus.boxlang.runtime.bifs.global.struct.StructNewTest ‑ It tests StructNew with sorting indicators
ortus.boxlang.runtime.bifs.global.struct.StructNewTest ‑ It tests ordered StructNew with locale sensitivity and no comparator
ortus.boxlang.runtime.bifs.global.struct.StructNewTest ‑ It tests the BIF StructNew
ortus.boxlang.runtime.bifs.global.struct.StructNewTest ‑ case sensitive access
ortus.boxlang.runtime.bifs.global.struct.StructReduceTest ‑ Can reduce a struct in to a nested object
ortus.boxlang.runtime.bifs.global.struct.StructReduceTest ‑ Can reduce a struct to a new struct
ortus.boxlang.runtime.bifs.global.struct.StructReduceTest ‑ Can reduce a struct to a string
ortus.boxlang.runtime.bifs.global.struct.StructReduceTest ‑ Can reduce a struct to an array
ortus.boxlang.runtime.bifs.global.struct.StructReduceTest ‑ Can reduce a using a member function
ortus.boxlang.runtime.bifs.global.struct.StructSomeTest ‑ It tests the BIF StructSome
ortus.boxlang.runtime.bifs.global.struct.StructSomeTest ‑ It tests the member function Struct.some()
ortus.boxlang.runtime.bifs.global.struct.StructSortTest ‑ Can execute sort operations on a case-senstive struct
ortus.boxlang.runtime.bifs.global.struct.StructSortTest ‑ It tests the BIF StructSort using a callback sort
ortus.boxlang.runtime.bifs.global.struct.StructSortTest ‑ It tests the BIF StructSort using the textual sort directives
ortus.boxlang.runtime.bifs.global.struct.StructSortTest ‑ It tests the BIF With numeric sort and path directives
ortus.boxlang.runtime.bifs.global.struct.StructSortTest ‑ It tests the member function for StructSort
ortus.boxlang.runtime.bifs.global.struct.StructToSortedTest ‑ Can perform a sorted conversion on a case-senstive struct
ortus.boxlang.runtime.bifs.global.struct.StructToSortedTest ‑ It tests locale sensitivity for Struct.ToSorted
ortus.boxlang.runtime.bifs.global.struct.StructToSortedTest ‑ It tests the BIF StructToSorted using a callback sort
ortus.boxlang.runtime.bifs.global.struct.StructToSortedTest ‑ It tests the BIF StructToSorted using the textual sort directives
ortus.boxlang.runtime.bifs.global.struct.StructToSortedTest ‑ It tests the member function for Struct.ToSorted
ortus.boxlang.runtime.bifs.global.struct.StructUpdateTest ‑ It tests the BIF StructUpdate with existing key
ortus.boxlang.runtime.bifs.global.struct.StructUpdateTest ‑ It tests the BIF StructUpdate with new key
ortus.boxlang.runtime.bifs.global.struct.StructUpdateTest ‑ It tests the member function for structUpdate
ortus.boxlang.runtime.bifs.global.struct.StructValueArrayTest ‑ It tests the BIF StructValueArray
ortus.boxlang.runtime.bifs.global.struct.StructValueArrayTest ‑ It tests the member function for StructValueArray
ortus.boxlang.runtime.bifs.global.system.ApplicationRestartTest ‑ It can stop an application
ortus.boxlang.runtime.bifs.global.system.ApplicationStartTimeTest ‑ It can stop an application
ortus.boxlang.runtime.bifs.global.system.ApplicationStopTest ‑ It can stop an application
ortus.boxlang.runtime.bifs.global.system.BoxAnnounceAsyncTest ‑ It can announce a non-existent event with data
ortus.boxlang.runtime.bifs.global.system.BoxAnnounceAsyncTest ‑ It can announce a non-existent event with no data
ortus.boxlang.runtime.bifs.global.system.BoxAnnounceAsyncTest ‑ It can announce an event named params
ortus.boxlang.runtime.bifs.global.system.BoxAnnounceAsyncTest ‑ It can announce an event with data
ortus.boxlang.runtime.bifs.global.system.BoxAnnounceAsyncTest ‑ It can announce an event with no data
ortus.boxlang.runtime.bifs.global.system.BoxAnnounceTest ‑ It can announce a non-existent event with data
ortus.boxlang.runtime.bifs.global.system.BoxAnnounceTest ‑ It can announce a non-existent event with no data
ortus.boxlang.runtime.bifs.global.system.BoxAnnounceTest ‑ It can announce an event named params
ortus.boxlang.runtime.bifs.global.system.BoxAnnounceTest ‑ It can announce an event with data
ortus.boxlang.runtime.bifs.global.system.BoxAnnounceTest ‑ It can announce an event with no data
ortus.boxlang.runtime.bifs.global.system.BoxRegisterInterceptorTest ‑ It can register a class
ortus.boxlang.runtime.bifs.global.system.BoxRegisterInterceptorTest ‑ It can register a closure or lambda
ortus.boxlang.runtime.bifs.global.system.BoxRegisterInterceptorTest ‑ It can register a dynamic object
ortus.boxlang.runtime.bifs.global.system.BoxRegisterInterceptorTest ‑ It can throw an exception using a closure or lambda with no states
ortus.boxlang.runtime.bifs.global.system.BoxRegisterRequestInterceptorTest ‑ It can register a class
ortus.boxlang.runtime.bifs.global.system.BoxRegisterRequestInterceptorTest ‑ It can register a closure or lambda
ortus.boxlang.runtime.bifs.global.system.BoxRegisterRequestInterceptorTest ‑ It can register a dynamic object
ortus.boxlang.runtime.bifs.global.system.BoxRegisterRequestInterceptorTest ‑ It can throw an exception using a closure or lambda with no states
ortus.boxlang.runtime.bifs.global.system.CallStackGetTest ‑ It has the correct keys when calling callStackGet
ortus.boxlang.runtime.bifs.global.system.CreateGUIDTest ‑ It creates a GUID
ortus.boxlang.runtime.bifs.global.system.CreateObjectTest ‑ It can createobject java with one class path as an array
ortus.boxlang.runtime.bifs.global.system.CreateObjectTest ‑ It can createobject java with one class path as string
ortus.boxlang.runtime.bifs.global.system.CreateObjectTest ‑ Test BIF CreateObject Java
ortus.boxlang.runtime.bifs.global.system.CreateObjectTest ‑ Test BIF CreateObject With BX
ortus.boxlang.runtime.bifs.global.system.CreateObjectTest ‑ Test BIF CreateObject With BX no type
ortus.boxlang.runtime.bifs.global.system.CreateUUIDTest ‑ It creates a UUID
ortus.boxlang.runtime.bifs.global.system.DuplicateTest ‑ It can duplicate a class
ortus.boxlang.runtime.bifs.global.system.DuplicateTest ‑ It can duplicate a class deeply
ortus.boxlang.runtime.bifs.global.system.DuplicateTest ‑ It can duplicate a variety of other types
ortus.boxlang.runtime.bifs.global.system.DuplicateTest ‑ It can duplicate null
ortus.boxlang.runtime.bifs.global.system.DuplicateTest ‑ It tests can duplicate a linked struct
ortus.boxlang.runtime.bifs.global.system.DuplicateTest ‑ It tests can duplicate a sorted struct
ortus.boxlang.runtime.bifs.global.system.DuplicateTest ‑ It tests the BIF Duplicate can duplicate a struct
ortus.boxlang.runtime.bifs.global.system.DuplicateTest ‑ It tests the BIF Duplicate can duplicate a struct containing a closure
ortus.boxlang.runtime.bifs.global.system.DuplicateTest ‑ It the BIF Duplicate can duplicate a DateTime Object
ortus.boxlang.runtime.bifs.global.system.DuplicateTest ‑ It the BIF Duplicate can duplicate an array
ortus.boxlang.runtime.bifs.global.system.DuplicateTest ‑ benchmarkArray()
ortus.boxlang.runtime.bifs.global.system.DuplicateTest ‑ benchmarkStruct()
ortus.boxlang.runtime.bifs.global.system.DuplicateTest ‑ it can duplicate a query
ortus.boxlang.runtime.bifs.global.system.DuplicateTest ‑ it can duplicate a query and assert it from TestBox issue
ortus.boxlang.runtime.bifs.global.system.EchoTest ‑ It can echo from function
ortus.boxlang.runtime.bifs.global.system.EchoTest ‑ It can echo from function output=true
ortus.boxlang.runtime.bifs.global.system.EchoTest ‑ It can echo multiple to the console
ortus.boxlang.runtime.bifs.global.system.EchoTest ‑ It can echo to the console
ortus.boxlang.runtime.bifs.global.system.GetBaseTagDataTest ‑ It gets tag data
ortus.boxlang.runtime.bifs.global.system.GetBaseTagListTest ‑ It lists the tags
ortus.boxlang.runtime.bifs.global.system.GetBaseTemplatePathTest ‑ It gets base template path
ortus.boxlang.runtime.bifs.global.system.GetBaseTemplatePathTest ‑ testAppClassInMappingSub()
ortus.boxlang.runtime.bifs.global.system.GetBoxContextTest ‑ It can get the current context
ortus.boxlang.runtime.bifs.global.system.GetBoxRuntimeTest ‑ It can get the current context
ortus.boxlang.runtime.bifs.global.system.GetBoxVersionInfoTest ‑ It can get the current context
ortus.boxlang.runtime.bifs.global.system.GetClassMetadataTest ‑ It can get the metadata for a bx class
ortus.boxlang.runtime.bifs.global.system.GetClassMetadataTest ‑ It can get the metadata for a bx interface
ortus.boxlang.runtime.bifs.global.system.GetComponentListTest ‑ It can get the components list
ortus.boxlang.runtime.bifs.global.system.GetCurrentTemplatePathTest ‑ It gets current template path
ortus.boxlang.runtime.bifs.global.system.GetCurrentTemplatePathTest ‑ It gets current template path in include
ortus.boxlang.runtime.bifs.global.system.GetFileFromPathTest ‑ It gets current file from path unix
ortus.boxlang.runtime.bifs.global.system.GetFileFromPathTest ‑ It gets current file from path windows
ortus.boxlang.runtime.bifs.global.system.GetFunctionCalledNameTest ‑ It can get the function called name when not in a function
ortus.boxlang.runtime.bifs.global.system.GetFunctionCalledNameTest ‑ Test with a function context
ortus.boxlang.runtime.bifs.global.system.GetFunctionCalledNameTest ‑ Test with a function context and a new reference
ortus.boxlang.runtime.bifs.global.system.GetFunctionListTest ‑ It can get the functions list
ortus.boxlang.runtime.bifs.global.system.GetModuleInfoTest ‑ It can get the module info
ortus.boxlang.runtime.bifs.global.system.GetModuleListTest ‑ It can get the list of loaded modules
ortus.boxlang.runtime.bifs.global.system.GetSemverTest ‑ It can build a semver using the semver builder
ortus.boxlang.runtime.bifs.global.system.GetSemverTest ‑ It can parse a semantic version string
ortus.boxlang.runtime.bifs.global.system.GetSystemSettingTest ‑ It can get a valid system env variables
ortus.boxlang.runtime.bifs.global.system.GetSystemSettingTest ‑ It can get a valid system property with any case
ortus.boxlang.runtime.bifs.global.system.GetSystemSettingTest ‑ It can get an invalid system property with a default value
ortus.boxlang.runtime.bifs.global.system.GetSystemSettingTest ‑ It will throw an exception when using an invalid property and no default value
ortus.boxlang.runtime.bifs.global.system.GetTempDirectoryTest ‑ It can get the system temp directory
ortus.boxlang.runtime.bifs.global.system.GetTickCountTest ‑ It can get get tick count
ortus.boxlang.runtime.bifs.global.system.InvokeTest ‑ It can invoke in created Box Class Instance
ortus.boxlang.runtime.bifs.global.system.InvokeTest ‑ It can invoke in current context
ortus.boxlang.runtime.bifs.global.system.InvokeTest ‑ It can invoke in existing Box Class Instance
ortus.boxlang.runtime.bifs.global.system.InvokeTest ‑ arguments as argumentCollection
ortus.boxlang.runtime.bifs.global.system.InvokeTest ‑ arguments as argumentCollection2
ortus.boxlang.runtime.bifs.global.system.InvokeTest ‑ invoke on struct
ortus.boxlang.runtime.bifs.global.system.InvokeTest ‑ invoke on variables scope
ortus.boxlang.runtime.bifs.global.system.IsInstanceOfTest ‑ False conditions
ortus.boxlang.runtime.bifs.global.system.IsInstanceOfTest ‑ It can can check BL Class types
ortus.boxlang.runtime.bifs.global.system.IsInstanceOfTest ‑ It can can check BL Interface types
ortus.boxlang.runtime.bifs.global.system.IsInstanceOfTest ‑ It can can check BL inherited Interface types
ortus.boxlang.runtime.bifs.global.system.IsInstanceOfTest ‑ It can can check Java types
ortus.boxlang.runtime.bifs.global.system.IsInstanceOfTest ‑ It can can check not Java types
ortus.boxlang.runtime.bifs.global.system.IsInstanceOfTest ‑ True conditions
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It can cast a full Java array class
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It can cast a full Java array class non standard
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It can casts to a char
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It can casts to a native Java array of int
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It can casts to a native Java array of string
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It can casts to an array of struct
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It casts 'null' to null
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It casts a boolean to string
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It casts a number to boolean
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It casts a number to byte
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It casts a number to double
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It casts a string to boolean
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It casts a string to double
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It casts a string to float
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It casts a string to int
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It casts a string to long
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It casts null to string
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It casts to string to bigdecimal
ortus.boxlang.runtime.bifs.global.system.JavaCastTest ‑ It throws an exception when casting to an invalid type
ortus.boxlang.runtime.bifs.global.system.LockTest ‑ It can exclusive
ortus.boxlang.runtime.bifs.global.system.LockTest ‑ It can get named lock
ortus.boxlang.runtime.bifs.global.system.LockTest ‑ It can get named lock exclusive
ortus.boxlang.runtime.bifs.global.system.LockTest ‑ It can get named lock exclusive 0 timeout
ortus.boxlang.runtime.bifs.global.system.LockTest ‑ It can get named lock readonly
ortus.boxlang.runtime.bifs.global.system.LockTest ‑ It can get named lock readonly 0 timeout
ortus.boxlang.runtime.bifs.global.system.LockTest ‑ It can get scope lock
ortus.boxlang.runtime.bifs.global.system.LockTest ‑ It can readonly
ortus.boxlang.runtime.bifs.global.system.LockTest ‑ It can timeout
ortus.boxlang.runtime.bifs.global.system.LockTest ‑ It can timeout no error
ortus.boxlang.runtime.bifs.global.system.ObjectMarshallerTest ‑ Can serialize/deserialize bx classes
ortus.boxlang.runtime.bifs.global.system.ObjectMarshallerTest ‑ It can serialize / deserialize an object
ortus.boxlang.runtime.bifs.global.system.PrintTest ‑ It can print a struct to the console
ortus.boxlang.runtime.bifs.global.system.PrintTest ‑ It can print an array to the console
ortus.boxlang.runtime.bifs.global.system.PrintTest ‑ It can print to the console
ortus.boxlang.runtime.bifs.global.system.PrintlnTest ‑ It can print a struct to the console

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

6287 tests found (test 4886 to 5546)

There are 6287 tests, see "Raw output" for the list of tests 4886 to 5546.
Raw output
ortus.boxlang.runtime.bifs.global.system.PrintlnTest ‑ It can print an array to the console
ortus.boxlang.runtime.bifs.global.system.PrintlnTest ‑ It can print to the console
ortus.boxlang.runtime.bifs.global.system.RunThreadInContextTest ‑ testCanRunCodeInApplication()
ortus.boxlang.runtime.bifs.global.system.RunThreadInContextTest ‑ testCanRunCodeInApplicationSession()
ortus.boxlang.runtime.bifs.global.system.RunThreadInContextTest ‑ testCanRunCodeInContext()
ortus.boxlang.runtime.bifs.global.system.SessionInvalidateTest ‑ It tests onSessionEnd
ortus.boxlang.runtime.bifs.global.system.SessionInvalidateTest ‑ It tests the BIF SessionInvalidate
ortus.boxlang.runtime.bifs.global.system.SessionRotateTest ‑ It tests the BIF SessionRotate
ortus.boxlang.runtime.bifs.global.system.SessionStartTimeTest ‑ It tests the BIF SessionStartTime
ortus.boxlang.runtime.bifs.global.system.SleepTest ‑ It tests the BIF Sleep
ortus.boxlang.runtime.bifs.global.system.SleepTest ‑ It tests the BIF Sleep will throw an error with an invalid duration
ortus.boxlang.runtime.bifs.global.system.SystemExecuteTest ‑ It tests the BIF SystemExecute with an error
ortus.boxlang.runtime.bifs.global.system.SystemExecuteTest ‑ It tests the BIF SystemExecute with default args
ortus.boxlang.runtime.bifs.global.system.SystemExecuteTest ‑ It tests the BIF SystemExecute with output to a file
ortus.boxlang.runtime.bifs.global.system.SystemExecuteTest ‑ It tests the BIF SystemExecute with timeout
ortus.boxlang.runtime.bifs.global.system.ThrowTest ‑ It can throw checked object
ortus.boxlang.runtime.bifs.global.system.ThrowTest ‑ It can throw everthing
ortus.boxlang.runtime.bifs.global.system.ThrowTest ‑ It can throw message
ortus.boxlang.runtime.bifs.global.system.ThrowTest ‑ It can throw message and object
ortus.boxlang.runtime.bifs.global.system.ThrowTest ‑ It can throw nothing
ortus.boxlang.runtime.bifs.global.system.ThrowTest ‑ It can throw unchecked object
ortus.boxlang.runtime.bifs.global.system.ThrowTest ‑ testThrowEverything2()
ortus.boxlang.runtime.bifs.global.system.ThrowTest ‑ testThrowJustType()
ortus.boxlang.runtime.bifs.global.system.ThrowTest ‑ testThrowJustType2()
ortus.boxlang.runtime.bifs.global.system.ThrowTest ‑ testThrowObjectUnnamed()
ortus.boxlang.runtime.bifs.global.system.TraceTest ‑ It tests the BIF trace
ortus.boxlang.runtime.bifs.global.system.TraceTest ‑ It tests the BIF trace with category
ortus.boxlang.runtime.bifs.global.system.TraceTest ‑ [1] Info
ortus.boxlang.runtime.bifs.global.system.TraceTest ‑ [2] warn
ortus.boxlang.runtime.bifs.global.system.TraceTest ‑ [3] Error
ortus.boxlang.runtime.bifs.global.system.TraceTest ‑ [4] Debug
ortus.boxlang.runtime.bifs.global.system.TraceTest ‑ [5] Fatal
ortus.boxlang.runtime.bifs.global.system.WriteLogTest ‑ It can write a default with a compat log argument
ortus.boxlang.runtime.bifs.global.system.WriteLogTest ‑ It can write a default with a custom log file
ortus.boxlang.runtime.bifs.global.system.WriteLogTest ‑ It can write a default with a custom log file and type
ortus.boxlang.runtime.bifs.global.system.WriteLogTest ‑ It can write to the default log file
ortus.boxlang.runtime.bifs.global.system.java.CreateDynamicProxyTest ‑ It allows java.lang.Object methods
ortus.boxlang.runtime.bifs.global.system.java.CreateDynamicProxyTest ‑ It creates a proxy
ortus.boxlang.runtime.bifs.global.system.java.CreateDynamicProxyTest ‑ It creates a proxy with multiple interfaces
ortus.boxlang.runtime.bifs.global.temporal.ClearTimezoneTest ‑ It tests the BIF ClearTimezone
ortus.boxlang.runtime.bifs.global.temporal.ClearTimezoneTest ‑ It tests the ClearTimezone works even if a default is not set
ortus.boxlang.runtime.bifs.global.temporal.CreateDateTest ‑ It tests the BIF CreateDate
ortus.boxlang.runtime.bifs.global.temporal.CreateDateTimeTest ‑ It tests the BIF CreateDateTime
ortus.boxlang.runtime.bifs.global.temporal.CreateDateTimeTest ‑ It tests the BIF CreateDateTime with a timezone identifier
ortus.boxlang.runtime.bifs.global.temporal.CreateODBCDateTimeTest ‑ It tests the BIF CreateODBCDate
ortus.boxlang.runtime.bifs.global.temporal.CreateODBCDateTimeTest ‑ It tests the BIF CreateODBCDateTime
ortus.boxlang.runtime.bifs.global.temporal.CreateODBCDateTimeTest ‑ It tests the BIF CreateODBCTime
ortus.boxlang.runtime.bifs.global.temporal.CreateODBCDateTimeTest ‑ It tests the Member function DateTime.toODBCDate
ortus.boxlang.runtime.bifs.global.temporal.CreateODBCDateTimeTest ‑ It tests the Member function DateTime.toODBCTime
ortus.boxlang.runtime.bifs.global.temporal.CreateODBCDateTimeTest ‑ It tests the Member function toODBCDateTime
ortus.boxlang.runtime.bifs.global.temporal.CreateTimeSpanTest ‑ It tests the BIF CreateTimeSpan will throw an error with a missing argument
ortus.boxlang.runtime.bifs.global.temporal.CreateTimeSpanTest ‑ It tests the BIF CreateTimeSpan with a 1 hour duration
ortus.boxlang.runtime.bifs.global.temporal.CreateTimeSpanTest ‑ It tests the BIF CreateTimeSpan with no duration
ortus.boxlang.runtime.bifs.global.temporal.DateAddTest ‑ It does not modify the original argument
ortus.boxlang.runtime.bifs.global.temporal.DateAddTest ‑ It tests the BIF DateAdd
ortus.boxlang.runtime.bifs.global.temporal.DateAddTest ‑ It tests the BIF DateAdd with a string as the date argument
ortus.boxlang.runtime.bifs.global.temporal.DateAddTest ‑ It tests the member function DateTime.add( datepart, number )
ortus.boxlang.runtime.bifs.global.temporal.DateCompareTest ‑ It tests the BIF DateCompare
ortus.boxlang.runtime.bifs.global.temporal.DateCompareTest ‑ It tests the BIF DateCompare - date 1 greater
ortus.boxlang.runtime.bifs.global.temporal.DateCompareTest ‑ It tests the BIF DateCompare - equal dates
ortus.boxlang.runtime.bifs.global.temporal.DateCompareTest ‑ It tests the BIF DateCompare with a datepart month
ortus.boxlang.runtime.bifs.global.temporal.DateCompareTest ‑ It tests the BIF DateCompare with a datepart year
ortus.boxlang.runtime.bifs.global.temporal.DateCompareTest ‑ It tests the BIF DateCompare with string dates
ortus.boxlang.runtime.bifs.global.temporal.DateCompareTest ‑ It tests the member function for DateTime.compare
ortus.boxlang.runtime.bifs.global.temporal.DateCompareTest ‑ It tests the member function for DateTime.compareTo
ortus.boxlang.runtime.bifs.global.temporal.DateConvertTest ‑ It tests the BIF DateConvert local2UTC
ortus.boxlang.runtime.bifs.global.temporal.DateConvertTest ‑ It tests the BIF DateConvert with utc2Local
ortus.boxlang.runtime.bifs.global.temporal.DateConvertTest ‑ It tests the BIF DateConvert with utc2Local on epoch date
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the BIF DateDiff in Days
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the BIF DateDiff in Hours
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the BIF DateDiff in Milliseconds
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the BIF DateDiff in Minutes
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the BIF DateDiff in Months
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the BIF DateDiff in Seconds
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the BIF DateDiff in WeekDays
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the BIF DateDiff in Weeks
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the BIF DateDiff in Years
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the BIF DateDiff will throw an error with an invalid datePart
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the member DateTime.diff in Days
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the member DateTime.diff in Hours
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the member DateTime.diff in Milliseconds
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the member DateTime.diff in Minutes
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the member DateTime.diff in Months
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the member DateTime.diff in Seconds
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the member DateTime.diff in WeekDays
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the member DateTime.diff in Weeks
ortus.boxlang.runtime.bifs.global.temporal.DateDiffTest ‑ It tests the member DateTime.diff in years
ortus.boxlang.runtime.bifs.global.temporal.DatePartTest ‑ It tests the DatePart Year
ortus.boxlang.runtime.bifs.global.temporal.DatePartTest ‑ It tests the DatePart for Day
ortus.boxlang.runtime.bifs.global.temporal.DatePartTest ‑ It tests the DatePart for DayOfWeek
ortus.boxlang.runtime.bifs.global.temporal.DatePartTest ‑ It tests the DatePart for DayOfYear
ortus.boxlang.runtime.bifs.global.temporal.DatePartTest ‑ It tests the DatePart for Hour
ortus.boxlang.runtime.bifs.global.temporal.DatePartTest ‑ It tests the DatePart for Millisecond
ortus.boxlang.runtime.bifs.global.temporal.DatePartTest ‑ It tests the DatePart for Minute
ortus.boxlang.runtime.bifs.global.temporal.DatePartTest ‑ It tests the DatePart for Month
ortus.boxlang.runtime.bifs.global.temporal.DatePartTest ‑ It tests the DatePart for Quarter
ortus.boxlang.runtime.bifs.global.temporal.DatePartTest ‑ It tests the DatePart for Second
ortus.boxlang.runtime.bifs.global.temporal.DatePartTest ‑ It tests the DatePart for Week of year
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It can use common formatters even when they contain extra spaces
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the BIF DateFormat
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the BIF DateFormat using a localized, Spanish long-form format
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the BIF DateFormat using a traditional chinese long-form format
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the BIF DateFormat with the common format masks
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the BIF DateTimeFormat
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the BIF DateTimeFormat using a localized, Spanish long-form format
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the BIF DateTimeFormat using a traditional chinese long-form format
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the BIF DateTimeFormat with the common format masks
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the BIF TimeFormat
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the BIF TimeFormat using a localized, Spanish long-form format
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the BIF TimeFormat using a traditional chinese long-form format
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the BIF TimeFormat with the common format masks
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the BIF will retain locale awareness
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the Member function DateTime.DateFormat
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the Member function DateTime.DateTimeFormat
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the Member function DateTime.DateTimeFormat with the common JS toString format
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the Member function DateTime.TimeFormat
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the Member function String.DateFormat
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the Member function String.DateTimeFormat
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the Member function String.TimeFormat
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the member function DateTime.format( mask, [timezone] )
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the output of the format will change with a timezone change
ortus.boxlang.runtime.bifs.global.temporal.GetTimezoneInfoTest ‑ It tests the BIF GetTimezoneInfo values
ortus.boxlang.runtime.bifs.global.temporal.GetTimezoneInfoTest ‑ It tests the BIF GetTimezoneInfo with no a timezone and locale argument
ortus.boxlang.runtime.bifs.global.temporal.GetTimezoneInfoTest ‑ It tests the BIF GetTimezoneInfo with no a timezone argument
ortus.boxlang.runtime.bifs.global.temporal.GetTimezoneInfoTest ‑ It tests the BIF GetTimezoneInfo with no arguments
ortus.boxlang.runtime.bifs.global.temporal.NowTest ‑ Current local time will translated in to the assigned timezone
ortus.boxlang.runtime.bifs.global.temporal.NowTest ‑ It can retrieve the current date
ortus.boxlang.runtime.bifs.global.temporal.NowTest ‑ It can retrieve the current date which will be created with the assigned timezone
ortus.boxlang.runtime.bifs.global.temporal.NowTest ‑ It can retrieve the current date with a timezone
ortus.boxlang.runtime.bifs.global.temporal.ParseDateTimeTest ‑ It tests the BIF ParseDateTime allowing Luis to use lower-case am/pm format
ortus.boxlang.runtime.bifs.global.temporal.ParseDateTimeTest ‑ It tests the BIF ParseDateTime in mm/dd/yyyy format
ortus.boxlang.runtime.bifs.global.temporal.ParseDateTimeTest ‑ It tests the BIF ParseDateTime using a localized russian format
ortus.boxlang.runtime.bifs.global.temporal.ParseDateTimeTest ‑ It tests the BIF ParseDateTime using a localized, Spanish long-form format
ortus.boxlang.runtime.bifs.global.temporal.ParseDateTimeTest ‑ It tests the BIF ParseDateTime using the alt Node Javascript toString format
ortus.boxlang.runtime.bifs.global.temporal.ParseDateTimeTest ‑ It tests the BIF ParseDateTime using the common Chrome/Firefox Javascript toString format
ortus.boxlang.runtime.bifs.global.temporal.ParseDateTimeTest ‑ It tests the BIF ParseDateTime using traditional chinese format
ortus.boxlang.runtime.bifs.global.temporal.ParseDateTimeTest ‑ It tests the BIF ParseDateTime with a common epoch pattern
ortus.boxlang.runtime.bifs.global.temporal.ParseDateTimeTest ‑ It tests the BIF ParseDateTime with a dot-delimited date
ortus.boxlang.runtime.bifs.global.temporal.ParseDateTimeTest ‑ It tests the BIF ParseDateTime with a format argument
ortus.boxlang.runtime.bifs.global.temporal.ParseDateTimeTest ‑ It tests the BIF ParseDateTime with a full ISO including offset
ortus.boxlang.runtime.bifs.global.temporal.ParseDateTimeTest ‑ It tests the BIF ParseDateTime with a full ISO including offset and locale argument
ortus.boxlang.runtime.bifs.global.temporal.ParseDateTimeTest ‑ It tests the BIF ParseDateTime with a full ISO without offset
ortus.boxlang.runtime.bifs.global.temporal.ParseDateTimeTest ‑ It tests the BIF ParseDateTime with a full ISO without offset an no T
ortus.boxlang.runtime.bifs.global.temporal.ParseDateTimeTest ‑ It tests the BIF ParseDateTime with a timezone argument
ortus.boxlang.runtime.bifs.global.temporal.ParseDateTimeTest ‑ It tests the BIF ParseDateTime with without any time
ortus.boxlang.runtime.bifs.global.temporal.SetTimezoneTest ‑ It tests the BIF SetTimezone will throw an error with an invalid timezone
ortus.boxlang.runtime.bifs.global.temporal.SetTimezoneTest ‑ It tests the BIF SetTimezone with a GMT Offset
ortus.boxlang.runtime.bifs.global.temporal.SetTimezoneTest ‑ It tests the BIF SetTimezone with a full name
ortus.boxlang.runtime.bifs.global.temporal.SetTimezoneTest ‑ It tests the BIF SetTimezone with a three letter alias zone code
ortus.boxlang.runtime.bifs.global.temporal.SetTimezoneTest ‑ It tests the BIF SetTimezone with case-insensitivity
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF Day
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF DayOfWeek
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF DayOfWeek with parse date/time
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF DayOfWeek with system Locale
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF DayOfWeekAsString
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF DayOfWeekShortAsString
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF DayOfYear
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF DaysInMonth
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF DaysInYear
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF FirstDayOfMonth
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF GetNumericDate
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF GetTimeZone
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF GetTimeZone with a specified timezone
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF Hour
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF Millisecond
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF Minute
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF Month
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF MonthAsString
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF MonthShortAsString
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF Nanosecond
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF Offset
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF Offset with a timezone argument
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF Quarter
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF Second
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF Week
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the BIF Year
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function DateTime.timeZone
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function Day
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function DayOfWeek
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function DayOfWeekAsString
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function DayOfWeekShortAsString
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function DayOfYear
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function DaysInMonth
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function DaysInYear
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function FirstDayOfMonth
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function Hour
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function Millisecond
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function Minute
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function Month
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function Nanosecond
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function Offset
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function Second
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function Week
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the DateTime Member function Year
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the Member function DateTime.DayOfWeek
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the String Member function Day
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the String Member function Month
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the String Member function Year
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the member function DateTime.Week
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the member function DateTime.monthAsString
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the member function DateTime.monthShortAsString
ortus.boxlang.runtime.bifs.global.temporal.TimeUnitsTest ‑ It tests the member function getTime
ortus.boxlang.runtime.bifs.global.type.ArrayLenTest ‑ It returns the length of the array
ortus.boxlang.runtime.bifs.global.type.ArrayLenTest ‑ It returns the length of the number
ortus.boxlang.runtime.bifs.global.type.ArrayLenTest ‑ It returns the length of the string
ortus.boxlang.runtime.bifs.global.type.ArrayLenTest ‑ It returns the length of the struct
ortus.boxlang.runtime.bifs.global.type.NullValueTest ‑ It returns null
ortus.boxlang.runtime.bifs.global.xml.XMLChildPosTest ‑ It can get find a child
ortus.boxlang.runtime.bifs.global.xml.XMLChildPosTest ‑ It can get find a child member
ortus.boxlang.runtime.bifs.global.xml.XMLElemNewTest ‑ It tests the BIF XMLElemNew
ortus.boxlang.runtime.bifs.global.xml.XMLElemNewTest ‑ It tests the BIF XMLElemNew with a namespace
ortus.boxlang.runtime.bifs.global.xml.XMLFormatTest ‑ It tests the BIF XMLFormat
ortus.boxlang.runtime.bifs.global.xml.XMLFormatTest ‑ It tests the member function for String.XMLFormat
ortus.boxlang.runtime.bifs.global.xml.XMLGetNodeTypeTest ‑ It can get node type
ortus.boxlang.runtime.bifs.global.xml.XMLGetNodeTypeTest ‑ It can get node type member
ortus.boxlang.runtime.bifs.global.xml.XMLNewTest ‑ It tests the BIF XMLNew
ortus.boxlang.runtime.bifs.global.xml.XMLParseTest ‑ It can parse
ortus.boxlang.runtime.bifs.global.xml.XMLParseTest ‑ It can parse from file
ortus.boxlang.runtime.bifs.global.xml.XMLSearchTest ‑ It can search
ortus.boxlang.runtime.bifs.global.xml.XMLSearchTest ‑ It can search member
ortus.boxlang.runtime.bifs.global.xml.XMLSearchTest ‑ It can search params
ortus.boxlang.runtime.bifs.global.xml.XMLTransformTest ‑ It can transform
ortus.boxlang.runtime.bifs.global.xml.XMLTransformTest ‑ It can transform from file
ortus.boxlang.runtime.bifs.global.xml.XMLTransformTest ‑ It can transform from file member
ortus.boxlang.runtime.bifs.global.xml.XMLTransformTest ‑ It can transform member
ortus.boxlang.runtime.bifs.global.xml.XMLValidateTest ‑ It tests the BIF XMLValidate Error
ortus.boxlang.runtime.bifs.global.xml.XMLValidateTest ‑ It tests the BIF XMLValidate Success
ortus.boxlang.runtime.cache.BoxCacheEntryTest ‑ It can serialize the BoxCacheEntry to binary
ortus.boxlang.runtime.cache.BoxCacheEntryTest ‑ When creating a BoxCacheEntry, it should have initial properties set
ortus.boxlang.runtime.cache.BoxCacheEntryTest ‑ When updating BoxCacheEntry properties, they should reflect the changes
ortus.boxlang.runtime.cache.filters.RegexFilterTest ‑ Regex Filter: Case-Insensitive Test
ortus.boxlang.runtime.cache.filters.RegexFilterTest ‑ Regex Filter: Case-Sensitive Test
ortus.boxlang.runtime.cache.filters.WildcardFilterTest ‑ Test apply method with ? pattern
ortus.boxlang.runtime.cache.filters.WildcardFilterTest ‑ Test apply method with case sensitivity
ortus.boxlang.runtime.cache.filters.WildcardFilterTest ‑ Test apply method with wildcard pattern
ortus.boxlang.runtime.cache.policies.FIFOTest ‑ FIFO Cache Policy: Comparator Test
ortus.boxlang.runtime.cache.policies.LFUTest ‑ LFU Cache Policy: Comparator Test
ortus.boxlang.runtime.cache.policies.LIFOTest ‑ LIFO Cache Policy: Comparator Test
ortus.boxlang.runtime.cache.policies.LRUTest ‑ LRU Cache Policy: Comparator Test
ortus.boxlang.runtime.cache.policies.MFUTest ‑ MFU Cache Policy: Comparator Test
ortus.boxlang.runtime.cache.policies.MRUTest ‑ MRU Cache Policy: Comparator Test
ortus.boxlang.runtime.cache.policies.RandomTest ‑ Random Cache Policy: Comparator Test
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ Get the cache store metadata report
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ Get the cache store metadata report for a specific key
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ Get the cache store metdata key map
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ It can clear all cache items with a filter
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ It can clear multiple cache items
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ It can clear specific cache items
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ It can do getOrSet() operations
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ It can get a cache item with stats
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ It can get a key stream from the cache
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ It can get a key stream with a cache filter from the cache
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ It can get all keys in the cache
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ It can get all keys in the cache using a key filter
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ It can get multiple cache items
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ It can get multiple cache items with a filter
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ It can lookup for cache keys
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ It can lookup for multiple cache keys
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ It can lookup for multiple cache keys with a filter
ortus.boxlang.runtime.cache.providers.BoxCacheProviderTest ‑ When creating a BoxCacheProvider, it should have initial properties set
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can check if a key exists
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can check if multiple keys exist
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can clear a key
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can clear all and check size
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can clear all using a filter
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can clear multiple keys
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can evict entries using the default LRU eviction policy
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can flush the store
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can get all keys
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can get all keys as a stream
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can get all keys as a stream with a filter
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can get all keys with a filter
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can get config and provider
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can get entries
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can get entries with a filter
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can get lookups with a cache filter
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can get multiple entries
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can getQuiet entries
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can getQuiet entries with a filter
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can getQuiet multiple entries
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can set an entry
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can set multiple entries
ortus.boxlang.runtime.cache.store.ConcurrentSoftReferenceStoreTest ‑ BaseTest: Can shutdown the store
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can check if a key exists
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can check if multiple keys exist
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can clear a key
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can clear all and check size
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can clear all using a filter
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can clear multiple keys
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can evict entries using the default LRU eviction policy
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can flush the store
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can get all keys
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can get all keys as a stream
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can get all keys as a stream with a filter
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can get all keys with a filter
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can get config and provider
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can get entries
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can get entries with a filter
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can get lookups with a cache filter
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can get multiple entries
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can getQuiet entries
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can getQuiet entries with a filter
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can getQuiet multiple entries
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can set an entry
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can set multiple entries
ortus.boxlang.runtime.cache.store.ConcurrentStoreTest ‑ BaseTest: Can shutdown the store
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can check if a key exists
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can check if multiple keys exist
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can clear a key
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can clear all and check size
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can clear all using a filter
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can clear multiple keys
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can evict entries using the default LRU eviction policy
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can flush the store
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can get all keys
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can get all keys as a stream
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can get all keys as a stream with a filter
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can get all keys with a filter
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can get config and provider
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can get entries
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can get entries with a filter
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can get lookups with a cache filter
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can get multiple entries
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can getQuiet entries
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can getQuiet entries with a filter
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can getQuiet multiple entries
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can set an entry
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can set multiple entries
ortus.boxlang.runtime.cache.store.FileSystemStoreTest ‑ BaseTest: Can shutdown the store
ortus.boxlang.runtime.cache.util.BoxCacheStatsTest ‑ When creating a BoxCacheStats, it should have initial properties set
ortus.boxlang.runtime.cache.util.BoxCacheStatsTest ‑ When recording a cache hit, the hit count should increase
ortus.boxlang.runtime.cache.util.BoxCacheStatsTest ‑ When recording a cache miss, the miss count should increase
ortus.boxlang.runtime.cache.util.BoxCacheStatsTest ‑ When recording a garbage collection hit, the garbage collection count should increase
ortus.boxlang.runtime.cache.util.BoxCacheStatsTest ‑ When recording an eviction, the eviction count should increase
ortus.boxlang.runtime.cache.util.BoxCacheStatsTest ‑ When resetting the cache stats, all counts should be reset to 0
ortus.boxlang.runtime.components.async.ThreadTest ‑ It can access the super scope inside a thread created by a class
ortus.boxlang.runtime.components.async.ThreadTest ‑ It can access the this scope inside a thread created by a class
ortus.boxlang.runtime.components.async.ThreadTest ‑ It can join thread no timeout
ortus.boxlang.runtime.components.async.ThreadTest ‑ It can join thread postive timeout
ortus.boxlang.runtime.components.async.ThreadTest ‑ It can join thread zero timeout
ortus.boxlang.runtime.components.async.ThreadTest ‑ It can stop thread
ortus.boxlang.runtime.components.async.ThreadTest ‑ It can thread ACF script
ortus.boxlang.runtime.components.async.ThreadTest ‑ It can thread BL tag
ortus.boxlang.runtime.components.async.ThreadTest ‑ It can thread script
ortus.boxlang.runtime.components.async.ThreadTest ‑ It can thread tag
ortus.boxlang.runtime.components.async.ThreadTest ‑ It can use local scope
ortus.boxlang.runtime.components.async.ThreadTest ‑ testHasTheadScope()
ortus.boxlang.runtime.components.cache.CacheTest ‑ It can flush a directory cache
ortus.boxlang.runtime.components.cache.CacheTest ‑ It can flush a single item from a named cache
ortus.boxlang.runtime.components.cache.CacheTest ‑ It tests the Component BXCache a directory caching
ortus.boxlang.runtime.components.cache.CacheTest ‑ It tests the Component BXCache with a simple variable
ortus.boxlang.runtime.components.cache.CacheTest ‑ It tests the Component BXCache with content between tags
ortus.boxlang.runtime.components.cache.CacheTest ‑ It tests the Component BXCache with content between tags and the content action
ortus.boxlang.runtime.components.cache.CacheTest ‑ It tests the Component BXCache with content between tags and the optimal action
ortus.boxlang.runtime.components.cache.CacheTest ‑ It tests the Component CFCache with a simple variable
ortus.boxlang.runtime.components.cache.CacheTest ‑ It tests the Component Cache with a script parsing
ortus.boxlang.runtime.components.cache.CacheTest ‑ It tests the Component Cache with complex object
ortus.boxlang.runtime.components.cache.CacheTest ‑ It tests the ability to put and retrieve a cache object
ortus.boxlang.runtime.components.debug.TimerTest ‑ It tests the BIF Timer as a comment
ortus.boxlang.runtime.components.debug.TimerTest ‑ It tests the BIF Timer as a comment in BL
ortus.boxlang.runtime.components.debug.TimerTest ‑ It tests the BIF Timer as a comment in BL Script
ortus.boxlang.runtime.components.debug.TimerTest ‑ It tests the BIF Timer as a debug append
ortus.boxlang.runtime.components.debug.TimerTest ‑ It tests the BIF Timer as a variable
ortus.boxlang.runtime.components.debug.TimerTest ‑ It tests the BIF Timer as a variable with microseconds
ortus.boxlang.runtime.components.debug.TimerTest ‑ It tests the BIF Timer as a variable with nanoseconds
ortus.boxlang.runtime.components.debug.TimerTest ‑ It tests the BIF Timer as a variable with seconds
ortus.boxlang.runtime.components.debug.TimerTest ‑ It tests the BIF Timer as inline in BL
ortus.boxlang.runtime.components.debug.TimerTest ‑ It tests the BIF Timer as outline in BL
ortus.boxlang.runtime.components.debug.TimerTest ‑ It tests the BIF Timer with only a label
ortus.boxlang.runtime.components.debug.TimerTest ‑ It tests the Component StopWatch as a variable
ortus.boxlang.runtime.components.debug.TimerTest ‑ It tests the Component StopWatch with only a label
ortus.boxlang.runtime.components.io.DirectoryTest ‑ It tests the Directory action Copy with the defaults
ortus.boxlang.runtime.components.io.DirectoryTest ‑ It tests the Directory action Create defaults will throw an error if the directory exists
ortus.boxlang.runtime.components.io.DirectoryTest ‑ It tests the Directory action Create will throw an error if createPath is false
ortus.boxlang.runtime.components.io.DirectoryTest ‑ It tests the Directory action Create with the defaults
ortus.boxlang.runtime.components.io.DirectoryTest ‑ It tests the Directory action Create with the defaults Tag
ortus.boxlang.runtime.components.io.DirectoryTest ‑ It tests the Directory action Delete
ortus.boxlang.runtime.components.io.DirectoryTest ‑ It tests the Directory action Delete without a recursive arg
ortus.boxlang.runtime.components.io.DirectoryTest ‑ It tests the Directory action List with a listInfo of all
ortus.boxlang.runtime.components.io.DirectoryTest ‑ It tests the Directory action List with a listInfo of name
ortus.boxlang.runtime.components.io.FileTest ‑ testFileAppend()
ortus.boxlang.runtime.components.io.FileTest ‑ testFileCopy()
ortus.boxlang.runtime.components.io.FileTest ‑ testFileCopyBX()
ortus.boxlang.runtime.components.io.FileTest ‑ testFileCopyCF()
ortus.boxlang.runtime.components.io.FileTest ‑ testFileDelete()
ortus.boxlang.runtime.components.io.FileTest ‑ testFileDeleteBX()
ortus.boxlang.runtime.components.io.FileTest ‑ testFileDeleteCF()
ortus.boxlang.runtime.components.io.FileTest ‑ testFileMove()
ortus.boxlang.runtime.components.io.FileTest ‑ testFileMoveBX()
ortus.boxlang.runtime.components.io.FileTest ‑ testFileMoveCF()
ortus.boxlang.runtime.components.io.FileTest ‑ testFileReadBinary()
ortus.boxlang.runtime.components.io.FileTest ‑ testFileRename()
ortus.boxlang.runtime.components.io.FileTest ‑ testTextFileReadBX()
ortus.boxlang.runtime.components.io.FileTest ‑ testTextFileReadCF()
ortus.boxlang.runtime.components.io.FileTest ‑ testTextFileReadScript()
ortus.boxlang.runtime.components.io.FileTest ‑ testTextFileWriteBL()
ortus.boxlang.runtime.components.io.FileTest ‑ testTextFileWriteCF()
ortus.boxlang.runtime.components.io.FileTest ‑ testTextFileWriteScript()
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Can get JDBC driver version info
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Can get catalog and schema names
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Can get db tables when type=tables
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Can get db tables with a basic filter of 'TABLE'
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Can get db tables with a filter, but the type is NOT tables, so it must throw an exception
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Can get filter table results by pattern name
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Can get foreign keys on a table via type=foreignkeys
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Can get primary and foreign key info in type=columns
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Can get procedures via type=index
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Can get table column data
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Can get table indices on any table case
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Can get table indices via type=index
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Can specify database.dbo.table in table attribute
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Gets empty tables query when unmatched database name is provided
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ It requires a non-null `type` argument matching a valid type
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ It requires the `table` argument on column, foreignkeys, and index types`
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Throws on non-existent datasource
ortus.boxlang.runtime.components.jdbc.DBInfoTest ‑ Throws on non-existent tablename
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It can access the results of a queryExecute call
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It can execute a query on a named datasource
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It can execute a query with a list queryparam
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It can execute a query with an array queryparam
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It can execute a query with no bindings on the default datasource
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It can execute a query with no bindings on the default datasource in BL Tags
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It can execute a query with query param bindings on the default datasource
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It can insert a null
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It can pass params as a struct in a query attribute
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It can return cached query results within the cache timeout
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It can return query results as a struct
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It can return query results as an array
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It closes connection on completion
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It throws an exception if the returnType is invalid
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It throws an exception if the returnType is struct but no columnKey is provided
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It throws an exception if the specified datasource is not registered
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It throws if mutually exclusive param sources are used
ortus.boxlang.runtime.components.jdbc.QueryTest ‑ It uses the default name of cfquery for the query results
ortus.boxlang.runtime.components.jdbc.StoredProcTest ‑ It closes connection on completion
ortus.boxlang.runtime.components.jdbc.StoredProcTest ‑ It properly handles IN params
ortus.boxlang.runtime.components.jdbc.StoredProcTest ‑ It properly handles OUT params
ortus.boxlang.runtime.components.jdbc.StoredProcTest ‑ It properly returns ResultSet objects
ortus.boxlang.runtime.components.jdbc.StoredProcTest ‑ It requires the 'procedure' argument
ortus.boxlang.runtime.components.jdbc.StoredProcTest ‑ It tests CFML tag compat syntax
ortus.boxlang.runtime.components.jdbc.StoredProcTest ‑ It throws if the stored procedure could not be located.
ortus.boxlang.runtime.components.jdbc.StoredProcTest ‑ testMultiResultSets()
ortus.boxlang.runtime.components.jdbc.TransactionTest ‑ Can compile a transaction component
ortus.boxlang.runtime.components.jdbc.TransactionTest ‑ Emits transactional events
ortus.boxlang.runtime.components.jdbc.TransactionTest ‑ Properly cleans up transaction context after exceptions
ortus.boxlang.runtime.components.jdbc.TransactionTest ‑ Re-broadcasts exceptions
ortus.boxlang.runtime.components.jdbc.TransactionTest ‑ Throws on bad action level
ortus.boxlang.runtime.components.jdbc.TransactionTest ‑ Throws on bad isolation level
ortus.boxlang.runtime.components.jdbc.TransactionTest ‑ Throws validation error if you try to commit or rollback a non-existing transaction
ortus.boxlang.runtime.components.net.HTTPTest ‑ It can handle bad gateways
ortus.boxlang.runtime.components.net.HTTPTest ‑ It can handle files
ortus.boxlang.runtime.components.net.HTTPTest ‑ It can handle multipart uploads
ortus.boxlang.runtime.components.net.HTTPTest ‑ It can handle timeouts
ortus.boxlang.runtime.components.net.HTTPTest ‑ It can make HTTP call ACF script
ortus.boxlang.runtime.components.net.HTTPTest ‑ It can make HTTP call script
ortus.boxlang.runtime.components.net.HTTPTest ‑ It can make HTTP call tag attributeCollection
ortus.boxlang.runtime.components.net.HTTPTest ‑ It can make a GET request with URL params
ortus.boxlang.runtime.components.net.HTTPTest ‑ It can make a default GET request
ortus.boxlang.runtime.components.net.HTTPTest ‑ It can make a default GET request in BL Tags
ortus.boxlang.runtime.components.net.HTTPTest ‑ It can make a post request with a json body
ortus.boxlang.runtime.components.net.HTTPTest ‑ It can make a post request with form params
ortus.boxlang.runtime.components.net.HTTPTest ‑ It can make a post request with form params where one name has multiple values
ortus.boxlang.runtime.components.net.HTTPTest ‑ It parses returned cookies into a Cookies query object
ortus.boxlang.runtime.components.system.AbortTest ‑ It can abort
ortus.boxlang.runtime.components.system.AbortTest ‑ It can abort ACF script
ortus.boxlang.runtime.components.system.AbortTest ‑ It can abort page
ortus.boxlang.runtime.components.system.AbortTest ‑ It can abort script
ortus.boxlang.runtime.components.system.AbortTest ‑ It can abort with message
ortus.boxlang.runtime.components.system.AbortTest ‑ It cannot catch abort
ortus.boxlang.runtime.components.system.AssociateTest ‑ testCanAssociate()
ortus.boxlang.runtime.components.system.AssociateTest ‑ testCanAssociateCustom()
ortus.boxlang.runtime.components.system.AssociateTest ‑ testComponentsInRightOrder()
ortus.boxlang.runtime.components.system.AssociateTest ‑ testComponentsInRightOrderAcrossContexts()
ortus.boxlang.runtime.components.system.DumpTest ‑ It can dump ACF script
ortus.boxlang.runtime.components.system.DumpTest ‑ It can dump BL tag
ortus.boxlang.runtime.components.system.DumpTest ‑ It can dump BL tag 2
ortus.boxlang.runtime.components.system.DumpTest ‑ It can dump script
ortus.boxlang.runtime.components.system.DumpTest ‑ It can dump tag
ortus.boxlang.runtime.components.system.DumpTest ‑ It can dump using the BIF
ortus.boxlang.runtime.components.system.ExecuteComponentTest ‑ testExecuteBX()
ortus.boxlang.runtime.components.system.ExecuteComponentTest ‑ testExecuteCF()
ortus.boxlang.runtime.components.system.ExitTest ‑ It can exit
ortus.boxlang.runtime.components.system.ExitTest ‑ It can exit ACF script
ortus.boxlang.runtime.components.system.ExitTest ‑ It can exit script
ortus.boxlang.runtime.components.system.ExitTest ‑ It cannot catch exit
ortus.boxlang.runtime.components.system.ExitTest ‑ testCanExitClassMethod()
ortus.boxlang.runtime.components.system.ExitTest ‑ testCanExitInclude()
ortus.boxlang.runtime.components.system.ExitTest ‑ testCanExitModuleEnd()
ortus.boxlang.runtime.components.system.ExitTest ‑ testCanExitModuleStart()
ortus.boxlang.runtime.components.system.ExitTest ‑ testCanExitUDF()
ortus.boxlang.runtime.components.system.IncludeTest ‑ It can include template ACF script
ortus.boxlang.runtime.components.system.IncludeTest ‑ It can include template BL tag
ortus.boxlang.runtime.components.system.IncludeTest ‑ It can include template script
ortus.boxlang.runtime.components.system.IncludeTest ‑ It can include template script shortcut
ortus.boxlang.runtime.components.system.IncludeTest ‑ It can include template tag
ortus.boxlang.runtime.components.system.IncludeTest ‑ It can include template tag Dot Dot Slash
ortus.boxlang.runtime.components.system.InvokeTest ‑ Call a Java Class
ortus.boxlang.runtime.components.system.InvokeTest ‑ Call a Java Class with constructor coercion
ortus.boxlang.runtime.components.system.InvokeTest ‑ It can invoke in created Box Class Instance
ortus.boxlang.runtime.components.system.InvokeTest ‑ It can invoke in current context
ortus.boxlang.runtime.components.system.InvokeTest ‑ It can invoke in current context ACF Script
ortus.boxlang.runtime.components.system.InvokeTest ‑ It can invoke in current context BL Tag
ortus.boxlang.runtime.components.system.InvokeTest ‑ It can invoke in current context CF Script
ortus.boxlang.runtime.components.system.InvokeTest ‑ It can invoke in current context CF Tag
ortus.boxlang.runtime.components.system.InvokeTest ‑ It can invoke in current context with array argumentCollection
ortus.boxlang.runtime.components.system.InvokeTest ‑ It can invoke in current context with invoke argument
ortus.boxlang.runtime.components.system.InvokeTest ‑ It can invoke in current context with invoke argument and struct
ortus.boxlang.runtime.components.system.InvokeTest ‑ It can invoke in current context with struct argumentCollection
ortus.boxlang.runtime.components.system.InvokeTest ‑ It can invoke in existing Box Class Instance
ortus.boxlang.runtime.components.system.InvokeTest ‑ It can invoke on a struct
ortus.boxlang.runtime.components.system.InvokeTest ‑ It can invoke with invoke argument and array
ortus.boxlang.runtime.components.system.InvokeTest ‑ It can transpile component to class in CF
ortus.boxlang.runtime.components.system.InvokeTest ‑ Test invoke dynamic setters
ortus.boxlang.runtime.components.system.InvokeTest ‑ arguments as argumentCollection
ortus.boxlang.runtime.components.system.InvokeTest ‑ arguments as argumentCollection2
ortus.boxlang.runtime.components.system.InvokeTest ‑ testAttributeCollection()
ortus.boxlang.runtime.components.system.InvokeTest ‑ testTagAttributes()
ortus.boxlang.runtime.components.system.LogTest ‑ It tests the BIF Log with BoxLang parsing
ortus.boxlang.runtime.components.system.LogTest ‑ It tests the BIF Log with CFML parsing
ortus.boxlang.runtime.components.system.LogTest ‑ It tests the BIF Log with Script parsing
ortus.boxlang.runtime.components.system.LoopTest ‑ testLoopArrayCollection()
ortus.boxlang.runtime.components.system.LoopTest ‑ testLoopCondition()
ortus.boxlang.runtime.components.system.LoopTest ‑ testLoopFromTo()
ortus.boxlang.runtime.components.system.LoopTest ‑ testLoopFromToStep()
ortus.boxlang.runtime.components.system.LoopTest ‑ testLoopFromToStepContens()
ortus.boxlang.runtime.components.system.LoopTest ‑ testLoopListNoIndex()
ortus.boxlang.runtime.components.system.LoopTest ‑ testLoopTimes()
ortus.boxlang.runtime.components.system.LoopTest ‑ testLoopTimesIndex()
ortus.boxlang.runtime.components.system.LoopTest ‑ testLoopTimesItem()
ortus.boxlang.runtime.components.system.LoopTest ‑ testLoopToFrom()
ortus.boxlang.runtime.components.system.LoopTest ‑ testLoopToFromDecimalStep()
ortus.boxlang.runtime.components.system.LoopTest ‑ testLoopToFromNegativeStep()
ortus.boxlang.runtime.components.system.LoopTest ‑ testLoopToFromZeroStep()
ortus.boxlang.runtime.components.system.LoopTest ‑ testLoopZeroTimes()
ortus.boxlang.runtime.components.system.LoopTest ‑ testSingleRowQueryAsStringBL()
ortus.boxlang.runtime.components.system.LoopTest ‑ testcfloopQueryAsQuery()
ortus.boxlang.runtime.components.system.LoopTest ‑ testcfloopQueryAsString()
ortus.boxlang.runtime.components.system.LoopTest ‑ testcfloopQueryAsStringBL()
ortus.boxlang.runtime.components.system.LoopTest ‑ testcfloopQueryAsStringBLBreak()
ortus.boxlang.runtime.components.system.LoopTest ‑ testcfloopQueryGrouped()
ortus.boxlang.runtime.components.system.LoopTest ‑ testcfloopQueryMaxRows()
ortus.boxlang.runtime.components.system.LoopTest ‑ testcfloopQueryStartAndMaxRows()
ortus.boxlang.runtime.components.system.LoopTest ‑ testcfloopQueryStartRow()
ortus.boxlang.runtime.components.system.LoopTest ‑ testcfloopQueryUnScoped()
ortus.boxlang.runtime.components.system.LoopTest ‑ testcfloopQueryVariablesScoped()
ortus.boxlang.runtime.components.system.ModuleTest ‑ testCanRunBXMCustomTagUnderscore()
ortus.boxlang.runtime.components.system.ModuleTest ‑ testCanRunCustomTagACFScript()
ortus.boxlang.runtime.components.system.ModuleTest ‑ testCanRunCustomTagBLTag()
ortus.boxlang.runtime.components.system.ModuleTest ‑ testCanRunCustomTagCustomAttributes()
ortus.boxlang.runtime.components.system.ModuleTest ‑ testCanRunCustomTagName()
ortus.boxlang.runtime.components.system.ModuleTest ‑ testCanRunCustomTagNameBL()
ortus.boxlang.runtime.components.system.ModuleTest ‑ testCanRunCustomTagScript()
ortus.boxlang.runtime.components.system.ModuleTest ‑ testCanRunCustomTagTag()
ortus.boxlang.runtime.components.system.ModuleTest ‑ testCanRunCustomTagUnderscore()
ortus.boxlang.runtime.components.system.ModuleTest ‑ testCanRunCustomTagUnderscoreBL()
ortus.boxlang.runtime.components.system.ModuleTest ‑ testCanRunCustomTagWithEnd()
ortus.boxlang.runtime.components.system.ModuleTest ‑ testCanRunCustomTagWithEnd2()
ortus.boxlang.runtime.components.system.ObjectTest ‑ It tests the BIF Object a java object
ortus.boxlang.runtime.components.system.ObjectTest ‑ testComponentBX()
ortus.boxlang.runtime.components.system.ObjectTest ‑ testComponentScript()
ortus.boxlang.runtime.components.system.OutputTest ‑ testCfoutputQueryAsQuery()
ortus.boxlang.runtime.components.system.OutputTest ‑ testCfoutputQueryAsString()
ortus.boxlang.runtime.components.system.OutputTest ‑ testCfoutputQueryAsStringBL()
ortus.boxlang.runtime.components.system.OutputTest ‑ testCfoutputQueryGrouped()
ortus.boxlang.runtime.components.system.OutputTest ‑ testCfoutputQueryMaxRows()
ortus.boxlang.runtime.components.system.OutputTest ‑ testCfoutputQueryStartAndMaxRows()
ortus.boxlang.runtime.components.system.OutputTest ‑ testCfoutputQueryStartRow()
ortus.boxlang.runtime.components.system.OutputTest ‑ testCfoutputQueryUnScoped()
ortus.boxlang.runtime.components.system.OutputTest ‑ testCfoutputQueryVariablesScoped()
ortus.boxlang.runtime.components.system.OutputTest ‑ testTextOutput()
ortus.boxlang.runtime.components.system.ParamTest ‑ It can param ACF script
ortus.boxlang.runtime.components.system.ParamTest ‑ It can param BL tag
ortus.boxlang.runtime.components.system.ParamTest ‑ It can param a struct to a default value
ortus.boxlang.runtime.components.system.ParamTest ‑ It can param script
ortus.boxlang.runtime.components.system.ParamTest ‑ It can param script shortcut no type
ortus.boxlang.runtime.components.system.ParamTest ‑ It can param script shortcut scope no type
ortus.boxlang.runtime.components.system.ParamTest ‑ It can param script shortcut scope type
ortus.boxlang.runtime.components.system.ParamTest ‑ It can param script shortcut scope type Only
ortus.boxlang.runtime.components.system.ParamTest ‑ It can param script shortcut with type
ortus.boxlang.runtime.components.system.ParamTest ‑ It can param script shortcut with type only
ortus.boxlang.runtime.components.system.ParamTest ‑ It can param tag
ortus.boxlang.runtime.components.system.ParamTest ‑ It skips paraming a struct with values
ortus.boxlang.runtime.components.system.SaveContentTest ‑ It can capture appended content tag
ortus.boxlang.runtime.components.system.SaveContentTest ‑ It can capture content ACF script
ortus.boxlang.runtime.components.system.SaveContentTest ‑ It can capture content BL tag
ortus.boxlang.runtime.components.system.SaveContentTest ‑ It can capture content script
ortus.boxlang.runtime.components.system.SaveContentTest ‑ It can capture content tag
ortus.boxlang.runtime.components.system.SaveContentTest ‑ It can capture trimmed content tag
ortus.boxlang.runtime.components.system.SettingTest ‑ testBLOutputQueryAsString()
ortus.boxlang.runtime.components.system.SettingTest ‑ testCfoutputQueryAsString()
ortus.boxlang.runtime.components.system.SilentTest ‑ testSilent()
ortus.boxlang.runtime.components.system.SilentTest ‑ testSilentBL()
ortus.boxlang.runtime.components.xml.XMLTest ‑ It can create XML
ortus.boxlang.runtime.components.xml.XMLTest ‑ It can create XML BL script
ortus.boxlang.runtime.components.xml.XMLTest ‑ It can create XML CF
ortus.boxlang.runtime.components.xml.XMLTest ‑ It can create XML CF script
ortus.boxlang.runtime.config.CLIOptionsTest ‑ Can build an options map using all permutations
ortus.boxlang.runtime.config.CLIOptionsTest ‑ Test CLIOptions
ortus.boxlang.runtime.config.ConfigLoaderTest ‑ It can load a custom config file using a Path
ortus.boxlang.runtime.config.ConfigLoaderTest ‑ It can load a custom config file using a URL
ortus.boxlang.runtime.config.ConfigLoaderTest ‑ It can load a custom config file using a string
ortus.boxlang.runtime.config.ConfigLoaderTest ‑ It can load the core config file
ortus.boxlang.runtime.config.ConfigLoaderTest ‑ It can merge environmental properties in to the config
ortus.boxlang.runtime.config.ConfigLoaderTest ‑ It can register a new mapping
ortus.boxlang.runtime.config.ConfigLoaderTest ‑ It can unregister a mapping
ortus.boxlang.runtime.config.segments.DatasourceConfigTest ‑ I can get a unique hash code for a datasource
ortus.boxlang.runtime.config.segments.DatasourceConfigTest ‑ It can create a unique name for an on the fly datasource
ortus.boxlang.runtime.config.segments.DatasourceConfigTest ‑ It can create a unique name for the datasource
ortus.boxlang.runtime.config.segments.DatasourceConfigTest ‑ It can create a unique name for the datasource with an application name
ortus.boxlang.runtime.config.segments.DatasourceConfigTest ‑ It can generate hikari config
ortus.boxlang.runtime.config.segments.DatasourceConfigTest ‑ It can load a config with placeholders on a dsn key
ortus.boxlang.runtime.config.segments.DatasourceConfigTest ‑ It can load a config with placeholders on a url key
ortus.boxlang.runtime.config.segments.DatasourceConfigTest ‑ It can load config
ortus.boxlang.runtime.config.segments.DatasourceConfigTest ‑ It can skip driver in place of jdbc url
ortus.boxlang.runtime.config.segments.DatasourceConfigTest ‑ It can use 'dbdriver' in place of 'driver', for CFConfig support
ortus.boxlang.runtime.config.segments.DatasourceConfigTest ‑ It can use 'type' in place of 'driver'
ortus.boxlang.runtime.config.segments.DatasourceConfigTest ‑ It can validate equality of datasources
ortus.boxlang.runtime.config.segments.DatasourceConfigTest ‑ It can validate inequality of datasources
ortus.boxlang.runtime.config.segments.DatasourceConfigTest ‑ It casts numeric values correctly upon instantation
ortus.boxlang.runtime.config.segments.SecurityConfigTest ‑ Check if a class import is allowed
ortus.boxlang.runtime.config.segments.SecurityConfigTest ‑ Check if a class import is disallowed
ortus.boxlang.runtime.config.segments.SecurityConfigTest ‑ Check if an exe extension is disallowed
ortus.boxlang.runtime.config.segments.SecurityConfigTest ‑ testIsBIFDisallowed_AllowedBIF()
ortus.boxlang.runtime.config.segments.SecurityConfigTest ‑ testisBIFAllowed_DisallowedBIF()
ortus.boxlang.runtime.config.segments.SecurityConfigTest ‑ testisComponentAllowed_AllowedComponent()
ortus.boxlang.runtime.config.segments.SecurityConfigTest ‑ testisComponentAllowed_DisallowedComponent()
ortus.boxlang.runtime.config.util.PlaceholderHelperTest ‑ Placeholder can replace more than one placeholder of the same name
ortus.boxlang.runtime.config.util.PlaceholderHelperTest ‑ Placeholder can replace with a custom map
ortus.boxlang.runtime.config.util.PlaceholderHelperTest ‑ Placeholder can replace with a custom map and default values
ortus.boxlang.runtime.config.util.PlaceholderHelperTest ‑ PlaceholderHelper.resolve() should not resolve placeholders with invalid syntax
ortus.boxlang.runtime.config.util.PlaceholderHelperTest ‑ PlaceholderHelper.resolve() should not resolve unknown placeholders
ortus.boxlang.runtime.config.util.PlaceholderHelperTest ‑ PlaceholderHelper.resolve() should resolve placeholders in the input string with no case sensitivity
ortus.boxlang.runtime.context.BaseContextTest ‑ testClosure()
ortus.boxlang.runtime.context.BaseContextTest ‑ testClosureInClosureInUDF()
ortus.boxlang.runtime.context.BaseContextTest ‑ testClosureInUDF()
ortus.boxlang.runtime.context.BaseContextTest ‑ testLambda()
ortus.boxlang.runtime.context.BaseContextTest ‑ testScripting()
ortus.boxlang.runtime.context.BaseContextTest ‑ testUDF()
ortus.boxlang.runtime.context.CatchBoxContextTest ‑ Test default assignment scope
ortus.boxlang.runtime.context.CatchBoxContextTest ‑ Test default constructor
ortus.boxlang.runtime.context.ClosureBoxContextTest ‑ Can find closest function
ortus.boxlang.runtime.context.ClosureBoxContextTest ‑ Test constructors
ortus.boxlang.runtime.context.ClosureBoxContextTest ‑ Test default assignment scope
ortus.boxlang.runtime.context.ClosureBoxContextTest ‑ Test scope lookup
ortus.boxlang.runtime.context.FunctionBoxContextTest ‑ Can find closest function
ortus.boxlang.runtime.context.FunctionBoxContextTest ‑ Test constructors
ortus.boxlang.runtime.context.FunctionBoxContextTest ‑ Test default assignment scope
ortus.boxlang.runtime.context.FunctionBoxContextTest ‑ Test scope lookup
ortus.boxlang.runtime.context.LambdaBoxContextTest ‑ Can find closest function
ortus.boxlang.runtime.context.LambdaBoxContextTest ‑ Test constructors
ortus.boxlang.runtime.context.LambdaBoxContextTest ‑ Test default assignment scope
ortus.boxlang.runtime.context.LambdaBoxContextTest ‑ Test scope lookup
ortus.boxlang.runtime.context.ScriptingRequestBoxContextTest ‑ Can load an app descriptor
ortus.boxlang.runtime.context.ScriptingRequestBoxContextTest ‑ Can load an app descriptor with a string for a defaultDatasource
ortus.boxlang.runtime.context.ScriptingRequestBoxContextTest ‑ Can load an app descriptor with an inline datasource for a defaultDatasource
ortus.boxlang.runtime.context.ScriptingRequestBoxContextTest ‑ Test default assignment scope
ortus.boxlang.runtime.context.ScriptingRequestBoxContextTest ‑ Test default constructor
ortus.boxlang.runtime.context.ScriptingRequestBoxContextTest ‑ Test scopeFind default scope
ortus.boxlang.runtime.context.ScriptingRequestBoxContextTest ‑ Test scopeFind with existing key
ortus.boxlang.runtime.context.ScriptingRequestBoxContextTest ‑ Test scopeFind with missing key
ortus.boxlang.runtime.context.ScriptingRequestBoxContextTest ‑ Test template path

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

6287 tests found (test 5547 to 6270)

There are 6287 tests, see "Raw output" for the list of tests 5547 to 6270.
Raw output
ortus.boxlang.runtime.dynamic.AttemptTest ‑ Can work with a flatMap attempt
ortus.boxlang.runtime.dynamic.AttemptTest ‑ Has to match a regex
ortus.boxlang.runtime.dynamic.AttemptTest ‑ Has to match specific types
ortus.boxlang.runtime.dynamic.AttemptTest ‑ Test creation with no values
ortus.boxlang.runtime.dynamic.AttemptTest ‑ Test creation with values
ortus.boxlang.runtime.dynamic.AttemptTest ‑ testValidationPredicate()
ortus.boxlang.runtime.dynamic.ExpressionInterpreterTest ‑ It can error on invalid Expression
ortus.boxlang.runtime.dynamic.ExpressionInterpreterTest ‑ It can get a deep variable
ortus.boxlang.runtime.dynamic.ExpressionInterpreterTest ‑ It can get a deep variable with brackets
ortus.boxlang.runtime.dynamic.ExpressionInterpreterTest ‑ It can get a scope
ortus.boxlang.runtime.dynamic.ExpressionInterpreterTest ‑ It can get a scoped variable
ortus.boxlang.runtime.dynamic.ExpressionInterpreterTest ‑ It can get a scoped variable double escape
ortus.boxlang.runtime.dynamic.ExpressionInterpreterTest ‑ It can get a scoped variable single escape
ortus.boxlang.runtime.dynamic.ExpressionInterpreterTest ‑ It can get a scoped variable2
ortus.boxlang.runtime.dynamic.ExpressionInterpreterTest ‑ It can get an unscoped variable
ortus.boxlang.runtime.dynamic.ExpressionInterpreterTest ‑ It can get dot expression inside of brackets
ortus.boxlang.runtime.dynamic.ExpressionInterpreterTest ‑ It can get expression inside of brackets
ortus.boxlang.runtime.dynamic.ExpressionInterpreterTest ‑ It can get string literal
ortus.boxlang.runtime.dynamic.ExpressionInterpreterTest ‑ It can set a deep variable with array notation
ortus.boxlang.runtime.dynamic.ExpressionInterpreterTest ‑ It can set a deep variable with array notation and inner expr
ortus.boxlang.runtime.dynamic.ExpressionInterpreterTest ‑ It can set a scoped variable
ortus.boxlang.runtime.dynamic.ExpressionInterpreterTest ‑ It can set an unscoped variable
ortus.boxlang.runtime.dynamic.ReferencerTest ‑ It can assign deeply
ortus.boxlang.runtime.dynamic.ReferencerTest ‑ It can assign deeply array
ortus.boxlang.runtime.dynamic.ReferencerTest ‑ It can assign to a scope
ortus.boxlang.runtime.dynamic.ReferencerTest ‑ It can assign to a struct
ortus.boxlang.runtime.dynamic.ReferencerTest ‑ It can dereference from a scope
ortus.boxlang.runtime.dynamic.ReferencerTest ‑ It can dereference from a struct
ortus.boxlang.runtime.dynamic.ReferencerTest ‑ It can safely dereference from a scope
ortus.boxlang.runtime.dynamic.ReferencerTest ‑ It can safely dereference from a struct
ortus.boxlang.runtime.dynamic.casters.ArrayCasterTest ‑ It can cast a BL Array to a array
ortus.boxlang.runtime.dynamic.casters.ArrayCasterTest ‑ It can cast a Java Array to a array
ortus.boxlang.runtime.dynamic.casters.ArrayCasterTest ‑ It can cast a Java List to a array
ortus.boxlang.runtime.dynamic.casters.ArrayCasterTest ‑ It can cast arguments scope to a array
ortus.boxlang.runtime.dynamic.casters.ArrayCasterTest ‑ It should no cast Integer to Java Array
ortus.boxlang.runtime.dynamic.casters.ArrayCasterTest ‑ The returned value should be null
ortus.boxlang.runtime.dynamic.casters.BigIntegerCasterTest ‑ It can cast a BigDecimal
ortus.boxlang.runtime.dynamic.casters.BigIntegerCasterTest ‑ It can cast a boxed Double
ortus.boxlang.runtime.dynamic.casters.BigIntegerCasterTest ‑ It can cast a boxed Long
ortus.boxlang.runtime.dynamic.casters.BigIntegerCasterTest ‑ It can cast a boxed int
ortus.boxlang.runtime.dynamic.casters.BigIntegerCasterTest ‑ It can cast a primitive Double
ortus.boxlang.runtime.dynamic.casters.BigIntegerCasterTest ‑ It can cast a primitive Long
ortus.boxlang.runtime.dynamic.casters.BigIntegerCasterTest ‑ It can cast a primitive int
ortus.boxlang.runtime.dynamic.casters.BooleanCasterTest ‑ It can attempt to cast
ortus.boxlang.runtime.dynamic.casters.BooleanCasterTest ‑ It can cast a boolean to a boolean
ortus.boxlang.runtime.dynamic.casters.BooleanCasterTest ‑ It can cast a complex object to a boolean
ortus.boxlang.runtime.dynamic.casters.BooleanCasterTest ‑ It can cast a number to a boolean
ortus.boxlang.runtime.dynamic.casters.BooleanCasterTest ‑ It can cast a string to a boolean
ortus.boxlang.runtime.dynamic.casters.CollectionCasterTest ‑ It can cast a List to a Collection
ortus.boxlang.runtime.dynamic.casters.CollectionCasterTest ‑ It can cast a Map to a Collection
ortus.boxlang.runtime.dynamic.casters.CollectionCasterTest ‑ It can cast a Scope to a Collection
ortus.boxlang.runtime.dynamic.casters.CollectionCasterTest ‑ It can cast an Array to a Collection
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ It can cast null to not be a date
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting Calendar to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting Date to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting ISO Date string to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting ISO DateTime string to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting LocalDate to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting LocalDateTime to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting Month First long Date string to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting Month First medium Date string to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting Month First short Date string to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting ODBC Date string to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting ODBC DateTime string to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting ZonedDateTime to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting full Date string to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting full DateTime string to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting full ISO DateTime with millis string to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting invalid string representation of date to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting long Date string to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting long DateTime string to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting medium Date string to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting medium DateTime string to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting short Date string to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting short DateTime string to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test casting valid string representation of date to DateTime
ortus.boxlang.runtime.dynamic.casters.DateTimeCasterTest ‑ Test ts strings
ortus.boxlang.runtime.dynamic.casters.DoubleCasterTest ‑ It can attempt to cast
ortus.boxlang.runtime.dynamic.casters.DoubleCasterTest ‑ It can cast a Double to a Double
ortus.boxlang.runtime.dynamic.casters.DoubleCasterTest ‑ It can cast a boolean to a Double
ortus.boxlang.runtime.dynamic.casters.DoubleCasterTest ‑ It can cast a char array to a Double
ortus.boxlang.runtime.dynamic.casters.DoubleCasterTest ‑ It can cast a char to a Double
ortus.boxlang.runtime.dynamic.casters.DoubleCasterTest ‑ It can cast a null to a Double
ortus.boxlang.runtime.dynamic.casters.DoubleCasterTest ‑ It can cast a string to a Double
ortus.boxlang.runtime.dynamic.casters.DoubleCasterTest ‑ canMeetBenchmark()
ortus.boxlang.runtime.dynamic.casters.DoubleCasterTest ‑ testInfinity()
ortus.boxlang.runtime.dynamic.casters.DoubleCasterTest ‑ testItCanHandleFloatingPointMath()
ortus.boxlang.runtime.dynamic.casters.FunctionCasterTest ‑ It can attempt to cast
ortus.boxlang.runtime.dynamic.casters.FunctionCasterTest ‑ It can cast a Function to a Function
ortus.boxlang.runtime.dynamic.casters.FunctionCasterTest ‑ It can cast a Java Lambda to a Function
ortus.boxlang.runtime.dynamic.casters.FunctionCasterTest ‑ It can not cast a non-function
ortus.boxlang.runtime.dynamic.casters.KeyCasterTest ‑ It can attempt to cast
ortus.boxlang.runtime.dynamic.casters.KeyCasterTest ‑ It can cast a BigDecimal to a key
ortus.boxlang.runtime.dynamic.casters.KeyCasterTest ‑ It can cast a Boolean to a key
ortus.boxlang.runtime.dynamic.casters.KeyCasterTest ‑ It can cast a Double to a key
ortus.boxlang.runtime.dynamic.casters.KeyCasterTest ‑ It can cast a Float to a key
ortus.boxlang.runtime.dynamic.casters.KeyCasterTest ‑ It can cast a byte array to a key
ortus.boxlang.runtime.dynamic.casters.KeyCasterTest ‑ It can cast a null to a key
ortus.boxlang.runtime.dynamic.casters.KeyCasterTest ‑ It can cast a string to a key
ortus.boxlang.runtime.dynamic.casters.KeyCasterTest ‑ It can cast an int to a key
ortus.boxlang.runtime.dynamic.casters.ModifiableArrayCasterTest ‑ It can cast a BL Array to a array
ortus.boxlang.runtime.dynamic.casters.ModifiableArrayCasterTest ‑ It can cast a Java Array to a array
ortus.boxlang.runtime.dynamic.casters.ModifiableArrayCasterTest ‑ It can cast a Java List to a array
ortus.boxlang.runtime.dynamic.casters.ModifiableArrayCasterTest ‑ It can cast arguments scope to a array
ortus.boxlang.runtime.dynamic.casters.ModifiableStructCasterTest ‑ It can cast a BL Struct to a Struct
ortus.boxlang.runtime.dynamic.casters.ModifiableStructCasterTest ‑ It can cast a Java Map to a Struct
ortus.boxlang.runtime.dynamic.casters.ModifiableStructCasterTest ‑ It can cast arguments scope to a Struct
ortus.boxlang.runtime.dynamic.casters.NumberCasterTest ‑ It can attempt to cast
ortus.boxlang.runtime.dynamic.casters.NumberCasterTest ‑ It can cast a Double to a Number
ortus.boxlang.runtime.dynamic.casters.NumberCasterTest ‑ It can cast a char array to a Number
ortus.boxlang.runtime.dynamic.casters.NumberCasterTest ‑ It can cast a char to a Number
ortus.boxlang.runtime.dynamic.casters.NumberCasterTest ‑ It can cast a null to a Number
ortus.boxlang.runtime.dynamic.casters.NumberCasterTest ‑ It can cast a string to a Number
ortus.boxlang.runtime.dynamic.casters.NumberCasterTest ‑ It will NOT cast a boolean to a Number
ortus.boxlang.runtime.dynamic.casters.NumberCasterTest ‑ canMeetBenchmark()
ortus.boxlang.runtime.dynamic.casters.NumberCasterTest ‑ testItCanHandleFloatingPointMath()
ortus.boxlang.runtime.dynamic.casters.QueryCasterTest ‑ It can attempt to cast
ortus.boxlang.runtime.dynamic.casters.QueryCasterTest ‑ It can cast a query to a query
ortus.boxlang.runtime.dynamic.casters.StringCasterTest ‑ It can attempt to cast
ortus.boxlang.runtime.dynamic.casters.StringCasterTest ‑ It can cast a BigDecimal to a string
ortus.boxlang.runtime.dynamic.casters.StringCasterTest ‑ It can cast a Boolean to a string
ortus.boxlang.runtime.dynamic.casters.StringCasterTest ‑ It can cast a Double to a string
ortus.boxlang.runtime.dynamic.casters.StringCasterTest ‑ It can cast a Float to a string
ortus.boxlang.runtime.dynamic.casters.StringCasterTest ‑ It can cast a Locale to a string
ortus.boxlang.runtime.dynamic.casters.StringCasterTest ‑ It can cast a TimeZone to a string
ortus.boxlang.runtime.dynamic.casters.StringCasterTest ‑ It can cast a byte array to a string
ortus.boxlang.runtime.dynamic.casters.StringCasterTest ‑ It can cast a string to a string
ortus.boxlang.runtime.dynamic.casters.StringCasterTest ‑ It can cast an InetSocketAddress to a string
ortus.boxlang.runtime.dynamic.casters.StringCasterTest ‑ It can cast an int to a string
ortus.boxlang.runtime.dynamic.casters.StringCasterTest ‑ It cannot cast a null to a string
ortus.boxlang.runtime.dynamic.casters.StructCasterTest ‑ It can cast a BL Struct to a Struct
ortus.boxlang.runtime.dynamic.casters.StructCasterTest ‑ It can cast a Java Map to a Struct
ortus.boxlang.runtime.dynamic.casters.StructCasterTest ‑ It can cast arguments scope to a Struct
ortus.boxlang.runtime.dynamic.casters.ThrowableCasterTest ‑ testItCanCastAStruct()
ortus.boxlang.runtime.dynamic.casters.ThrowableCasterTest ‑ testItCanCastAStructNested()
ortus.boxlang.runtime.dynamic.casters.ThrowableCasterTest ‑ testItCanCastAStructWithoutExtendedInfo()
ortus.boxlang.runtime.dynamic.casters.ThrowableCasterTest ‑ testItCanCastAThrowable()
ortus.boxlang.runtime.dynamic.casters.TimeCasterTest ‑ It can cast null to not be a Time
ortus.boxlang.runtime.dynamic.casters.TimeCasterTest ‑ Test casting full Time string to Time
ortus.boxlang.runtime.dynamic.casters.TimeCasterTest ‑ Test casting long Time string to DateTime
ortus.boxlang.runtime.dynamic.casters.TimeCasterTest ‑ Test casting medium Time string to DateTime
ortus.boxlang.runtime.dynamic.casters.TimeCasterTest ‑ Test casting short Time string to DateTime
ortus.boxlang.runtime.dynamic.casters.TimeCasterTest ‑ Test casting valid string representation of time to Time
ortus.boxlang.runtime.dynamic.casters.XMLCasterTest ‑ It can cast XML to XML
ortus.boxlang.runtime.dynamic.casters.XMLCasterTest ‑ It can cast a Node to XML
ortus.boxlang.runtime.dynamic.casters.XMLCasterTest ‑ It can not cast other stuff
ortus.boxlang.runtime.dynamic.javaproxy.InterfaceProxyServiceTest ‑ It can generate a proxy
ortus.boxlang.runtime.events.InterceptorPoolTest ‑ It can announceAsync
ortus.boxlang.runtime.events.InterceptorPoolTest ‑ It can register and announce pure Java interceptors
ortus.boxlang.runtime.events.InterceptorPoolTest ‑ It can register lambdas as interceptors
ortus.boxlang.runtime.events.InterceptorPoolTest ‑ It can register new interception states with a non-existing point
ortus.boxlang.runtime.events.InterceptorPoolTest ‑ It can register new interception states with an existing point
ortus.boxlang.runtime.events.InterceptorPoolTest ‑ It can remove interception points
ortus.boxlang.runtime.events.InterceptorPoolTest ‑ Test it can get build a pool
ortus.boxlang.runtime.events.InterceptorPoolTest ‑ Test it can register interception points and filter duplicates
ortus.boxlang.runtime.events.InterceptorPoolTest ‑ it can announce an event to a specific state
ortus.boxlang.runtime.events.InterceptorPoolTest ‑ it can announce an event to a specific state with case-insensitivity
ortus.boxlang.runtime.events.InterceptorPoolTest ‑ it can register new interceptors
ortus.boxlang.runtime.events.InterceptorPoolTest ‑ it can unregister interceptors with a specific state
ortus.boxlang.runtime.events.InterceptorPoolTest ‑ it can unregister interceptors with all states
ortus.boxlang.runtime.events.InterceptorStateTest ‑ It can process observers
ortus.boxlang.runtime.events.InterceptorStateTest ‑ It can register and unregister observers
ortus.boxlang.runtime.interceptors.LoggingInterceptorTest ‑ It can log a message
ortus.boxlang.runtime.interceptors.LoggingInterceptorTest ‑ It can log a message to an absolute path
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ Can work with BigDecimal
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ I want to import a Java class and call a static method on the import
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ Invoke Interface Method implemented by Private Class in BoxLang
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ Invoke Public Method Inherited From Private Class Example
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ Invoke Public Method Inherited From Private Class in BoxLang
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can call a constructor with a dynamic argument that implements an interface
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can call a constructor with many arguments
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can call a constructor with no arguments
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can call a constructor with one argument
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can call getClass() via createObject( 'java' ) wihtout failing
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can call instance methods with many arguments
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can call instance methods with no arguments
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can call methods on interfaces
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can call static methods on classes
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can coerce boxlang closures to functional interfaces
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can coerce boxlang lambdas in parallel to functional interfaces
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can coerce boxlang lambdas to functional interfaces
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can coerce into any functional interface or sam
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can coerce number types
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can execute varargs using positional additions
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can find a matching constructor using argument types and length
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can find methods by case-insensitive name and types
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can get all the callable constructors as a stream
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can get all the callable constructors on a class
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can get all the callable method names of a class
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can get all the callable method names of a class with no case
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can get all the field names of a class
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can get all the field names of a class with no case sensitivity
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can get all the fields of a class
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can get check if a class has specific method names
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can get non-existent field with a default value
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can get public fields
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can get public fields with any case-sensitivity
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can get set values on public fields
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can get static public fields
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can throw an exception when getting an invalid field
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It can verify if a field with a specific name exists
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It use Lists
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It use native arrays
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It use native maps
ortus.boxlang.runtime.interop.DynamicInteropServiceTest ‑ It use native maps with complex keys
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can call a constructor with many arguments
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can call a constructor with no arguments
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can call a constructor with one argument
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can call instance methods with many arguments
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can call instance methods with no arguments
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can call methods on interfaces
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can call static methods on classes
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can create a class with private constructors
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can create class invokers of classes
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can create class invokers of instances
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can create class invokers of interfaces
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can find methods by case-insensitive name and types
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can get all the callable method names of a class
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can get all the callable method names of a class with no case
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can get all the field names of a class
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can get all the field names of a class with no case sensitivity
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can get all the fields of a class
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can get check if a class has specific method names
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can get non-existent field with a default value
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can get public fields
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can get public fields with any case-sensitivity
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can get set values on public fields
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can get static public fields
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can init class
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can init instance
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can throw an exception when getting an invalid field
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can unwrap itself
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can unwrap statically
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It can verify if a field with a specific name exists
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It use Lists
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It use native arrays
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It use native maps
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ It use native maps with complex keys
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ Test hashcode and equals of classes
ortus.boxlang.runtime.interop.DynamicObjectTest ‑ Test hashcode and equals of instances
ortus.boxlang.runtime.jdbc.ConnectionManagerTest ‑ It can create a connection manager
ortus.boxlang.runtime.jdbc.ConnectionManagerTest ‑ It can get a datasource by name
ortus.boxlang.runtime.jdbc.ConnectionManagerTest ‑ It can get a datasource on the fly
ortus.boxlang.runtime.jdbc.ConnectionManagerTest ‑ It can get the default datasource
ortus.boxlang.runtime.jdbc.ConnectionManagerTest ‑ It can get the default datasource with a context override
ortus.boxlang.runtime.jdbc.ConnectionManagerTest ‑ It can register a datasource of key name and properties struct
ortus.boxlang.runtime.jdbc.ConnectionManagerTest ‑ It will get a datasource on the fly using 'type' instead of driver
ortus.boxlang.runtime.jdbc.ConnectionManagerTest ‑ It will return null for a non-existent datasource
ortus.boxlang.runtime.jdbc.ConnectionManagerTest ‑ It will throw an exception for an on the fly missing a driver
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can check authentication
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can compare datasources
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can execute queries with parameters without providing a connection
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can execute simple queries without providing a connection
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can get a JDBC connection regardless of key casing
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can get a MSSQL JDBC connection
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can get a MySQL JDBC connection
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can get an Apache Derby JDBC connection
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can get basic pool statistics
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can get results in array form
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can get results in query form
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can query a datasource by name
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can query a datasource by struct
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It can retrieve the generated keys from an insert query
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It closes datasource connections on shutdown
ortus.boxlang.runtime.jdbc.DataSourceTest ‑ It throws an exception if a named param is missing
ortus.boxlang.runtime.jdbc.DerbyModuleTest ‑ testDerbyConnection()
ortus.boxlang.runtime.jdbc.TransactionTest ‑ A return in the transaction body should commit and gracefully close the transaction, then release the connection to the connection pool.
ortus.boxlang.runtime.jdbc.TransactionTest ‑ Can commit a transaction
ortus.boxlang.runtime.jdbc.TransactionTest ‑ Can commit a transaction in tag syntax
ortus.boxlang.runtime.jdbc.TransactionTest ‑ Can commit a transaction using action=commit
ortus.boxlang.runtime.jdbc.TransactionTest ‑ Can handle rollbacks
ortus.boxlang.runtime.jdbc.TransactionTest ‑ Can roll back the entire transaction if no named savepoint is specified
ortus.boxlang.runtime.jdbc.TransactionTest ‑ Can roll back to named savepoint
ortus.boxlang.runtime.jdbc.TransactionTest ‑ Can run an empty transaction with no default datasource defined
ortus.boxlang.runtime.jdbc.TransactionTest ‑ Can set savepoint and rollback via action/savepoint attributes
ortus.boxlang.runtime.jdbc.TransactionTest ‑ Can specify a datasource for the transaction
ortus.boxlang.runtime.jdbc.TransactionTest ‑ Commits persist despite rollbacks
ortus.boxlang.runtime.jdbc.TransactionTest ‑ Nested transactions: A rollback on the child will not roll back the parent
ortus.boxlang.runtime.jdbc.TransactionTest ‑ Nested transactions: A rollback on the parent will roll back the child
ortus.boxlang.runtime.jdbc.TransactionTest ‑ Nested transactions: Savepoints do not collide between the parent and child
ortus.boxlang.runtime.jdbc.TransactionTest ‑ Setting an invalid isolation will throw an error
ortus.boxlang.runtime.jdbc.TransactionTest ‑ [1] read_uncommitted
ortus.boxlang.runtime.jdbc.TransactionTest ‑ [2] read_committed
ortus.boxlang.runtime.jdbc.TransactionTest ‑ [3] repeatable_read
ortus.boxlang.runtime.jdbc.TransactionTest ‑ [4] serializable
ortus.boxlang.runtime.jdbc.TransactionTest ‑ an exception will roll back the transaction
ortus.boxlang.runtime.jdbc.TransactionTest ‑ automatically commits at the end of a (successful) transaction
ortus.boxlang.runtime.jdbc.TransactionTest ‑ testCustomQueryDatasource()
ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriverTest ‑ Test buildConnectionURL()
ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriverTest ‑ Test buildConnectionURL() with a string port
ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriverTest ‑ Test getClassName()
ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriverTest ‑ Test getName()
ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriverTest ‑ Test getType()
ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriverTest ‑ Throw an exception if the database is not found
ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriverTest ‑ Throw an exception if the driver is not found
ortus.boxlang.runtime.jdbc.drivers.GenericJDBCDriverTest ‑ Throw an exception if the port is not found
ortus.boxlang.runtime.loader.ClassLocatorTest ‑ It can find appropriate imports based on resolver type
ortus.boxlang.runtime.loader.ClassLocatorTest ‑ It can load classes with resolver prefix part of name
ortus.boxlang.runtime.loader.ClassLocatorTest ‑ It can load classes with system resolver lookup
ortus.boxlang.runtime.loader.ClassLocatorTest ‑ It can load native Java classes and add to the resolver cache
ortus.boxlang.runtime.loader.ClassLocatorTest ‑ It can register the core resolvers
ortus.boxlang.runtime.loader.ClassLocatorTest ‑ It can safe load non-existent classes without throwing an exception
ortus.boxlang.runtime.loader.ClassLocatorTest ‑ It can throw an exception if you try to remove a core resolver
ortus.boxlang.runtime.loader.ClassLocatorTest ‑ Resolver cache methods work
ortus.boxlang.runtime.loader.DynamicClassLoaderTest ‑ Class Not Found
ortus.boxlang.runtime.loader.DynamicClassLoaderTest ‑ Close ClassLoader
ortus.boxlang.runtime.loader.DynamicClassLoaderTest ‑ Load Class Successfully
ortus.boxlang.runtime.loader.ImportDefinitionTest ‑ It can parse a simple import from a module
ortus.boxlang.runtime.loader.ImportDefinitionTest ‑ It can parse a simple import from a module using an alias
ortus.boxlang.runtime.loader.ImportDefinitionTest ‑ It can parse a simple import from a module using wildcards
ortus.boxlang.runtime.loader.ImportDefinitionTest ‑ It can use default constructor
ortus.boxlang.runtime.loader.ImportDefinitionTest ‑ It can use default constructor with nulls
ortus.boxlang.runtime.loader.ImportDefinitionTest ‑ It can use static constructor parser
ortus.boxlang.runtime.loader.resolvers.BaseResolverTest ‑ It can create a base resolver
ortus.boxlang.runtime.loader.resolvers.BaseResolverTest ‑ It can expand basic imports
ortus.boxlang.runtime.loader.resolvers.BoxResolverTest ‑ It can be created correctly with the rigth prefix
ortus.boxlang.runtime.loader.resolvers.BoxResolverTest ‑ It can find classes from local disk using a mapping
ortus.boxlang.runtime.loader.resolvers.BoxResolverTest ‑ It can find classes from modules
ortus.boxlang.runtime.loader.resolvers.BoxResolverTest ‑ It can resolve classes using direct class names
ortus.boxlang.runtime.loader.resolvers.BoxResolverTest ‑ It can resolve classes using direct imports
ortus.boxlang.runtime.loader.resolvers.BoxResolverTest ‑ It can resolve classes using imports for modules
ortus.boxlang.runtime.loader.resolvers.BoxResolverTest ‑ It can resolve classes using relative paths from a template executing it
ortus.boxlang.runtime.loader.resolvers.BoxResolverTest ‑ It can resolve classes using wildcard imports
ortus.boxlang.runtime.loader.resolvers.JavaResolverTest ‑ It can find be created
ortus.boxlang.runtime.loader.resolvers.JavaResolverTest ‑ It can find classes from dependent libraries
ortus.boxlang.runtime.loader.resolvers.JavaResolverTest ‑ It can find classes from the system
ortus.boxlang.runtime.loader.resolvers.JavaResolverTest ‑ It can find inner class enums using the $ separator
ortus.boxlang.runtime.loader.resolvers.JavaResolverTest ‑ It can find inner classes using the $ separator
ortus.boxlang.runtime.loader.resolvers.JavaResolverTest ‑ It can load libs from the 'home/libs' convention
ortus.boxlang.runtime.loader.resolvers.JavaResolverTest ‑ It can resolve a module class by resolution and not explicitly
ortus.boxlang.runtime.loader.resolvers.JavaResolverTest ‑ It can resolve a module class explicitly via an import
ortus.boxlang.runtime.loader.resolvers.JavaResolverTest ‑ It can resolve classes
ortus.boxlang.runtime.loader.resolvers.JavaResolverTest ‑ It can resolve classes using aliases
ortus.boxlang.runtime.loader.resolvers.JavaResolverTest ‑ It can resolve wildcard imports from NON JDK classes in a JAR
ortus.boxlang.runtime.loader.resolvers.JavaResolverTest ‑ It can resolve wildcard imports from NON JDK classes on disk path
ortus.boxlang.runtime.loader.resolvers.JavaResolverTest ‑ It can resolve wildcard imports from the JDK itself
ortus.boxlang.runtime.loader.util.ClassDiscoveryTest ‑ It can get class files by package name
ortus.boxlang.runtime.loader.util.ClassDiscoveryTest ‑ It can get class files by package name recursively
ortus.boxlang.runtime.loader.util.ClassDiscoveryTest ‑ Test getFileFromResource returns a valid File object for a directory
ortus.boxlang.runtime.loader.util.ClassDiscoveryTest ‑ Test getFileFromResource returns a valid File object for a file
ortus.boxlang.runtime.loader.util.ClassDiscoveryTest ‑ testFindClassesInJar()
ortus.boxlang.runtime.logging.LoggingServiceTest ‑ Logging service loads, configures, and re-configures the logging
ortus.boxlang.runtime.logging.LoggingServiceTest ‑ Try logging a message to the default log file
ortus.boxlang.runtime.modules.ModuleRecordTest ‑ Can activate a module descriptor
ortus.boxlang.runtime.modules.ModuleRecordTest ‑ Can configure a module descriptor
ortus.boxlang.runtime.modules.ModuleRecordTest ‑ Can load a module descriptor
ortus.boxlang.runtime.modules.ModuleRecordTest ‑ ModuleRecord Activation
ortus.boxlang.runtime.modules.ModuleRecordTest ‑ ModuleRecord As Struct
ortus.boxlang.runtime.modules.ModuleRecordTest ‑ ModuleRecord Initialization
ortus.boxlang.runtime.operators.AndTest ‑ It can perform and
ortus.boxlang.runtime.operators.AssertTest ‑ It can assert
ortus.boxlang.runtime.operators.AssertTest ‑ It can assert UDF
ortus.boxlang.runtime.operators.AssertTest ‑ It can assert throw exceptions on false values
ortus.boxlang.runtime.operators.AssertTest ‑ It can assert throw exceptions on null values
ortus.boxlang.runtime.operators.BitwiseAndTest ‑ It can BitwiseAnd numbers
ortus.boxlang.runtime.operators.BitwiseComplementTest ‑ It can Bitwise complement numbers
ortus.boxlang.runtime.operators.BitwiseOperatorsTest ‑ It can BitwiseAnd
ortus.boxlang.runtime.operators.BitwiseOperatorsTest ‑ It can BitwiseComplement
ortus.boxlang.runtime.operators.BitwiseOperatorsTest ‑ It can BitwiseOr
ortus.boxlang.runtime.operators.BitwiseOperatorsTest ‑ It can BitwiseSignedLeftShift
ortus.boxlang.runtime.operators.BitwiseOperatorsTest ‑ It can BitwiseSignedRightShift
ortus.boxlang.runtime.operators.BitwiseOperatorsTest ‑ It can BitwiseUnsignedRightShift
ortus.boxlang.runtime.operators.BitwiseOperatorsTest ‑ It can BitwiseXor
ortus.boxlang.runtime.operators.BitwiseOrTest ‑ It can BitwiseOr numbers
ortus.boxlang.runtime.operators.BitwiseSignedLeftShiftTest ‑ It can BitwiseSignedLeftShift numbers
ortus.boxlang.runtime.operators.BitwiseSignedRightShiftTest ‑ It can BitwiseSignedRightShift numbers
ortus.boxlang.runtime.operators.BitwiseUnsignedRightShiftTest ‑ It can BitwiseUnsignedRightShift numbers
ortus.boxlang.runtime.operators.BitwiseXorTest ‑ It can BitwiseXor numbers
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast Array to array
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast List to array
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast array to array of primitives
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast boxed Array to boxed array
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast boxed Array to primitive array
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast class to class
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast primitive Array to boxed array
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast primitive Array to primitive array
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast to bigdecimal
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast to boolean
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast to byte
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast to char
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast to decimal
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast to double/numeric/number
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast to float
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast to int
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast to long
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast to null
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast to short
ortus.boxlang.runtime.operators.CastAsTest ‑ It can cast to string
ortus.boxlang.runtime.operators.CompareTest ‑ It can compare dates
ortus.boxlang.runtime.operators.CompareTest ‑ It can compare nulls
ortus.boxlang.runtime.operators.CompareTest ‑ It can compare numbers
ortus.boxlang.runtime.operators.CompareTest ‑ It can compare strings as numbers
ortus.boxlang.runtime.operators.CompareTest ‑ It can compare strings case insensitive
ortus.boxlang.runtime.operators.CompareTest ‑ It can compare strings case sensitive
ortus.boxlang.runtime.operators.ConcatTest ‑ It can compound concatenate
ortus.boxlang.runtime.operators.ConcatTest ‑ It can compound concatenate many strings
ortus.boxlang.runtime.operators.ConcatTest ‑ It can concatenate byte array
ortus.boxlang.runtime.operators.ConcatTest ‑ It can concatenate chars
ortus.boxlang.runtime.operators.ConcatTest ‑ It can concatenate many strings
ortus.boxlang.runtime.operators.ConcatTest ‑ It can concatenate number and string mixure
ortus.boxlang.runtime.operators.ConcatTest ‑ It can concatenate numbers
ortus.boxlang.runtime.operators.ConcatTest ‑ It can concatenate strings
ortus.boxlang.runtime.operators.ContainsTest ‑ It can find char in string
ortus.boxlang.runtime.operators.ContainsTest ‑ It can find number in number
ortus.boxlang.runtime.operators.ContainsTest ‑ It can find number in string
ortus.boxlang.runtime.operators.ContainsTest ‑ It can find string in string
ortus.boxlang.runtime.operators.DecrementTest ‑ It can Decrement numbers
ortus.boxlang.runtime.operators.DecrementTest ‑ It can Decrement strings
ortus.boxlang.runtime.operators.DecrementTest ‑ It can compound Decrement
ortus.boxlang.runtime.operators.DivideTest ‑ It can Divide numbers
ortus.boxlang.runtime.operators.DivideTest ‑ It can Divide strings
ortus.boxlang.runtime.operators.DivideTest ‑ It can compound Divide
ortus.boxlang.runtime.operators.DivideTest ‑ It can not Divide by zero
ortus.boxlang.runtime.operators.ElvisTest ‑ It can null coalesce
ortus.boxlang.runtime.operators.EqualsEqualsEqualsTest ‑ It can compare objects
ortus.boxlang.runtime.operators.EqualsEqualsEqualsTest ‑ It can obey inheritance
ortus.boxlang.runtime.operators.EqualsEqualsTest ‑ It can compare nulls
ortus.boxlang.runtime.operators.EqualsEqualsTest ‑ It can compare numbers
ortus.boxlang.runtime.operators.EqualsEqualsTest ‑ It can compare strings
ortus.boxlang.runtime.operators.EqualsEqualsTest ‑ It can compare strings as numbers
ortus.boxlang.runtime.operators.GreaterThanEqualTest ‑ It can compare numbers
ortus.boxlang.runtime.operators.GreaterThanEqualTest ‑ It can compare strings
ortus.boxlang.runtime.operators.GreaterThanEqualTest ‑ It can compare strings as numbers
ortus.boxlang.runtime.operators.GreaterThanTest ‑ It can compare numbers
ortus.boxlang.runtime.operators.GreaterThanTest ‑ It can compare strings
ortus.boxlang.runtime.operators.GreaterThanTest ‑ It can compare strings as numbers
ortus.boxlang.runtime.operators.IncrementTest ‑ It can Increment numbers
ortus.boxlang.runtime.operators.IncrementTest ‑ It can Increment strings
ortus.boxlang.runtime.operators.IncrementTest ‑ It can compound Increment
ortus.boxlang.runtime.operators.InstanceOfTest ‑ Can check java class instances
ortus.boxlang.runtime.operators.InstanceOfTest ‑ Can check java classes
ortus.boxlang.runtime.operators.InstanceOfTest ‑ It can check java interface
ortus.boxlang.runtime.operators.InstanceOfTest ‑ It can check java superinterface
ortus.boxlang.runtime.operators.InstanceOfTest ‑ It can check java supertype
ortus.boxlang.runtime.operators.InstanceOfTest ‑ It can check java type
ortus.boxlang.runtime.operators.IntegerDivideTest ‑ It can Integer Divide numbers
ortus.boxlang.runtime.operators.IntegerDivideTest ‑ It can Integer Divide strings
ortus.boxlang.runtime.operators.IntegerDivideTest ‑ It can not Integer Divide by zero
ortus.boxlang.runtime.operators.LessThanEqualTest ‑ It can compare numbers
ortus.boxlang.runtime.operators.LessThanEqualTest ‑ It can compare strings
ortus.boxlang.runtime.operators.LessThanEqualTest ‑ It can compare strings as numbers
ortus.boxlang.runtime.operators.LessThanTest ‑ It can compare numbers
ortus.boxlang.runtime.operators.LessThanTest ‑ It can compare strings
ortus.boxlang.runtime.operators.LessThanTest ‑ It can compare strings as numbers
ortus.boxlang.runtime.operators.MinusTest ‑ It can compound subtract
ortus.boxlang.runtime.operators.MinusTest ‑ It can subtract numbers
ortus.boxlang.runtime.operators.MinusTest ‑ It can subtract strings
ortus.boxlang.runtime.operators.ModulusTest ‑ It can Modulus numbers
ortus.boxlang.runtime.operators.ModulusTest ‑ It can Modulus strings
ortus.boxlang.runtime.operators.ModulusTest ‑ It can compound Modulus
ortus.boxlang.runtime.operators.ModulusTest ‑ It can not Modulus by zero
ortus.boxlang.runtime.operators.MultiplyTest ‑ It can Multiply numbers
ortus.boxlang.runtime.operators.MultiplyTest ‑ It can Multiply strings
ortus.boxlang.runtime.operators.MultiplyTest ‑ It can compound Multiply
ortus.boxlang.runtime.operators.NegateTest ‑ It can mathematically negate a number
ortus.boxlang.runtime.operators.NegateTest ‑ It can mathematically negate a string
ortus.boxlang.runtime.operators.NotTest ‑ It can boolean negate a boolean
ortus.boxlang.runtime.operators.NotTest ‑ It can boolean negate a number
ortus.boxlang.runtime.operators.NotTest ‑ It can boolean negate a string
ortus.boxlang.runtime.operators.OrTest ‑ It can perform or
ortus.boxlang.runtime.operators.PlusTest ‑ It can add numbers
ortus.boxlang.runtime.operators.PlusTest ‑ It can add strings
ortus.boxlang.runtime.operators.PlusTest ‑ It can compound add
ortus.boxlang.runtime.operators.PowerTest ‑ It can calculate exponent power on Strings
ortus.boxlang.runtime.operators.PowerTest ‑ It can calculate exponent power on numbers
ortus.boxlang.runtime.operators.TernaryTest ‑ It can work correctly
ortus.boxlang.runtime.operators.XORTest ‑ It can perform XOR on booleans
ortus.boxlang.runtime.operators.XORTest ‑ It can perform XOR on numbers
ortus.boxlang.runtime.operators.XORTest ‑ It can perform XOR on strings
ortus.boxlang.runtime.runnables.compiler.SourceMapTest ‑ testItCanSFindLineNums()
ortus.boxlang.runtime.scopes.ArgumentsScopeTest ‑ testBasicGetAndSet()
ortus.boxlang.runtime.scopes.BaseScopeTest ‑ testBasicGetAndSet()
ortus.boxlang.runtime.scopes.IntKeyTest ‑ testEquals()
ortus.boxlang.runtime.scopes.IntKeyTest ‑ testStaticConstructors()
ortus.boxlang.runtime.scopes.IntKeyTest ‑ testStaticConstructorsStringOptimizations()
ortus.boxlang.runtime.scopes.KeyTest ‑ Test the builder with multiple keys
ortus.boxlang.runtime.scopes.KeyTest ‑ Test the builder with one key
ortus.boxlang.runtime.scopes.KeyTest ‑ Test the original value
ortus.boxlang.runtime.scopes.KeyTest ‑ testEquals()
ortus.boxlang.runtime.scopes.KeyTest ‑ testEqualsWithCase()
ortus.boxlang.runtime.scopes.KeyTest ‑ testGetName()
ortus.boxlang.runtime.scopes.KeyTest ‑ testGetNameNoCase()
ortus.boxlang.runtime.scopes.KeyTest ‑ testHashCode()
ortus.boxlang.runtime.scopes.KeyTest ‑ testNotEquals()
ortus.boxlang.runtime.scopes.ScopeWrapperTest ‑ testWrapperScope()
ortus.boxlang.runtime.scopes.ServerScopeTest ‑ testConstructor()
ortus.boxlang.runtime.scopes.ServerScopeTest ‑ testUnmodifiableKeys()
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ Can build a new engine
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ Can create bindings
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ Can create bindings from a map
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ Compile a script
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ Eval a script with FI bindings
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ Eval a script with bindings
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ Eval a script with no bindings
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ Output Writer
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ Output buffer using Writer
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ Output to out buffer
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ create interface
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ create interface from object
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ create interface with different default methods
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ testClosureCall()
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ testFunctionCallWithArguments()
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ testFunctionCallWithNoArguments()
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ testLambdaCall()
ortus.boxlang.runtime.scripting.BoxScriptingEngineTest ‑ testMethodCall()
ortus.boxlang.runtime.scripting.BoxScriptingFactoryTest ‑ Can get a new BoxLang ScriptEngine
ortus.boxlang.runtime.scripting.BoxScriptingFactoryTest ‑ Can get an engine in debug mode
ortus.boxlang.runtime.scripting.BoxScriptingFactoryTest ‑ testGetEngineName()
ortus.boxlang.runtime.scripting.BoxScriptingFactoryTest ‑ testGetEngineVersion()
ortus.boxlang.runtime.scripting.BoxScriptingFactoryTest ‑ testGetExtensions()
ortus.boxlang.runtime.scripting.BoxScriptingFactoryTest ‑ testGetLanguageName()
ortus.boxlang.runtime.scripting.BoxScriptingFactoryTest ‑ testGetLanguageVersion()
ortus.boxlang.runtime.scripting.BoxScriptingFactoryTest ‑ testGetMimeTypes()
ortus.boxlang.runtime.scripting.BoxScriptingFactoryTest ‑ testGetNames()
ortus.boxlang.runtime.scripting.BoxScriptingFactoryTest ‑ testGetScriptEngine()
ortus.boxlang.runtime.services.AsyncServiceTest ‑ It can create the async service
ortus.boxlang.runtime.services.AsyncServiceTest ‑ It can get the executors map
ortus.boxlang.runtime.services.AsyncServiceTest ‑ It can shutdown all executors
ortus.boxlang.runtime.services.AsyncServiceTest ‑ It can startup the async service
ortus.boxlang.runtime.services.AsyncServiceTest ‑ [1] CACHED
ortus.boxlang.runtime.services.AsyncServiceTest ‑ [2] FIXED
ortus.boxlang.runtime.services.AsyncServiceTest ‑ [3] FORK_JOIN
ortus.boxlang.runtime.services.AsyncServiceTest ‑ [4] SCHEDULED
ortus.boxlang.runtime.services.AsyncServiceTest ‑ [5] SINGLE
ortus.boxlang.runtime.services.AsyncServiceTest ‑ [6] VIRTUAL
ortus.boxlang.runtime.services.AsyncServiceTest ‑ [7] WORK_STEALING
ortus.boxlang.runtime.services.CacheServiceTest ‑ Test it can get an instance of the service
ortus.boxlang.runtime.services.DataSourceServiceTest ‑ It can clear all registered datasources
ortus.boxlang.runtime.services.DataSourceServiceTest ‑ It can clear all registered drivers
ortus.boxlang.runtime.services.DataSourceServiceTest ‑ It can get all datasource names
ortus.boxlang.runtime.services.DataSourceServiceTest ‑ It can remove a datasource that doesn't exist
ortus.boxlang.runtime.services.DataSourceServiceTest ‑ It can remove a driver
ortus.boxlang.runtime.services.DataSourceServiceTest ‑ It can remove a valid datasource and shut it down
ortus.boxlang.runtime.services.DataSourceServiceTest ‑ It can set and get datasources with normal configurations
ortus.boxlang.runtime.services.DataSourceServiceTest ‑ It throws on invalid datasource connection URLs
ortus.boxlang.runtime.services.DataSourceServiceTest ‑ It throws on invalid datasource when no driver is passed
ortus.boxlang.runtime.services.DataSourceServiceTest ‑ Verify the generic driver has been installed
ortus.boxlang.runtime.services.FunctionServiceTest ‑ It can create the function service
ortus.boxlang.runtime.services.FunctionServiceTest ‑ It can get a null for a non-existent global function
ortus.boxlang.runtime.services.FunctionServiceTest ‑ It can get all global function names
ortus.boxlang.runtime.services.FunctionServiceTest ‑ It can invoke a global function
ortus.boxlang.runtime.services.FunctionServiceTest ‑ It can startup and register global functions
ortus.boxlang.runtime.services.InterceptorServiceTest ‑ It can register and announce pure Java interceptors
ortus.boxlang.runtime.services.InterceptorServiceTest ‑ It can register new interception states with a non-existing point
ortus.boxlang.runtime.services.InterceptorServiceTest ‑ It can register new interception states with an existing point
ortus.boxlang.runtime.services.InterceptorServiceTest ‑ It can remove interception points
ortus.boxlang.runtime.services.InterceptorServiceTest ‑ Test it can get an instance of the service
ortus.boxlang.runtime.services.InterceptorServiceTest ‑ Test it can register interception points and filter duplicates
ortus.boxlang.runtime.services.InterceptorServiceTest ‑ Test it can run the onShutdown service event
ortus.boxlang.runtime.services.InterceptorServiceTest ‑ Test it can run the startup service event
ortus.boxlang.runtime.services.InterceptorServiceTest ‑ it can announce an event to a specific state
ortus.boxlang.runtime.services.InterceptorServiceTest ‑ it can announce an event to a specific state with case-insensitivity
ortus.boxlang.runtime.services.InterceptorServiceTest ‑ it can register new interceptors
ortus.boxlang.runtime.services.InterceptorServiceTest ‑ it can unregister interceptors with a specific state
ortus.boxlang.runtime.services.InterceptorServiceTest ‑ it can unregister interceptors with all states
ortus.boxlang.runtime.services.ModuleServiceTest ‑ Test it can add an absolute path to the module search path
ortus.boxlang.runtime.services.ModuleServiceTest ‑ Test it can allow a modules version against the runtime version
ortus.boxlang.runtime.services.ModuleServiceTest ‑ Test it can disallow a modules version against the runtime version due to < major version issue
ortus.boxlang.runtime.services.ModuleServiceTest ‑ Test it can get an instance of the service
ortus.boxlang.runtime.services.ModuleServiceTest ‑ Test it can get and load the initial module paths
ortus.boxlang.runtime.services.ModuleServiceTest ‑ Test it can ignore a null or empty path when adding to the module search path
ortus.boxlang.runtime.services.ModuleServiceTest ‑ Test it can run the onShutdown service event
ortus.boxlang.runtime.services.ModuleServiceTest ‑ Test it can run the startup service event
ortus.boxlang.runtime.services.ModuleServiceTest ‑ Test it can still allow a modules version against the runtime version due to > major version issue
ortus.boxlang.runtime.services.SchedulerServiceTest ‑ Given a registered scheduler, when registered, then it should be added to the service
ortus.boxlang.runtime.services.SchedulerServiceTest ‑ Given a registered scheduler, when unregistered, then it should be removed from the service
ortus.boxlang.runtime.services.SchedulerServiceTest ‑ Given startup event, when started, then all schedulers should start and announce the startup event
ortus.boxlang.runtime.services.SchedulerServiceTest ‑ Test it can get an instance of the service
ortus.boxlang.runtime.testing.ExamplesTest ‑ It can execute Phase1 example
ortus.boxlang.runtime.testing.ExamplesTest ‑ It can execute Phase1 switch example
ortus.boxlang.runtime.testing.ExamplesTest ‑ It can execute Phase1 try/catch example
ortus.boxlang.runtime.testing.ExamplesTest ‑ It can execute Phase2 Closure example
ortus.boxlang.runtime.testing.ExamplesTest ‑ It can execute Phase2 Lambda example
ortus.boxlang.runtime.testing.ExamplesTest ‑ It can execute Phase2 UDF example
ortus.boxlang.runtime.types.ArgumentTest ‑ Default values should be unique per invocation
ortus.boxlang.runtime.types.ArrayTest ‑ Test Constructors
ortus.boxlang.runtime.types.ArrayTest ‑ Test dereferencing negative
ortus.boxlang.runtime.types.ArrayTest ‑ Test parallel streams
ortus.boxlang.runtime.types.ArrayTest ‑ Test referencing
ortus.boxlang.runtime.types.ClosureTest ‑ can default args
ortus.boxlang.runtime.types.ClosureTest ‑ can default missing named args
ortus.boxlang.runtime.types.ClosureTest ‑ can default missing positional args
ortus.boxlang.runtime.types.ClosureTest ‑ can define Closure
ortus.boxlang.runtime.types.ClosureTest ‑ can get Closure metadata
ortus.boxlang.runtime.types.ClosureTest ‑ can override argumentCollection with args
ortus.boxlang.runtime.types.ClosureTest ‑ can process argumentCollection
ortus.boxlang.runtime.types.ClosureTest ‑ can process named args
ortus.boxlang.runtime.types.ClosureTest ‑ can process no args
ortus.boxlang.runtime.types.ClosureTest ‑ can process positional args
ortus.boxlang.runtime.types.ClosureTest ‑ can reject invalid named arg types
ortus.boxlang.runtime.types.ClosureTest ‑ errors for required arg
ortus.boxlang.runtime.types.DateTimeTest ‑ Can create a DateTime with a specific timezone
ortus.boxlang.runtime.types.DateTimeTest ‑ Test Constructors
ortus.boxlang.runtime.types.DateTimeTest ‑ Test getTime() helper
ortus.boxlang.runtime.types.DateTimeTest ‑ Tests DateTime modifications
ortus.boxlang.runtime.types.DateTimeTest ‑ Tests the default format method
ortus.boxlang.runtime.types.DateTimeTest ‑ Tests the setTimezone method
ortus.boxlang.runtime.types.DateTimeTest ‑ Tests various ISO formats in the constructor
ortus.boxlang.runtime.types.DynamicFunctionTest ‑ It can create dynamic function and execute it
ortus.boxlang.runtime.types.FileTest ‑ Test Constructors
ortus.boxlang.runtime.types.FunctionTest ‑ can default args
ortus.boxlang.runtime.types.FunctionTest ‑ can default missing named args
ortus.boxlang.runtime.types.FunctionTest ‑ can default missing positional args
ortus.boxlang.runtime.types.FunctionTest ‑ can define UDF
ortus.boxlang.runtime.types.FunctionTest ‑ can get UDF metadata
ortus.boxlang.runtime.types.FunctionTest ‑ can ignore invalid argumentCollection
ortus.boxlang.runtime.types.FunctionTest ‑ can override argumentCollection with args
ortus.boxlang.runtime.types.FunctionTest ‑ can process argumentCollection Array
ortus.boxlang.runtime.types.FunctionTest ‑ can process argumentCollection Array override
ortus.boxlang.runtime.types.FunctionTest ‑ can process argumentCollection Struct
ortus.boxlang.runtime.types.FunctionTest ‑ can process argumentCollection Struct override
ortus.boxlang.runtime.types.FunctionTest ‑ can process argumentCollection structs that look like arrays
ortus.boxlang.runtime.types.FunctionTest ‑ can process named args
ortus.boxlang.runtime.types.FunctionTest ‑ can process no args
ortus.boxlang.runtime.types.FunctionTest ‑ can process positional args
ortus.boxlang.runtime.types.FunctionTest ‑ can reject invalid named arg types
ortus.boxlang.runtime.types.FunctionTest ‑ can verify return types of functions
ortus.boxlang.runtime.types.FunctionTest ‑ errors for required arg
ortus.boxlang.runtime.types.LambdaTest ‑ can default args
ortus.boxlang.runtime.types.LambdaTest ‑ can default missing named args
ortus.boxlang.runtime.types.LambdaTest ‑ can default missing positional args
ortus.boxlang.runtime.types.LambdaTest ‑ can define Lambda
ortus.boxlang.runtime.types.LambdaTest ‑ can get Lambda metadata
ortus.boxlang.runtime.types.LambdaTest ‑ can override argumentCollection with args
ortus.boxlang.runtime.types.LambdaTest ‑ can process argumentCollection
ortus.boxlang.runtime.types.LambdaTest ‑ can process named args
ortus.boxlang.runtime.types.LambdaTest ‑ can process no args
ortus.boxlang.runtime.types.LambdaTest ‑ can process positional args
ortus.boxlang.runtime.types.LambdaTest ‑ can reject invalid named arg types
ortus.boxlang.runtime.types.LambdaTest ‑ errors for required arg
ortus.boxlang.runtime.types.QueryColumnTypeTest ‑ Test fromString() constructor against all known cf_sql parameter types
ortus.boxlang.runtime.types.QueryTest ‑ Test Constructor
ortus.boxlang.runtime.types.QueryTest ‑ Test Query Iterator
ortus.boxlang.runtime.types.StructTest ‑ Can create a case-sensitive struct
ortus.boxlang.runtime.types.StructTest ‑ Can create a case-sensitive struct and perform key comparisons and deletions
ortus.boxlang.runtime.types.StructTest ‑ Can create a default struct in the constructor
ortus.boxlang.runtime.types.StructTest ‑ Can create a linked struct from name-value pairs
ortus.boxlang.runtime.types.StructTest ‑ Can create a linked struct in the constructor
ortus.boxlang.runtime.types.StructTest ‑ Can create a sorted struct from name-value pairs
ortus.boxlang.runtime.types.StructTest ‑ Can create a sorted struct in the constructor
ortus.boxlang.runtime.types.StructTest ‑ Can create a sorted struct with a comparator
ortus.boxlang.runtime.types.StructTest ‑ Can create a struct from name-value pairs
ortus.boxlang.runtime.types.StructTest ‑ Can store soft reference
ortus.boxlang.runtime.types.StructTest ‑ Can use Java objects as struct keys
ortus.boxlang.runtime.types.StructTest ‑ Test equals and hash code with data
ortus.boxlang.runtime.types.StructTest ‑ Test equals and hash code with no data
ortus.boxlang.runtime.types.StructTest ‑ testCanHandleNull()
ortus.boxlang.runtime.types.StructTest ‑ testToString()
ortus.boxlang.runtime.types.XMLTest ‑ Can check for XMLChildren with StructKeyExists
ortus.boxlang.runtime.types.XMLTest ‑ XML Node Is Struct
ortus.boxlang.runtime.types.XMLTest ‑ access document fields
ortus.boxlang.runtime.types.XMLTest ‑ access element fields
ortus.boxlang.runtime.types.XMLTest ‑ create simple document
ortus.boxlang.runtime.types.XMLTest ‑ testSafeDereference()
ortus.boxlang.runtime.types.meta.ArrayMetaTest ‑ Test array change listener
ortus.boxlang.runtime.types.meta.ArrayMetaTest ‑ Test array meta
ortus.boxlang.runtime.types.meta.FunctionMetaTest ‑ Test function listener
ortus.boxlang.runtime.types.meta.FunctionMetaTest ‑ Test function meta
ortus.boxlang.runtime.types.meta.QueryMetaTest ‑ Test JDBC query meta
ortus.boxlang.runtime.types.meta.QueryMetaTest ‑ Test basic query meta
ortus.boxlang.runtime.types.meta.StructMetaTest ‑ Test struct change listener
ortus.boxlang.runtime.types.meta.StructMetaTest ‑ Test struct meta
ortus.boxlang.runtime.types.unmodifiable.UnmodifiableArrayTest ‑ Test Constructors
ortus.boxlang.runtime.types.unmodifiable.UnmodifiableStructTest ‑ Test equals and hash code with no data
ortus.boxlang.runtime.types.unmodifiable.UnmodifiableStructTest ‑ testCanUnmodifiableStructOf()
ortus.boxlang.runtime.types.unmodifiable.UnmodifiableStructTest ‑ testImmutability()
ortus.boxlang.runtime.types.util.BLCollectorTest ‑ testToArray()
ortus.boxlang.runtime.types.util.BLCollectorTest ‑ testToArrayIntStream()
ortus.boxlang.runtime.types.util.BLCollectorTest ‑ testToStruct()
ortus.boxlang.runtime.types.util.BLCollectorTest ‑ testToStructType()
ortus.boxlang.runtime.types.util.ListUtilTest ‑ testAppend()
ortus.boxlang.runtime.types.util.ListUtilTest ‑ testContains()
ortus.boxlang.runtime.types.util.ListUtilTest ‑ testContainsNoCase()
ortus.boxlang.runtime.types.util.ListUtilTest ‑ testContainsNotThere()
ortus.boxlang.runtime.types.util.ListUtilTest ‑ testContainsNotThereNoCase()
ortus.boxlang.runtime.types.util.ListUtilTest ‑ testDeleteAt()
ortus.boxlang.runtime.types.util.ListUtilTest ‑ testDeleteAtOutOfBounds()
ortus.boxlang.runtime.types.util.ListUtilTest ‑ testInsertAt()
ortus.boxlang.runtime.types.util.ListUtilTest ‑ testInsertAtOutOfBounds()
ortus.boxlang.runtime.types.util.ListUtilTest ‑ testPrepend()
ortus.boxlang.runtime.types.util.StructUtilTest ‑ Can deep merge two structs
ortus.boxlang.runtime.types.util.StructUtilTest ‑ Can deep merge two structs with Override
ortus.boxlang.runtime.types.util.StructUtilTest ‑ Can parse a query string to a struct
ortus.boxlang.runtime.types.util.StructUtilTest ‑ Can parse a query string to a struct using another delimiter
ortus.boxlang.runtime.types.util.StructUtilTest ‑ Can parse a struct to a query string
ortus.boxlang.runtime.util.AttachableTest ‑ Test attachment compute
ortus.boxlang.runtime.util.AttachableTest ‑ Test attachment types
ortus.boxlang.runtime.util.AttachableTest ‑ Test attachments
ortus.boxlang.runtime.util.BoxFQNTest ‑ Can clean invalid parts
ortus.boxlang.runtime.util.BoxFQNTest ‑ Can convert a file path to a relative package name
ortus.boxlang.runtime.util.BoxFQNTest ‑ Can convert a file path with prefix to a relative package name
ortus.boxlang.runtime.util.BoxFQNTest ‑ Can convert an absolute path to a full package/class path
ortus.boxlang.runtime.util.BoxFQNTest ‑ Can convert an absolute path to just a package path
ortus.boxlang.runtime.util.BoxFQNTest ‑ Can parse with no package
ortus.boxlang.runtime.util.DataNavigatorTest ‑ Can build a navigator from a JSON string
ortus.boxlang.runtime.util.DataNavigatorTest ‑ Can build a navigator from a Java Map
ortus.boxlang.runtime.util.DataNavigatorTest ‑ Can build a navigator from a Struct
ortus.boxlang.runtime.util.DataNavigatorTest ‑ Can get nested segments
ortus.boxlang.runtime.util.DataNavigatorTest ‑ Can get nested segments that don't exist as null
ortus.boxlang.runtime.util.DataNavigatorTest ‑ Can get or throw an exception
ortus.boxlang.runtime.util.DataNavigatorTest ‑ Can navigate nested segments
ortus.boxlang.runtime.util.DataNavigatorTest ‑ Can test if the content has data
ortus.boxlang.runtime.util.DataNavigatorTest ‑ Cannot navigate non-existent segments
ortus.boxlang.runtime.util.DataNavigatorTest ‑ If not present execute orElse
ortus.boxlang.runtime.util.DataNavigatorTest ‑ If present execute the consume
ortus.boxlang.runtime.util.DataNavigatorTest ‑ If present execute the consume and if not the orElse
ortus.boxlang.runtime.util.DataNavigatorTest ‑ Test a valid path
ortus.boxlang.runtime.util.DataNavigatorTest ‑ Test an invalid path
ortus.boxlang.runtime.util.DataNavigatorTest ‑ Test nested has
ortus.boxlang.runtime.util.EncryptionUtilTest ‑ Can encode and decode secret keys
ortus.boxlang.runtime.util.EncryptionUtilTest ‑ Can encrypt and decrypt objects
ortus.boxlang.runtime.util.EncryptionUtilTest ‑ Can generate secret keys
ortus.boxlang.runtime.util.EncryptionUtilTest ‑ Can generate secret keys with a keysize argument
ortus.boxlang.runtime.util.FQNTest ‑ Can clean invalid parts
ortus.boxlang.runtime.util.FQNTest ‑ Can convert a file path to a relative package name
ortus.boxlang.runtime.util.FQNTest ‑ Can convert a file path with prefix to a relative package name
ortus.boxlang.runtime.util.FQNTest ‑ Can convert an absolute path to a full package/class path
ortus.boxlang.runtime.util.FQNTest ‑ Can convert an absolute path to just a package path
ortus.boxlang.runtime.util.FQNTest ‑ Can parse fqn with prefix
ortus.boxlang.runtime.util.FQNTest ‑ Can parse string
ortus.boxlang.runtime.util.FQNTest ‑ Can parse string with prefix
ortus.boxlang.runtime.util.FQNTest ‑ Can parse with no package
ortus.boxlang.runtime.util.RegexBuilderTest ‑ Build a new regex matcher of a string and a pattern
ortus.boxlang.runtime.util.RegexBuilderTest ‑ Build a new regex matcher of a string and a string pattern

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

6287 tests found (test 6271 to 6287)

There are 6287 tests, see "Raw output" for the list of tests 6271 to 6287.
Raw output
ortus.boxlang.runtime.util.RegexBuilderTest ‑ Build a new regex matcher of a string only
ortus.boxlang.runtime.util.StringUtilTest ‑ Can CamelCase a string
ortus.boxlang.runtime.util.StringUtilTest ‑ Can pluralize a string
ortus.boxlang.runtime.util.StringUtilTest ‑ Can pretty print sql
ortus.boxlang.runtime.util.StringUtilTest ‑ Can singularize a string
ortus.boxlang.runtime.util.StringUtilTest ‑ Test create slug
ortus.boxlang.runtime.util.StringUtilTest ‑ Test create slug with special characters
ortus.boxlang.runtime.util.TimerTest ‑ Can time a runnable lambda
ortus.boxlang.runtime.util.TimerTest ‑ I can print a timers report
ortus.boxlang.runtime.util.TimerTest ‑ Time and print a lambda using the default of milliseconds
ortus.boxlang.runtime.util.TimerTest ‑ testStopAndGetMillis()
ortus.boxlang.runtime.util.TimerTest ‑ testStopAndGetNanos()
ortus.boxlang.runtime.util.TimerTest ‑ testStopAndGetSeconds()
ortus.boxlang.runtime.util.TimerTest ‑ testTimeIt()
ortus.boxlang.runtime.util.ZIpUtilTest ‑ Can delete entries
ortus.boxlang.runtime.util.ZIpUtilTest ‑ Compress with base folder
ortus.boxlang.runtime.util.ZIpUtilTest ‑ Compress without base folder