udpate artifact name #124
GitHub Actions / Test Results
succeeded
Sep 29, 2023 in 0s
All 297 tests pass in 2s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
297 tests found
There are 297 tests, see "Raw output" for the full list of tests.
Raw output
TestCases.ScratchPad ‑ Test it
ortus.boxlang.runtime.BoxRunnerTest ‑ appCanGreat()
ortus.boxlang.runtime.config.ConfigLoaderTest ‑ It can load the default config file
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
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 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.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.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.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 null 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.events.InterceptorStateTest ‑ It can process observers
ortus.boxlang.runtime.events.InterceptorStateTest ‑ It can register and unregister observers
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 native arrays
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 concatenate byte array
ortus.boxlang.runtime.operators.ConcatTest ‑ It can concatenate chars
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.BaseScopeTest ‑ testBasicGetAndSet()
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 ‑ 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.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.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 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.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 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 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.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.util.TimerTest ‑ testStopAndGetMillis()
ortus.boxlang.runtime.util.TimerTest ‑ testStopAndGetNanos()
ortus.boxlang.runtime.util.TimerTest ‑ testStopAndGetSeconds()
ortus.boxlang.runtime.util.TimerTest ‑ testTimeIt()
Loading