@UnitTest public class LocalizationRowsToDmlStatementsUnitTest extends java.lang.Object
| Constructor and Description |
|---|
LocalizationRowsToDmlStatementsUnitTest() |
public LocalizationRowsToDmlStatementsUnitTest()
public void setUp()
public void shouldGenerateUpdateStatementForRowWithNameAndGivenLanguage()
public void shouldGenerateInsertStatementForRowWithNameAndGivenLanguage()
public void shouldGenerateInsertStatementsForRowWithNameAndWithoutGivenLanguage()
public void shouldNotGenerateStatementsForRowWithNameAndUnknownLanguage()
public void shouldGenerateUpdateStatementForRowWithNameDescriptionAndGivenLanguage()
public void shouldGenerateInsertStatementForRowWithNameDescriptionAndGivenLanguage()
public void shouldGenerateInsertStatementsForRowWithNameDescriptionAndWithoutGivenLanguage()
public void shouldNotGenerateStatementsForRowWithNamedescriptionAndUnknownLanguage()
public void shouldGenerateEmptyStatementsWhenNameIsntKnownForRowWithName()
public void shouldGenerateEmptyStatementsWhenNameAndDescriptionArentKnownForRowWithNameAndDescription()
public void shouldGenerateStatementsForRowWithNameAndDescriptionWhenNameAndDescriptionAreKnown()
public void shouldGenerateStatementsForRowWithNameAndDescriptionWhenNameIsKnownAndDescriptionIsntKnown()
public void shouldGenerateStatementsForRowWithNameAndDescriptionWhenNameIsntKnownAndDescriptionIsKnown()
Copyright © 2018 SAP SE. All Rights Reserved.