ClassCastException when adapting AnIntegerValue

Issue #7 resolved
Frederik Buss-Joraschek created an issue

Add this to DefaultPreciseIntegerValuesTest

    behavior of "AnIntegerValue"

    it should ("be able to adapt to the same domain") in {
        val v1 = AnIntegerValue()

        v1.adapt(domain, -1) should be(AnIntegerValue())
    }

Comments (1)

  1. Log in to comment