public class

CapabilitySetManagerImplTest

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.bamboo.v2.build.agent.capability.CapabilitySetManagerImplTest

Summary

Public Constructors
CapabilitySetManagerImplTest()
Public Methods
void testCombineEmptyAgentSetWithSharedLocalSet()
void testCombineEmptyAgentSetWithSharedRemoteSet()
void testCombineLocalWithNoOverriding()
void testCombineLocalWithOverride()
void testCombineRemoteWithNoOverriding()
void testCombineRemoteWithOverride()
void testCombinedAgentSetWithEmptySharedLocalSet()
void testCombinedAgentSetWithEmptySharedRemoteSet()
void testGetExecutableBuildables()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public CapabilitySetManagerImplTest ()

Public Methods

public void testCombineEmptyAgentSetWithSharedLocalSet ()

Throws
Exception

public void testCombineEmptyAgentSetWithSharedRemoteSet ()

Throws
Exception

public void testCombineLocalWithNoOverriding ()

Throws
Exception

public void testCombineLocalWithOverride ()

Throws
Exception

public void testCombineRemoteWithNoOverriding ()

Throws
Exception

public void testCombineRemoteWithOverride ()

Throws
Exception

public void testCombinedAgentSetWithEmptySharedLocalSet ()

Throws
Exception

public void testCombinedAgentSetWithEmptySharedRemoteSet ()

Throws
Exception

public void testGetExecutableBuildables ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception