|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectprotoj.lang.VerifyTarFeature
public final class VerifyTarFeature
StandardProject helper.
Verifies the correct functionality of a project tar file by expanding, then
building and executing the unit tests inside. This can prevent the situation
where extreme care has been taken over the project source code, but correct
functionality of the subsequently released tar file is left to chance. Here
are the basic steps that are taken:
| Constructor Summary | |
|---|---|
VerifyTarFeature(StandardProject project)
|
|
| Method Summary | |
|---|---|
void |
extractTarFiles()
Extracts the tar file from the target directory, throwing an exception if it doesn't exist. |
StandardProject |
getExtractedProject()
Creates a project instance representing the project being verified in the target directory. |
void |
verifyTar()
Starts the verification process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VerifyTarFeature(StandardProject project)
project - | Method Detail |
|---|
public void verifyTar()
VerifyTarFeature for a
complete description.
public void extractTarFiles()
public StandardProject getExtractedProject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||