Package dev.testify
Class TestifyExtension
-
- All Implemented Interfaces:
public class TestifyExtension
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringNAMEprivate StringbaselineSourceDirprivate StringmoduleNameprivate StringoutputFileNameFormatprivate LongpullWaitTimeprivate StringtestRunnerprivate BooleanuseSdCardprivate BooleanuseTestStorageprivate StringapplicationPackageIdprivate StringtestPackageIdprivate StringinstallTaskprivate StringinstallAndroidTestTaskprivate BooleanautoImplementLibraryprivate StringscreenshotAnnotationprivate StringrootDestinationDirectoryprivate BooleanisRecordModeprivate IntegerparallelThreads
-
Constructor Summary
Constructors Constructor Description TestifyExtension()
-
Method Summary
-
-
Method Detail
-
getBaselineSourceDir
final String getBaselineSourceDir()
-
setBaselineSourceDir
final Unit setBaselineSourceDir(String baselineSourceDir)
-
getModuleName
final String getModuleName()
-
setModuleName
final Unit setModuleName(String moduleName)
-
getOutputFileNameFormat
final String getOutputFileNameFormat()
-
setOutputFileNameFormat
final Unit setOutputFileNameFormat(String outputFileNameFormat)
-
getPullWaitTime
final Long getPullWaitTime()
-
setPullWaitTime
final Unit setPullWaitTime(Long pullWaitTime)
-
getTestRunner
final String getTestRunner()
-
setTestRunner
final Unit setTestRunner(String testRunner)
-
getUseSdCard
final Boolean getUseSdCard()
-
setUseSdCard
final Unit setUseSdCard(Boolean useSdCard)
-
getUseTestStorage
final Boolean getUseTestStorage()
-
setUseTestStorage
final Unit setUseTestStorage(Boolean useTestStorage)
-
getApplicationPackageId
final String getApplicationPackageId()
-
setApplicationPackageId
final Unit setApplicationPackageId(String applicationPackageId)
-
getTestPackageId
final String getTestPackageId()
-
setTestPackageId
final Unit setTestPackageId(String testPackageId)
-
getInstallTask
final String getInstallTask()
-
setInstallTask
final Unit setInstallTask(String installTask)
-
getInstallAndroidTestTask
final String getInstallAndroidTestTask()
-
setInstallAndroidTestTask
final Unit setInstallAndroidTestTask(String installAndroidTestTask)
-
getAutoImplementLibrary
final Boolean getAutoImplementLibrary()
-
setAutoImplementLibrary
final Unit setAutoImplementLibrary(Boolean autoImplementLibrary)
-
getScreenshotAnnotation
final String getScreenshotAnnotation()
-
setScreenshotAnnotation
final Unit setScreenshotAnnotation(String screenshotAnnotation)
-
getRootDestinationDirectory
final String getRootDestinationDirectory()
-
setRootDestinationDirectory
final Unit setRootDestinationDirectory(String rootDestinationDirectory)
-
isRecordMode
final Boolean isRecordMode()
-
setRecordMode
final Unit setRecordMode(Boolean isRecordMode)
-
getParallelThreads
final Integer getParallelThreads()
-
setParallelThreads
final Unit setParallelThreads(Integer parallelThreads)
-
-
-
-