public class

RequirementDecoratorTest

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

Summary

Public Constructors
RequirementDecoratorTest()
Public Methods
void testEqualsCorrectlyParsed()
void testExistsMatchesCorrectlyParsed()
void testNoMatchValueForExists()
void testRegexMatchesCorrectlyParsed()
void testShowMatchingValueForEquals()
void testShowMatchingValueForRegex()
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 RequirementDecoratorTest ()

Public Methods

public void testEqualsCorrectlyParsed ()

Throws
Exception

public void testExistsMatchesCorrectlyParsed ()

Throws
Exception

public void testNoMatchValueForExists ()

Throws
Exception

public void testRegexMatchesCorrectlyParsed ()

Throws
Exception

public void testShowMatchingValueForEquals ()

Throws
Exception

public void testShowMatchingValueForRegex ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception