public class

BuildListTest

extends MockObjectTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ org.jmock.core.VerifyingTestCase
         ↳ org.jmock.core.MockObjectSupportTestCase
           ↳ org.jmock.MockObjectTestCase
             ↳ com.atlassian.bamboo.build.BuildListTest

Class Overview

This class test the BuildList class.

Summary

[Expand]
Inherited Fields
From class org.jmock.core.MockObjectSupportTestCase
Public Constructors
BuildListTest()
Public Methods
void testGetBuilds()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class org.jmock.MockObjectTestCase
From class org.jmock.core.MockObjectSupportTestCase
From class org.jmock.core.VerifyingTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public BuildListTest ()

Public Methods

public void testGetBuilds ()

Protected Methods

protected void setUp ()

Throws
Exception