Class TestParameter


  • public class TestParameter
    extends Object
    Unit tests for Parameter
    • Constructor Detail

      • TestParameter

        public TestParameter()
    • Method Detail

      • coercionFromString

        public void coercionFromString()
        Test that coercion of the value type from a String value works. This facilitates parsing Parameter values from HTTP request parameters.
      • toJson

        public void toJson()
        Test that serialization to JSON works.
      • fromJson

        public void fromJson()
        Test that serialization to JSON works.
      • main

        public static void main​(String[] args)