Interface RequirementSet

  • All Superinterfaces:
    IdentifiableRemote, NamedObject, java.rmi.Remote, TptRemote

    public interface RequirementSet
    extends NamedObject, IdentifiableRemote
    TPT API representation of a requirement set. A Requirement set can be used to filter the test cases in a test set and in the UI to filter the requirements view. Requirement sets are a dynamic collection of Requirements. Which requirements are part of a requirement set is defined by a condition that is evaluated when runnig an ExecutionConfiguration. When it is used in the UI, default values may be assumed for variables used in the condition.
    Author:
    Copyright (c) 2014-2024 Piketec GmbH - MIT License (MIT) - All rights reserved
    • Method Detail

      • getCondition

        java.lang.String getCondition()
                               throws java.rmi.RemoteException
        Get the requirement set condition. The condition defines which requirements are part of this requirement set.
        Returns:
        the condition.
        Throws:
        java.rmi.RemoteException - remote communication error
      • setCondition

        void setCondition​(java.lang.String condition)
                   throws java.rmi.RemoteException
        Set the requirement set condition. The condition defines which requirements are part of this requirement set.
        Parameters:
        condition - The new requirement set condition.
        Throws:
        java.rmi.RemoteException - remote communication error