Class TestSupportedAttributeTypeDef


public class TestSupportedAttributeTypeDef extends RepositoryConformanceTestCase
Test that the attribute type definition is properly filled out and can be retrieved in different ways.
  • Constructor Details

    • TestSupportedAttributeTypeDef

      public TestSupportedAttributeTypeDef(RepositoryConformanceWorkPad workPad, AttributeTypeDef attributeTypeDef, String source, Integer defaultProfileId, Integer defaultRequirementId)
      Typical constructor sets up superclass and discovered information needed for tests
      Parameters:
      workPad - place for parameters and results
      attributeTypeDef - AttributeTypeDef object - this was retrieved on an earlier call.
      source - where did the type definition come from
      defaultProfileId - identifier of the profile that this test case is focused on
      defaultRequirementId - identifier of the requirement within the profile that this test case is focused on
  • Method Details