Class ExpressionsTest


  • public class ExpressionsTest
    extends WeldBaseTest
    Tests the current API exposed to JavaScript expression through OBBindings class
    Author:
    iperdomo
    • Constructor Detail

      • ExpressionsTest

        public ExpressionsTest()
    • Method Detail

      • setUpEt

        public void setUpEt()
                     throws Exception
        This before method is named setUpEt() to avoid overwriting the super setUp method that is invoke automatically before this one.
        Throws:
        Exception
      • testUserName

        public void testUserName()
      • testLanguage

        public void testLanguage()
      • testFormatDate

        public void testFormatDate()
      • testCurrentClientId

        public void testCurrentClientId()
      • testParseDate

        public void testParseDate()
      • testFormatParsedDate

        public void testFormatParsedDate()
      • testCustomerVendorFilter

        public void testCustomerVendorFilter()
      • testGetFilterExpression

        public void testGetFilterExpression()