Float and Double Literals are IEEE 754 for specific, Float are 32-bit length, Doubles are 64-bit.
Float and Double Literals are IEEE 754 for specific, Float are 32-bit length, Doubles are 64-bit. Floats can be coerced using a f or F suffix, and Doubles can be coerced using a d or D suffix. Exponent are specified using e or E.
Integer Literals are 32-bit and can be created from decimal, hexadecimal:
Long Literals are 64 bit, are specified by appending an L
or l
at the end:
This method has been deprecated in favor of macro assertion and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.
This method has been deprecated in favor of macro assertion and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.
This method has been deprecated in favor of macro assumption and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.
This method has been deprecated in favor of macro assumption and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.
Please use 'an [Exception] should be thrownBy { ... }' syntax instead
This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of assertResult instead.
This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of assertResult instead.
This expectResult method has been deprecated. Please replace all invocations of expectResult with an identical invocation of assertResult instead.
This expectResult method has been deprecated. Please replace all invocations of expectResult with an identical invocation of assertResult instead.