Class TranslationServiceTest

java.lang.Object
org.springframework.test.context.testng.AbstractTestNGSpringContextTests
org.broadleafcommerce.test.TestNGSiteIntegrationSetup
org.broadleafcommerce.test.translation.sitejvm.TranslationServiceTest
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.testng.IHookable, org.testng.ITestNGListener

public class TranslationServiceTest extends TestNGSiteIntegrationSetup
Test basic core translation use cases. Confirms core is configured correctly and operational.
Author:
Jeff Fischer
  • Constructor Details

    • TranslationServiceTest

      public TranslationServiceTest()
  • Method Details

    • testTranslation

      @Transactional public void testTranslation() throws Exception
      Throws:
      Exception