-
- All Implemented Interfaces:
public final class KarmaConfig
-
-
Field Summary
Fields Modifier and Type Field Description private BooleansingleRunprivate BooleanautoWatchprivate StringbasePathprivate final List<String>filesprivate final List<String>frameworksprivate final KarmaClientclientprivate final List<String>browsersprivate final Map<String, CustomLauncher>customLaunchersprivate final BooleanfailOnFailingTestSuiteprivate final BooleanfailOnEmptyTestSuiteprivate final List<String>reportersprivate final Map<String, List<String>>preprocessorsprivate CoverageReportercoverageReporter
-
Constructor Summary
Constructors Constructor Description KarmaConfig(Boolean singleRun, Boolean autoWatch, String basePath, List<String> files, List<String> frameworks, KarmaClient client, List<String> browsers, Map<String, CustomLauncher> customLaunchers, Boolean failOnFailingTestSuite, Boolean failOnEmptyTestSuite, List<String> reporters, Map<String, List<String>> preprocessors, CoverageReporter coverageReporter)
-
Method Summary
Modifier and Type Method Description final BooleangetSingleRun()final UnitsetSingleRun(Boolean singleRun)final BooleangetAutoWatch()final UnitsetAutoWatch(Boolean autoWatch)final StringgetBasePath()final UnitsetBasePath(String basePath)final List<String>getFiles()final List<String>getFrameworks()final KarmaClientgetClient()final List<String>getBrowsers()final Map<String, CustomLauncher>getCustomLaunchers()final BooleangetFailOnFailingTestSuite()final BooleangetFailOnEmptyTestSuite()final List<String>getReporters()final Map<String, List<String>>getPreprocessors()final CoverageReportergetCoverageReporter()final UnitsetCoverageReporter(CoverageReporter coverageReporter)-
-
Constructor Detail
-
KarmaConfig
KarmaConfig(Boolean singleRun, Boolean autoWatch, String basePath, List<String> files, List<String> frameworks, KarmaClient client, List<String> browsers, Map<String, CustomLauncher> customLaunchers, Boolean failOnFailingTestSuite, Boolean failOnEmptyTestSuite, List<String> reporters, Map<String, List<String>> preprocessors, CoverageReporter coverageReporter)
-
-
Method Detail
-
getSingleRun
final Boolean getSingleRun()
-
setSingleRun
final Unit setSingleRun(Boolean singleRun)
-
getAutoWatch
final Boolean getAutoWatch()
-
setAutoWatch
final Unit setAutoWatch(Boolean autoWatch)
-
getBasePath
final String getBasePath()
-
setBasePath
final Unit setBasePath(String basePath)
-
getFrameworks
final List<String> getFrameworks()
-
getClient
final KarmaClient getClient()
-
getBrowsers
final List<String> getBrowsers()
-
getCustomLaunchers
final Map<String, CustomLauncher> getCustomLaunchers()
-
getFailOnFailingTestSuite
final Boolean getFailOnFailingTestSuite()
-
getFailOnEmptyTestSuite
final Boolean getFailOnEmptyTestSuite()
-
getReporters
final List<String> getReporters()
-
getPreprocessors
final Map<String, List<String>> getPreprocessors()
-
getCoverageReporter
final CoverageReporter getCoverageReporter()
-
setCoverageReporter
final Unit setCoverageReporter(CoverageReporter coverageReporter)
-
-
-
-