Support for custom types #22
Annotations
11 errors and 10 warnings
|
test/contract/predicates_test.exs#L543
test min_size?/1 with a list returns error when the value's size is less than the arg (Drops.PredicatesTest)
|
test/contract/predicates_test.exs#L209
test empty?/1 with :list returns error with a non-empty list (Drops.PredicatesTest)
|
test/contract/predicates_test.exs#L531
test min_size?/1 with a list returns success when the value's size is equal to the arg (Drops.PredicatesTest)
|
test/contract/predicates_test.exs#L618
test includes?/2 with a list returns success when the arg is not included in the list (Drops.PredicatesTest)
|
test/contract/predicates_test.exs#L455
test max_size?/1 with a list returns error when the value's size is greater than the arg (Drops.PredicatesTest)
|
test/contract/predicates_test.exs#L630
test excludes?/2 with a list returns success when the arg is not included in the list (Drops.PredicatesTest)
|
test/contract/predicates_test.exs#L634
test excludes?/2 with a list returns success when the arg is included in the list (Drops.PredicatesTest)
|
test/contract/predicates_test.exs#L388
test size?/1 with a list returns error when the value's size is not equal to the arg (Drops.PredicatesTest)
|
test/contract/predicates_test.exs#L614
test includes?/2 with a list returns success when the arg is included in the list (Drops.PredicatesTest)
|
test/contract/predicates_test.exs#L382
test size?/1 with a list returns success when the value's size is equal to the arg (Drops.PredicatesTest)
|
test/contract/predicates_test.exs#L640
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
test/contract/predicates_test.exs#L103
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
test/contract/predicates_test.exs#L525
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
test/contract/predicates_test.exs#L282
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
test/contract/predicates_test.exs#L23
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
test/contract/predicates_test.exs#L417
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
test/contract/predicates_test.exs#L231
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
test/contract/predicates_test.exs#L577
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
test/contract/predicates_test.exs#L119
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
test/contract/predicates_test.exs#L199
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
The logs for this run have expired and are no longer available.
Loading