This release removes the noone check from the testing library and instead allows noone to be used during runtime as -4 and noone are equal during runtime.
When a value is equal to -4 a warning message is now displayed in assertNegative and assertPositive to notify that the value could also be equal to noone.