All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class SnFieldModelTest extends ServicelayerTransactionalTest
  • Field Details

    • expectedException

      public org.junit.rules.ExpectedException expectedException
  • Constructor Details

    • SnFieldModelTest

      public SnFieldModelTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • getNonExistingField

      public void getNonExistingField()
    • createField

      public void createField()
    • failToCreateFieldWithInvalidId

      public void failToCreateFieldWithInvalidId()
    • failToCreateFieldWithoutId

      public void failToCreateFieldWithoutId()
    • failToCreateFieldWithoutType

      public void failToCreateFieldWithoutType()
    • failToCreatefieldWithoutFieldType

      public void failToCreatefieldWithoutFieldType()
    • failToCreatefieldWithNegativeWeight

      public void failToCreatefieldWithNegativeWeight()
    • failToCreatefieldWithZeroWeight

      public void failToCreatefieldWithZeroWeight()
    • createMultipleFields

      public void createMultipleFields()
    • failToCreateMultipleFieldsWithSameId

      public void failToCreateMultipleFieldsWithSameId()