TemplateResolverOptions.java

1
package fr.sii.ogham.template.thymeleaf.common;
2
3
/**
4
 * 
5
 * @author Cyril Dejonghe
6
 *
7
 */
8
public class TemplateResolverOptions {
9
	private String templateMode;
10
	private Boolean cacheable;
11
12
	public String getTemplateMode() {
13 5 1. getTemplateMode : replaced return value with "" for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getTemplateMode → NO_COVERAGE
2. getTemplateMode : replaced return value with "" for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getTemplateMode → TIMED_OUT
3. getTemplateMode : replaced return value with "" for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getTemplateMode → KILLED
4. getTemplateMode : replaced return value with "" for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getTemplateMode → KILLED
5. getTemplateMode : replaced return value with "" for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getTemplateMode → KILLED
		return templateMode;
14
	}
15
16
	public void setTemplateMode(String templateMode) {
17
		this.templateMode = templateMode;
18
	}
19
20
	public Boolean getCacheable() {
21 10 1. getCacheable : replaced Boolean return with False for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → SURVIVED
2. getCacheable : replaced Boolean return with False for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → NO_COVERAGE
3. getCacheable : replaced Boolean return with True for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → SURVIVED
4. getCacheable : replaced Boolean return with True for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → NO_COVERAGE
5. getCacheable : replaced Boolean return with False for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → TIMED_OUT
6. getCacheable : replaced Boolean return with True for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → TIMED_OUT
7. getCacheable : replaced Boolean return with False for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → KILLED
8. getCacheable : replaced Boolean return with False for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → KILLED
9. getCacheable : replaced Boolean return with True for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → KILLED
10. getCacheable : replaced Boolean return with True for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → KILLED
		return cacheable;
22
	}
23
24
	public void setCacheable(Boolean cacheable) {
25
		this.cacheable = cacheable;
26
	}
27
28
}

Mutations

13

1.1
Location : getTemplateMode
Killed by : oghamthymeleafv3.it.ThymeleafParserTest.html(oghamthymeleafv3.it.ThymeleafParserTest)
replaced return value with "" for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getTemplateMode → KILLED

2.2
Location : getTemplateMode
Killed by : oghamall.it.email.EmailMultiTemplateTest.withThymeleafOneVariantWithInvalidResourcePath(oghamall.it.email.EmailMultiTemplateTest)
replaced return value with "" for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getTemplateMode → KILLED

3.3
Location : getTemplateMode
Killed by : oghamthymeleafv2.it.resolver.StringResourceResolverTest.text(oghamthymeleafv2.it.resolver.StringResourceResolverTest)
replaced return value with "" for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getTemplateMode → KILLED

4.4
Location : getTemplateMode
Killed by : none
replaced return value with "" for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getTemplateMode → TIMED_OUT

5.5
Location : getTemplateMode
Killed by : none
replaced return value with "" for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getTemplateMode → NO_COVERAGE

21

1.1
Location : getCacheable
Killed by : none
replaced Boolean return with False for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → TIMED_OUT

2.2
Location : getCacheable
Killed by : oghamthymeleafv2.it.ExternalFileTest.fileUpdatedButUseThymeleafCache(oghamthymeleafv2.it.ExternalFileTest)
replaced Boolean return with False for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → KILLED

3.3
Location : getCacheable
Killed by : oghamthymeleafv3.it.ExternalFileTest.fileUpdatedButUseThymeleafCache(oghamthymeleafv3.it.ExternalFileTest)
replaced Boolean return with False for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → KILLED

4.4
Location : getCacheable
Killed by : none
replaced Boolean return with False for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → SURVIVED

5.5
Location : getCacheable
Killed by : none
replaced Boolean return with False for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → NO_COVERAGE

6.6
Location : getCacheable
Killed by : oghamthymeleafv2.it.ExternalFileTest.fileUpdatedWithoutThymeleafCache(oghamthymeleafv2.it.ExternalFileTest)
replaced Boolean return with True for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → KILLED

7.7
Location : getCacheable
Killed by : none
replaced Boolean return with True for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → SURVIVED

8.8
Location : getCacheable
Killed by : none
replaced Boolean return with True for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → NO_COVERAGE

9.9
Location : getCacheable
Killed by : oghamthymeleafv3.it.ExternalFileTest.fileUpdatedWithoutThymeleafCache(oghamthymeleafv3.it.ExternalFileTest)
replaced Boolean return with True for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → KILLED

10.10
Location : getCacheable
Killed by : none
replaced Boolean return with True for fr/sii/ogham/template/thymeleaf/common/TemplateResolverOptions::getCacheable → TIMED_OUT

Active mutators

Tests examined


Report generated by PIT OGHAM