test

open override fun test(value: Int): FieldErrors

Tests the given value against this rule.

Return

The errors found in the value. If the value is valid, this should be an empty list.

Parameters

value

The value to be tested.