baseline=10f9dd2eb8cbd98515ce14b149d115e0287d0add
to_array.reference.identity=true
to_array.reference.class=[Ljava.lang.String;
to_array.primitive=java.lang.ClassCastException
to_array.null=java.lang.IllegalArgumentException:Cannot convert null to array
to_array.other=java.lang.IllegalArgumentException:Cannot convert object of class "java.lang.Integer" to an array
to_array.iterable.homogeneous=[Ljava.lang.String;:[one, null, two]
to_array.iterable.mixed=[Ljava.lang.Object;:[one, 2]
to_array.iterable.all_null=[Ljava.lang.Object;:[null, null]
to_array.iterable.empty=[Ljava.lang.Object;:[]
to_string.reference.identity=true
to_string.reference.incompatible=java.lang.IllegalArgumentException:Cannot convert object of class "java.lang.Integer[]" to an array of Class
to_string.primitive=java.lang.IllegalArgumentException:Cannot convert object of class "int[]" to an array of Class
to_string.iterable=[Ljava.lang.String;:[one, null]
to_string.iterable.incompatible=java.lang.ArrayStoreException
to_string.other=java.lang.IllegalArgumentException:Cannot convert object of class "java.lang.Integer" to an array of Class
typed.integer=[Ljava.lang.Integer;:[1, null, 2]
typed.long=[Ljava.lang.Long;:[1, null, 2]
typed.double=[Ljava.lang.Double;:[1.0, null, 2.0]
typed.float=[Ljava.lang.Float;:[1.0, null, 2.0]
typed.boolean=[Ljava.lang.Boolean;:[true, null, false]
length.value=3
length.null=java.lang.IllegalArgumentException:Cannot get array length of null
empty.null=true
empty.zero=true
empty.value=false
contains.null=true
contains.value=true
contains.missing=false
contains.target_null=java.lang.IllegalArgumentException:Cannot execute array contains: target is null
contains_all.array=true
contains_all.array.missing=false
contains_all.array.target_null=java.lang.IllegalArgumentException:Cannot execute array containsAll: target is null
contains_all.array.elements_null=java.lang.IllegalArgumentException:Cannot execute array containsAll: elements is null
contains_all.collection=true
contains_all.collection.target_null=java.lang.IllegalArgumentException:Cannot execute array contains: target is null
contains_all.collection.elements_null=java.lang.IllegalArgumentException:Cannot execute array containsAll: elements is null
copy.reference.extend=[Ljava.lang.String;:[one, null, two, null, null]
copy.reference.class=[Ljava.lang.String;
copy.reference.distinct=true
copy.reference.truncate=[Ljava.lang.String;:[one]
copy.reference.object_type=[Ljava.lang.Object;:[one, null, two, null]
copy.reference.negative=java.lang.NegativeArraySizeException:-1
copy.reference.null=java.lang.NullPointerException
copy.reference.null_negative=java.lang.NullPointerException
copy.reference.type_null=java.lang.NullPointerException
copy.reference.store=java.lang.ArrayStoreException
copy.char.extend=97,0,122,0,0
copy.char.truncate=97
copy.char.negative=java.lang.NegativeArraySizeException:-1
copy.char.null=java.lang.NullPointerException
copy.char.null_negative=java.lang.NegativeArraySizeException:-1
range.middle=98,99
range.extend=99,100,0,0
range.empty_end=
range.reverse=java.lang.IllegalArgumentException:Cannot copy array range with indexes 3 and 1
range.negative_from=java.lang.ArrayIndexOutOfBoundsException
range.from_beyond=java.lang.ArrayIndexOutOfBoundsException
range.null=java.lang.NullPointerException
range.overflow=java.lang.IllegalArgumentException:Cannot copy array range with indexes -2147483648 and 2147483647
facade.to_array=[Ljava.lang.String;:[one, null, two]
facade.to_string=[Ljava.lang.String;:[one, null]
facade.to_integer=[Ljava.lang.Integer;:[1, null]
facade.to_long=[Ljava.lang.Long;:[1, null]
facade.to_double=[Ljava.lang.Double;:[1.0, null]
facade.to_float=[Ljava.lang.Float;:[1.0, null]
facade.to_boolean=[Ljava.lang.Boolean;:[true, null]
facade.length=3
facade.empty=false
facade.contains=true
facade.contains_all.array=true
facade.contains_all.collection=true