Class SlotCoercerTest


  • public class SlotCoercerTest
    extends java.lang.Object
    • Constructor Detail

      • SlotCoercerTest

        public SlotCoercerTest()
    • Method Detail

      • noCoercionOfEmptyString

        public void noCoercionOfEmptyString()
      • coercesToFloat

        public void coercesToFloat()
      • fractionCoercedToFloat

        public void fractionCoercedToFloat()
      • noCoercionOfNumberFollowedByPoint

        public void noCoercionOfNumberFollowedByPoint()
      • coercesToInteger

        public void coercesToInteger()
      • coercesToBoolean

        public void coercesToBoolean()
      • noCoercionOfString

        public void noCoercionOfString()
      • coercesAllToFloats

        public void coercesAllToFloats()
      • noCoercionOfMixedValues

        public void noCoercionOfMixedValues()
      • coercesToReference

        public void coercesToReference()
      • coercesAllToReferences

        public void coercesAllToReferences()
      • noCoercionToReferencesWhenMoreThanOneValue

        public void noCoercionToReferencesWhenMoreThanOneValue()
      • noCoercionOfFloat

        public void noCoercionOfFloat()