org.squashtest.csp.tm.testautomation.model
Class TestAutomationProjectContent

java.lang.Object
  extended by org.squashtest.csp.tm.testautomation.model.TestAutomationProjectContent

public class TestAutomationProjectContent
extends Object


Constructor Summary
TestAutomationProjectContent(TestAutomationProject project, Collection<AutomatedTest> tests)
           
TestAutomationProjectContent(TestAutomationProject project, Exception knownProblem)
           
 
Method Summary
 Exception getKnownProblem()
           
 TestAutomationProject getProject()
           
 Collection<AutomatedTest> getTests()
           
 boolean hadKnownProblems()
           
 void setKnownProblem(Exception knownProblem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAutomationProjectContent

public TestAutomationProjectContent(TestAutomationProject project,
                                    Collection<AutomatedTest> tests)

TestAutomationProjectContent

public TestAutomationProjectContent(TestAutomationProject project,
                                    Exception knownProblem)
Method Detail

getProject

public TestAutomationProject getProject()

getTests

public Collection<AutomatedTest> getTests()

getKnownProblem

public Exception getKnownProblem()

hadKnownProblems

public boolean hadKnownProblems()

setKnownProblem

public void setKnownProblem(Exception knownProblem)


Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.