/** * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mifosplatform.integrationtests.common; public interface CommonConstants { public final static String locale = "en"; public static final String dateFormat = "dd MMMM yyyy"; public static final String RESPONSE_RESOURCE_ID = "resourceId"; public static final String RESPONSE_CHANGES = "changes"; public static final String RESPONSE_STATUS = "status"; public static final String RESPONSE_ERROR = "errors"; public static final String RESPONSE_ERROR_MESSAGE_CODE = "userMessageGlobalisationCode"; }