public class

LabelManagerImplTest

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.bamboo.labels.LabelManagerImplTest

Summary

Public Constructors
LabelManagerImplTest()
Public Methods
void testBAM1436()

Regression test for BAM-1436: It is possible for concurrent Threads to create duplicate labels.

[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 LabelManagerImplTest ()

Public Methods

public void testBAM1436 ()

Regression test for BAM-1436: It is possible for concurrent Threads to create duplicate labels.

Throws
Exception