| Modifier and Type | Method and Description |
|---|---|
PkgLibrary |
TestSuite.getDarkstarPkg()
Returns the
PkgLibrary object that represents the binary
darkstar package that is to be used in this test suite. |
PkgLibrary |
TestExecutionResultClientLog.getOriginalClientAppRequiredPkg() |
PkgLibrary |
TestExecutionResultServerLog.getOriginalServerAppRequiredPkg() |
PkgLibrary |
TestExecutionResultProbeLog.getOriginalSystemProbeRequiredPkg() |
PkgLibrary |
TestExecution.getOriginalTestSuiteDarkstarPkg()
Returns the original
PkgLibrary for the
darkstar package required to run the
tests. |
PkgLibrary |
ClientApp.getRequiredPkg()
Returns the package library required to run this client application.
|
PkgLibrary |
SystemProbe.getRequiredPkg()
Returns the package library required to run this system probe.
|
PkgLibrary |
ServerApp.getRequiredPkg()
Returns the package library required to run this server application.
|
| Modifier and Type | Method and Description |
|---|---|
List<PkgLibrary> |
PkgLibraryTag.getLibraries()
Returns the list of
PkgLibrary objects that are tagged
with this tag. |
| Modifier and Type | Method and Description |
|---|---|
void |
TestSuite.setDarkstarPkg(PkgLibrary darkstarPkg) |
void |
TestExecution.setOriginalTestSuiteDarkstarPkg(PkgLibrary originalTestSuiteDarkstarPkg) |
void |
ClientApp.setRequiredPkg(PkgLibrary requiredPkg) |
void |
SystemProbe.setRequiredPkg(PkgLibrary requiredPkg) |
void |
ServerApp.setRequiredPkg(PkgLibrary requiredPkg) |
| Modifier and Type | Method and Description |
|---|---|
void |
PkgLibraryTag.setLibraries(List<PkgLibrary> libraries) |
Copyright © 2013. All Rights Reserved.