public class

CapabilityRequirementsMatcherImplTest

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

Summary

Public Constructors
CapabilityRequirementsMatcherImplTest()
Public Methods
void testBasicExactOneRequirementMatch()
void testBasicExactRequirementMatch()
void testBasicOneRequirementKeyNotMatch()
void testBasicOneRequirementValueNotMatch()
void testEmptyCapabilitySet()
void testMultipleRequirementMatch()
void testMultpleRequirementNotMatch()
void testNullAndEmptyRequirementSet()
void testRegexRequirementMatch()
void testRegexRequirementNotMatch()
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 CapabilityRequirementsMatcherImplTest ()

Public Methods

public void testBasicExactOneRequirementMatch ()

Throws
Exception

public void testBasicExactRequirementMatch ()

Throws
Exception

public void testBasicOneRequirementKeyNotMatch ()

Throws
Exception

public void testBasicOneRequirementValueNotMatch ()

Throws
Exception

public void testEmptyCapabilitySet ()

Throws
Exception

public void testMultipleRequirementMatch ()

Throws
Exception

public void testMultpleRequirementNotMatch ()

Throws
Exception

public void testNullAndEmptyRequirementSet ()

Throws
Exception

public void testRegexRequirementMatch ()

Throws
Exception

public void testRegexRequirementNotMatch ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception