Class JsonConversionTest

    • Constructor Detail

      • JsonConversionTest

        public JsonConversionTest()
    • Method Detail

      • testJsonConversionOfSingleObject

        public void testJsonConversionOfSingleObject()
                                              throws Exception
        Read one BaseOBObject and convert to json and back to the object again.
        Throws:
        Exception
      • testJsonMultiplePaths

        public void testJsonMultiplePaths()
                                   throws Exception
        Test a json property path consisting of several steps (dots).
        Throws:
        Exception
      • testJsonConversionListOfObjects

        public void testJsonConversionListOfObjects()
                                             throws Exception
        Read list of ADColumn objects and translate to json and back.
        Throws:
        Exception
      • testJsonConversionAllObjects

        public void testJsonConversionAllObjects()
                                          throws Exception
        Read all objects in the database and translate to json and back. Then check that no updates take place.
        Throws:
        Exception
      • testIssue14697CheckDerivedReadableCurrency

        public void testIssue14697CheckDerivedReadableCurrency()