com.atlassian.bamboo.testutils
Class TestClassDescriptor

java.lang.Object
  extended by com.atlassian.bamboo.testutils.TestClassDescriptor

public class TestClassDescriptor
extends Object


Constructor Summary
TestClassDescriptor(String className)
           
TestClassDescriptor(String className, Collection<TestCaseDescriptor> testCases)
           
 
Method Summary
 String getClassName()
           
 Collection<TestCaseDescriptor> getTestCases()
           
 int getTestQuantity()
           
 int getTestsFailed()
           
 int getTestsPassed()
           
 void setClassName(String className)
           
 void setTestCases(Collection<TestCaseDescriptor> testCases)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestClassDescriptor

public TestClassDescriptor(@NotNull
                           String className)

TestClassDescriptor

public TestClassDescriptor(@NotNull
                           String className,
                           @NotNull
                           Collection<TestCaseDescriptor> testCases)
Method Detail

getTestsPassed

public int getTestsPassed()

getTestsFailed

public int getTestsFailed()

getTestQuantity

public int getTestQuantity()

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

getTestCases

public Collection<TestCaseDescriptor> getTestCases()

setTestCases

public void setTestCases(@NotNull
                         Collection<TestCaseDescriptor> testCases)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.