
com.undefinedlabs.scope.settings.ScopeSettingsFactoryResolverOpts Maven / Gradle / Ivy
package com.undefinedlabs.scope.settings;
public class ScopeSettingsFactoryResolverOpts {
private final ScopeExtProperties extProperties;
private final ScopeTestingFrameworkDetector testingFrameworkDetector;
public ScopeSettingsFactoryResolverOpts(
final ScopeExtProperties extProperties,
final ScopeTestingFrameworkDetector testingFrameworkDetector) {
this.extProperties = extProperties;
this.testingFrameworkDetector = testingFrameworkDetector;
}
public ScopeExtProperties getExtProperties() {
return extProperties;
}
public ScopeTestingFrameworkDetector getTestingFrameworkDetector() {
return testingFrameworkDetector;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy