Initial implementation of ceiling( number ) and number.ceiling() #410
GitHub Actions / Test Results
succeeded
Jan 14, 2024 in 0s
All 1 106 tests pass, 117 skipped in 59s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
117 skipped tests found
There are 117 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
TestCases.phase2.ClosureFunctionTest ‑ argument collection
TestCases.phase2.ClosureFunctionTest ‑ named arguments
TestCases.phase2.IncludeTest ‑ can include file again
TestCases.phase2.LambdaFunctionTest ‑ argument collection
TestCases.phase2.LambdaFunctionTest ‑ named arguments
TestCases.phase2.UDFFunctionTest ‑ argument collection
TestCases.phase2.UDFFunctionTest ‑ named arguments colon
TestCases.phase2.UDFFunctionTest ‑ named arguments equals
TestCases.phase3.ClassTest ‑ Implicit Constructor named
ortus.boxlang.compiler.TestObjectReference ‑ knownScopeAssignment()
ortus.boxlang.compiler.TestObjectReference ‑ testDereferenceByKey()
ortus.boxlang.compiler.TestObjectReference ‑ testDereferenceByKeyAsDictionary()
ortus.boxlang.compiler.TestObjectReference ‑ testDereferenceByKeyAsDictionaryWithSingleQuotes()
ortus.boxlang.compiler.TestObjectReference ‑ testDereferenceByKeyFromKnownScope()
ortus.boxlang.compiler.TestObjectReference ‑ testDereferenceByPeriod()
ortus.boxlang.compiler.TestObjectReference ‑ testSafeDereferenceByKeyFromKnownScope()
ortus.boxlang.compiler.TestObjectReference ‑ testSafeDereferenceByPeriod()
ortus.boxlang.compiler.TestOperators ‑ and()
ortus.boxlang.compiler.TestOperators ‑ assigmentExpression()
ortus.boxlang.compiler.TestOperators ‑ backslash()
ortus.boxlang.compiler.TestOperators ‑ castAS()
ortus.boxlang.compiler.TestOperators ‑ conatins()
ortus.boxlang.compiler.TestOperators ‑ concat()
ortus.boxlang.compiler.TestOperators ‑ doesNotContains()
ortus.boxlang.compiler.TestOperators ‑ elvis()
ortus.boxlang.compiler.TestOperators ‑ equalEqual()
ortus.boxlang.compiler.TestOperators ‑ equalEqualEqual()
ortus.boxlang.compiler.TestOperators ‑ greaterThan()
ortus.boxlang.compiler.TestOperators ‑ greaterThanEqual()
ortus.boxlang.compiler.TestOperators ‑ hash()
ortus.boxlang.compiler.TestOperators ‑ instanceOf()
ortus.boxlang.compiler.TestOperators ‑ interpolation()
ortus.boxlang.compiler.TestOperators ‑ lessThan()
ortus.boxlang.compiler.TestOperators ‑ lessThanEqual()
ortus.boxlang.compiler.TestOperators ‑ minus()
ortus.boxlang.compiler.TestOperators ‑ mod()
ortus.boxlang.compiler.TestOperators ‑ negate()
ortus.boxlang.compiler.TestOperators ‑ new_()
ortus.boxlang.compiler.TestOperators ‑ not()
ortus.boxlang.compiler.TestOperators ‑ notEqual()
ortus.boxlang.compiler.TestOperators ‑ notNot()
ortus.boxlang.compiler.TestOperators ‑ or()
ortus.boxlang.compiler.TestOperators ‑ parenthesis()
ortus.boxlang.compiler.TestOperators ‑ plus()
ortus.boxlang.compiler.TestOperators ‑ postDecrement()
ortus.boxlang.compiler.TestOperators ‑ postIncrement()
ortus.boxlang.compiler.TestOperators ‑ power()
ortus.boxlang.compiler.TestOperators ‑ preDecrement()
ortus.boxlang.compiler.TestOperators ‑ preIncrement()
ortus.boxlang.compiler.TestOperators ‑ referenceToIdentifier()
ortus.boxlang.compiler.TestOperators ‑ referenceToVariablesScope()
ortus.boxlang.compiler.TestOperators ‑ slash()
ortus.boxlang.compiler.TestOperators ‑ star()
ortus.boxlang.compiler.TestOperators ‑ ternary()
ortus.boxlang.compiler.TestOperators ‑ testElvisLeftDereferencing()
ortus.boxlang.compiler.TestOperators ‑ xor()
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.TestStatements ‑ assert_()
ortus.boxlang.compiler.TestStatements ‑ assigment()
ortus.boxlang.compiler.TestStatements ‑ case1_()
ortus.boxlang.compiler.TestStatements ‑ case2_()
ortus.boxlang.compiler.TestStatements ‑ do_()
ortus.boxlang.compiler.TestStatements ‑ expression()
ortus.boxlang.compiler.TestStatements ‑ forIn_()
ortus.boxlang.compiler.TestStatements ‑ forIndex_()
ortus.boxlang.compiler.TestStatements ‑ ifElse()
ortus.boxlang.compiler.TestStatements ‑ invokeMethod()
ortus.boxlang.compiler.TestStatements ‑ invokeMethodWithKnownScope()
ortus.boxlang.compiler.TestStatements ‑ stringEscape1()
ortus.boxlang.compiler.TestStatements ‑ stringEscape2()
ortus.boxlang.compiler.TestStatements ‑ stringEscape5()
ortus.boxlang.compiler.TestStatements ‑ stringEscape6()
ortus.boxlang.compiler.TestStatements ‑ throw_()
ortus.boxlang.compiler.TestStatements ‑ try_()
ortus.boxlang.compiler.TestStatements ‑ var()
ortus.boxlang.compiler.TestStatements ‑ while_()
ortus.boxlang.compiler.TestUDF ‑ userDefinedFunctionDocumentation()
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.IsCustomFunctionTest ‑ It supports Lucee's 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 non-date values
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 ‑ testOnQueryObjects()
ortus.boxlang.runtime.bifs.global.decision.IsInstanceOfTest ‑ False conditions
ortus.boxlang.runtime.bifs.global.decision.IsInstanceOfTest ‑ True conditions
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.IsLocalhostTest ‑ It detects binary values
ortus.boxlang.runtime.bifs.global.decision.IsLocalhostTest ‑ It returns false for non-binary values
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 binary values
ortus.boxlang.runtime.bifs.global.decision.IsNumericTest ‑ It returns false for non-binary values
ortus.boxlang.runtime.bifs.global.decision.IsObjectTest ‑ It detects binary values
ortus.boxlang.runtime.bifs.global.decision.IsObjectTest ‑ It returns false for non-binary values
ortus.boxlang.runtime.bifs.global.decision.IsQueryTest ‑ It detects binary values
ortus.boxlang.runtime.bifs.global.decision.IsQueryTest ‑ It returns false for non-binary values
ortus.boxlang.runtime.bifs.global.decision.IsSimpleValueTest ‑ It detects binary values
ortus.boxlang.runtime.bifs.global.decision.IsSimpleValueTest ‑ It returns false for non-binary values
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It detects binary values
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It returns false for non-binary values
ortus.boxlang.runtime.dynamic.casters.DoubleCasterTest ‑ testItCanHandleFloatingPointMath()
Check notice on line 0 in .github
github-actions / Test Results
1223 tests found (test 1 to 768)
There are 1223 tests, see "Raw output" for the list of tests 1 to 768.
Raw output
TestCases.ScratchPad ‑ Test it
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 concat assignment
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.CoreLangTest ‑ If blocks with no-body else statements
TestCases.phase1.CoreLangTest ‑ It should throw ApplicationException
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 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 ‑ break do while
TestCases.phase1.CoreLangTest ‑ break sentinel
TestCases.phase1.CoreLangTest ‑ break while
TestCases.phase1.CoreLangTest ‑ do while loop
TestCases.phase1.CoreLangTest ‑ for in loop
TestCases.phase1.CoreLangTest ‑ for in loop struct
TestCases.phase1.CoreLangTest ‑ if
TestCases.phase1.CoreLangTest ‑ if else
TestCases.phase1.CoreLangTest ‑ if no body
TestCases.phase1.CoreLangTest ‑ nested try catch
TestCases.phase1.CoreLangTest ‑ rethrow
TestCases.phase1.CoreLangTest ‑ switch
TestCases.phase1.CoreLangTest ‑ switch default
TestCases.phase1.CoreLangTest ‑ switch fall through case
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 finally
TestCases.phase1.CoreLangTest ‑ try multiple catche types
TestCases.phase1.CoreLangTest ‑ try multiple catche types with any
TestCases.phase1.CoreLangTest ‑ try multiple catches
TestCases.phase1.CoreLangTest ‑ while continue
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.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 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 ‑ 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 ‑ 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 division
TestCases.phase1.OperatorsTest ‑ math int dividsion
TestCases.phase1.OperatorsTest ‑ math minus minus literals
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 plus plus invalid
TestCases.phase1.OperatorsTest ‑ math plus plus literals
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 ‑ 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 ‑ 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.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 ‑ Fuynction 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 ‑ unordered struct
TestCases.phase2.ObjectLiteralTest ‑ unordered struct complex
TestCases.phase2.QueryTest ‑ Query
TestCases.phase2.QueryTest ‑ Query Column assignemtn
TestCases.phase2.UDFFunctionTest ‑ It should allow you to declare multiple functions
TestCases.phase2.UDFFunctionTest ‑ It should allow you to declare multiple functions with the same name
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 ‑ named arguments colon
TestCases.phase2.UDFFunctionTest ‑ named arguments equals
TestCases.phase2.UDFFunctionTest ‑ positional arguments
TestCases.phase2.UDFFunctionTest ‑ return argument
TestCases.phase3.ApplicationTest ‑ basic class
TestCases.phase3.ClassTest ‑ Implicit Constructor named
TestCases.phase3.ClassTest ‑ Implicit Constructor positional
TestCases.phase3.ClassTest ‑ InitMethod Test
TestCases.phase3.ClassTest ‑ It should call onMissingMethod
TestCases.phase3.ClassTest ‑ PseudoConstructor can output
TestCases.phase3.ClassTest ‑ PseudoConstructor will not output
TestCases.phase3.ClassTest ‑ basic class
TestCases.phase3.ClassTest ‑ basic class file
TestCases.phase3.ClassTest ‑ box meta
TestCases.phase3.ClassTest ‑ can extend
TestCases.phase3.ClassTest ‑ legacy meta
TestCases.phase3.ClassTest ‑ properties
ortus.boxlang.compiler.TestAST ‑ testBinaryOperation()
ortus.boxlang.compiler.TestAST ‑ testParser()
ortus.boxlang.compiler.TestArray ‑ arrayLiterals()
ortus.boxlang.compiler.TestClosure ‑ testClosureAsAnonymous()
ortus.boxlang.compiler.TestClosure ‑ testClosureParameters()
ortus.boxlang.compiler.TestClosure ‑ testClosureReturn()
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.TestObjectReference ‑ knownScopeAssignment()
ortus.boxlang.compiler.TestObjectReference ‑ testDereferenceByKey()
ortus.boxlang.compiler.TestObjectReference ‑ testDereferenceByKeyAsDictionary()
ortus.boxlang.compiler.TestObjectReference ‑ testDereferenceByKeyAsDictionaryWithSingleQuotes()
ortus.boxlang.compiler.TestObjectReference ‑ testDereferenceByKeyFromKnownScope()
ortus.boxlang.compiler.TestObjectReference ‑ testDereferenceByPeriod()
ortus.boxlang.compiler.TestObjectReference ‑ testSafeDereferenceByKeyFromKnownScope()
ortus.boxlang.compiler.TestObjectReference ‑ testSafeDereferenceByPeriod()
ortus.boxlang.compiler.TestOperators ‑ and()
ortus.boxlang.compiler.TestOperators ‑ assigmentExpression()
ortus.boxlang.compiler.TestOperators ‑ backslash()
ortus.boxlang.compiler.TestOperators ‑ castAS()
ortus.boxlang.compiler.TestOperators ‑ conatins()
ortus.boxlang.compiler.TestOperators ‑ concat()
ortus.boxlang.compiler.TestOperators ‑ doesNotContains()
ortus.boxlang.compiler.TestOperators ‑ elvis()
ortus.boxlang.compiler.TestOperators ‑ equalEqual()
ortus.boxlang.compiler.TestOperators ‑ equalEqualEqual()
ortus.boxlang.compiler.TestOperators ‑ greaterThan()
ortus.boxlang.compiler.TestOperators ‑ greaterThanEqual()
ortus.boxlang.compiler.TestOperators ‑ hash()
ortus.boxlang.compiler.TestOperators ‑ instanceOf()
ortus.boxlang.compiler.TestOperators ‑ interpolation()
ortus.boxlang.compiler.TestOperators ‑ lessThan()
ortus.boxlang.compiler.TestOperators ‑ lessThanEqual()
ortus.boxlang.compiler.TestOperators ‑ minus()
ortus.boxlang.compiler.TestOperators ‑ mod()
ortus.boxlang.compiler.TestOperators ‑ negate()
ortus.boxlang.compiler.TestOperators ‑ new_()
ortus.boxlang.compiler.TestOperators ‑ not()
ortus.boxlang.compiler.TestOperators ‑ notEqual()
ortus.boxlang.compiler.TestOperators ‑ notNot()
ortus.boxlang.compiler.TestOperators ‑ or()
ortus.boxlang.compiler.TestOperators ‑ parenthesis()
ortus.boxlang.compiler.TestOperators ‑ plus()
ortus.boxlang.compiler.TestOperators ‑ postDecrement()
ortus.boxlang.compiler.TestOperators ‑ postIncrement()
ortus.boxlang.compiler.TestOperators ‑ power()
ortus.boxlang.compiler.TestOperators ‑ preDecrement()
ortus.boxlang.compiler.TestOperators ‑ preIncrement()
ortus.boxlang.compiler.TestOperators ‑ referenceToIdentifier()
ortus.boxlang.compiler.TestOperators ‑ referenceToVariablesScope()
ortus.boxlang.compiler.TestOperators ‑ slash()
ortus.boxlang.compiler.TestOperators ‑ star()
ortus.boxlang.compiler.TestOperators ‑ ternary()
ortus.boxlang.compiler.TestOperators ‑ testElvisLeftDereferencing()
ortus.boxlang.compiler.TestOperators ‑ xor()
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.TestStatements ‑ assert_()
ortus.boxlang.compiler.TestStatements ‑ assigment()
ortus.boxlang.compiler.TestStatements ‑ case1_()
ortus.boxlang.compiler.TestStatements ‑ case2_()
ortus.boxlang.compiler.TestStatements ‑ do_()
ortus.boxlang.compiler.TestStatements ‑ expression()
ortus.boxlang.compiler.TestStatements ‑ forIn_()
ortus.boxlang.compiler.TestStatements ‑ forIndex_()
ortus.boxlang.compiler.TestStatements ‑ ifElse()
ortus.boxlang.compiler.TestStatements ‑ invokeMethod()
ortus.boxlang.compiler.TestStatements ‑ invokeMethodWithKnownScope()
ortus.boxlang.compiler.TestStatements ‑ stringEscape1()
ortus.boxlang.compiler.TestStatements ‑ stringEscape2()
ortus.boxlang.compiler.TestStatements ‑ stringEscape5()
ortus.boxlang.compiler.TestStatements ‑ stringEscape6()
ortus.boxlang.compiler.TestStatements ‑ throw_()
ortus.boxlang.compiler.TestStatements ‑ try_()
ortus.boxlang.compiler.TestStatements ‑ var()
ortus.boxlang.compiler.TestStatements ‑ while_()
ortus.boxlang.compiler.TestStruct ‑ orderedStructLiterals()
ortus.boxlang.compiler.TestStruct ‑ unorderedStructLiterals()
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.runtime.BoxPilerTest ‑ It will throw a ParseException if the syntax is invalid
ortus.boxlang.runtime.BoxRunnerTest ‑ appCanGreat()
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 expression
ortus.boxlang.runtime.BoxRuntimeTest ‑ It can execute more statements
ortus.boxlang.runtime.BoxRuntimeTest ‑ It can execute statements
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.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 ‑ It can search
ortus.boxlang.runtime.bifs.global.array.ArrayContainsNoCaseTest ‑ It can search UDF
ortus.boxlang.runtime.bifs.global.array.ArrayContainsNoCaseTest ‑ It can search UDF Member
ortus.boxlang.runtime.bifs.global.array.ArrayContainsNoCaseTest ‑ It can search member
ortus.boxlang.runtime.bifs.global.array.ArrayContainsTest ‑ It can search
ortus.boxlang.runtime.bifs.global.array.ArrayContainsTest ‑ It can search UDF
ortus.boxlang.runtime.bifs.global.array.ArrayContainsTest ‑ It can search UDF Member
ortus.boxlang.runtime.bifs.global.array.ArrayContainsTest ‑ It can search member
ortus.boxlang.runtime.bifs.global.array.ArrayDeletetAtTest ‑ It can delete at
ortus.boxlang.runtime.bifs.global.array.ArrayDeletetAtTest ‑ It can delete at member
ortus.boxlang.runtime.bifs.global.array.ArrayDeletetNoCaseTest ‑ It can delete member no case
ortus.boxlang.runtime.bifs.global.array.ArrayDeletetNoCaseTest ‑ It can delete no case
ortus.boxlang.runtime.bifs.global.array.ArrayDeletetTest ‑ It can delete
ortus.boxlang.runtime.bifs.global.array.ArrayDeletetTest ‑ It can delete member
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.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 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 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 ‑ 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 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.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 ‑ 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 shift the elements to the left
ortus.boxlang.runtime.bifs.global.array.ArraySliceTest ‑ It should accept a negative offset
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 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 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 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.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.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 non-date values
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.IsInstanceOfTest ‑ False conditions
ortus.boxlang.runtime.bifs.global.decision.IsInstanceOfTest ‑ True conditions
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.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.IsLocalhostTest ‑ It detects binary values
ortus.boxlang.runtime.bifs.global.decision.IsLocalhostTest ‑ It returns false for non-binary 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 binary values
ortus.boxlang.runtime.bifs.global.decision.IsNumericTest ‑ It returns false for non-binary values
ortus.boxlang.runtime.bifs.global.decision.IsObjectTest ‑ It detects binary values
ortus.boxlang.runtime.bifs.global.decision.IsObjectTest ‑ It returns false for non-binary values
ortus.boxlang.runtime.bifs.global.decision.IsQueryTest ‑ It detects binary values
ortus.boxlang.runtime.bifs.global.decision.IsQueryTest ‑ It returns false for non-binary values
ortus.boxlang.runtime.bifs.global.decision.IsSimpleValueTest ‑ It detects binary values
ortus.boxlang.runtime.bifs.global.decision.IsSimpleValueTest ‑ It returns false for non-binary 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 detects binary values
ortus.boxlang.runtime.bifs.global.decision.IsValidTest ‑ It returns false for non-binary values
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.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.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 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 tests the BIF DirectoryList with a filter option
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 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.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 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 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.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.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 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 tests the BIF GetCanonicalPath
ortus.boxlang.runtime.bifs.global.io.GetDirectoryFromPathTest ‑ It tests the BIF GetDirectoryFromPath
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 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 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 member
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.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.RandRangeTest ‑ It returns an int
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.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.string.CompareNoCaseTest ‑ It comparse as a member function
Check notice on line 0 in .github
github-actions / Test Results
1223 tests found (test 769 to 1223)
There are 1223 tests, see "Raw output" for the list of tests 769 to 1223.
Raw output
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.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.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.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.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.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.YesNoFormatTest ‑ It works
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.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.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.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.GetBaseTemplatePathTest ‑ It gets base template path
ortus.boxlang.runtime.bifs.global.system.GetBaseTemplatePathTest ‑ It gets base template path in include
ortus.boxlang.runtime.bifs.global.system.GetBoxContextTest ‑ It can get the current context
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.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
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.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.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.DateTimeFormatTest ‑ It tests the BIF DateFormat
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the BIF DateTimeFormat
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the BIF TimeFormat
ortus.boxlang.runtime.bifs.global.temporal.DateTimeFormatTest ‑ It tests the member function DateTime.format( mask, [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 with a timezone
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.GetMetadataTest ‑ It returns meta for all other objects
ortus.boxlang.runtime.bifs.global.type.GetMetadataTest ‑ It returns meta for class
ortus.boxlang.runtime.bifs.global.type.GetMetadataTest ‑ It returns meta for function
ortus.boxlang.runtime.bifs.global.type.NullValueTest ‑ It returns null
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.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.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.ScriptingBoxContextTest ‑ Test default assignment scope
ortus.boxlang.runtime.context.ScriptingBoxContextTest ‑ Test default constructor
ortus.boxlang.runtime.context.ScriptingBoxContextTest ‑ Test scopeFind default scope
ortus.boxlang.runtime.context.ScriptingBoxContextTest ‑ Test scopeFind with existing key
ortus.boxlang.runtime.context.ScriptingBoxContextTest ‑ Test scopeFind with missing key
ortus.boxlang.runtime.context.ScriptingBoxContextTest ‑ Test template path
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.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 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.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 ‑ 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 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.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 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 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.events.InterceptorStateTest ‑ It can process observers
ortus.boxlang.runtime.events.InterceptorStateTest ‑ It can register and unregister observers
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can call a constructor with many arguments
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can call a constructor with no arguments
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can call a constructor with one argument
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can call instance methods with many arguments
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can call instance methods with no arguments
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can call methods on interfaces
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can call static methods on classes
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can find methods by case-insensitive name and types
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can get all the callable method names of a class
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can get all the callable method names of a class with no case
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can get all the field names of a class
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can get all the field names of a class with no case sensitivity
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can get all the fields of a class
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can get check if a class has specific method names
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can get non-existent field with a default value
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can get public fields
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can get public fields with any case-sensitivity
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can get set values on public fields
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can get static public fields
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can throw an exception when getting an invalid field
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It can verify if a field with a specific name exists
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It use Lists
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It use native arrays
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ It use native maps
ortus.boxlang.runtime.interop.DynamicJavaInteropServiceTest ‑ 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 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.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.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 find be created
ortus.boxlang.runtime.loader.resolvers.BoxResolverTest ‑ It can find classes from local disk
ortus.boxlang.runtime.loader.resolvers.BoxResolverTest ‑ It can find classes from modules
ortus.boxlang.runtime.loader.resolvers.BoxResolverTest ‑ It can resolve classes
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 modules
ortus.boxlang.runtime.loader.resolvers.JavaResolverTest ‑ It can find classes from the system
ortus.boxlang.runtime.loader.resolvers.JavaResolverTest ‑ It can resolve classes
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.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.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 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 double
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 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 ‑ 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 boolean
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.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.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] SINGLE
ortus.boxlang.runtime.services.AsyncServiceTest ‑ [4] SCHEDULED
ortus.boxlang.runtime.services.AsyncServiceTest ‑ [5] WORK_STEALING
ortus.boxlang.runtime.services.CacheServiceTest ‑ Test it can get an instance of the service
ortus.boxlang.runtime.services.FunctionServiceTest ‑ It can create the function service
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 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 onConfigurationLoad service event
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.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.ArrayTest ‑ Test Constructors
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 ‑ 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.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 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.QueryTest ‑ Test Constructor
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 ‑ testCanStructOf()
ortus.boxlang.runtime.types.StructTest ‑ testToString()
ortus.boxlang.runtime.types.StructTest ‑ testToStringWithCase()
ortus.boxlang.runtime.types.immutable.ImmutableArrayTest ‑ Test Constructors
ortus.boxlang.runtime.types.immutable.ImmutableStructTest ‑ Test equals and hash code with no data
ortus.boxlang.runtime.types.immutable.ImmutableStructTest ‑ testCanImmutableStructOf()
ortus.boxlang.runtime.types.immutable.ImmutableStructTest ‑ testImmutability()
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.StructMetaTest ‑ Test struct change listener
ortus.boxlang.runtime.types.meta.StructMetaTest ‑ Test struct meta
ortus.boxlang.runtime.util.TimerTest ‑ testStopAndGetMillis()
ortus.boxlang.runtime.util.TimerTest ‑ testStopAndGetNanos()
ortus.boxlang.runtime.util.TimerTest ‑ testStopAndGetSeconds()
ortus.boxlang.runtime.util.TimerTest ‑ testTimeIt()
Loading