Class BodyParserEngineJsonTest


  • public class BodyParserEngineJsonTest
    extends Object
    Unit tests for the Json body parser.
    Author:
    Thibault Meyer
    • Constructor Detail

      • BodyParserEngineJsonTest

        public BodyParserEngineJsonTest()
    • Method Detail

      • testValidJsonBody

        public void testValidJsonBody()
      • testEmptyJsonBody

        public void testEmptyJsonBody()
      • testInvalidJsonBody

        public void testInvalidJsonBody()
      • testJsonBodyWithFullSpacesAndEndOfLines

        public void testJsonBodyWithFullSpacesAndEndOfLines()
      • testJsonBodyWithMissingVariables

        public void testJsonBodyWithMissingVariables()