Class TestCasesImportSettings.TargetTypeAssignment

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    TestCasesImportSettings

    public static class TestCasesImportSettings.TargetTypeAssignment
    extends java.lang.Object
    implements java.io.Serializable
    The assignment of the name of an imported object type to the TPT type (test case vs. test case group).
    See Also:
    Serialized Form
    • Constructor Detail

      • TargetTypeAssignment

        public TargetTypeAssignment​(java.lang.String sourceType,
                                    TestCasesImportSettings.TargetTypeAssignment.TargetType targetType)
        The constructor for the assignment of the name of an imported object type to the TPT type (test case vs. test case group).
        Parameters:
        sourceType - The name of the imported object type.
        targetType - The choice for the TPT type (test case vs. test case group) of imported objects or whether the object should be ignored.
    • Method Detail

      • getSourceType

        public java.lang.String getSourceType()
        Returns:
        The name of the imported object type.
      • setSourceType

        public void setSourceType​(java.lang.String sourceType)
        Parameters:
        sourceType - The name of the imported object type.