메소드 |
설명 |
|
setUp ( ) |
Sets up the fixture, for example, open a network connection. |
|
testBuild ( ) |
tests running a build |
|
testBuildWithoutZip ( ) |
tests running a build without generating a zip file |
|
testConstructFailsIfTheDirDoesNotExsist ( ) |
tests failing the build if the build dir does not exist |
|
testConstructFailsIfTheDirIsNotAnDirectory ( ) |
tests failing the build if no build dir is a file |
|
testConstructFailsWithoutParameters ( ) |
tests failing the build without parameters |
|
testConstructFailsWithoutTheSecondParameter ( ) |
tests failing the build without build dir |
|
testConstructPassesIfAllDirsExist ( ) |
tests creating a generator instance |
|
testSetCollectionCreator ( ) |
tests setting a collection creator |
|
testSetLogger ( ) |
tests setting and getting a logger |
|