|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.utils.BambooTestUtils
public class BambooTestUtils
This class provides a collection of utility methods for use in the unit tests
| Field Summary | |
|---|---|
static String |
NL
Convenience constant for new line |
static String |
SEP
Convenice constant for file separators |
| Method Summary | |
|---|---|
static void |
assertCollectionContains(String message,
Collection collection,
Object value)
Ensures the value is contained in the collection. |
static void |
assertFormError(ErrorCollection errorCollection,
String field,
String errorMessage)
|
static InputStream |
getInputStream(String fileName)
Obtains the given fileName as an input stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NL
public static final String SEP
| Method Detail |
|---|
public static InputStream getInputStream(String fileName)
fileName - The file to read as a stream
public static void assertCollectionContains(String message,
Collection collection,
Object value)
message - The message to display if the collection does not contain the valuecollection - The collection we are searchingvalue - The value we are looking for in the collection
public static void assertFormError(ErrorCollection errorCollection,
String field,
String errorMessage)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||