public class FreeMarkerTemplateDetectorTest extends Object
Modifier and Type | Field and Description |
---|---|
LoggingTestRule |
loggingRule |
org.mockito.junit.MockitoRule |
mockito |
(package private) ResourceResolver |
resolver |
(package private) Resource |
resource |
Constructor and Description |
---|
FreeMarkerTemplateDetectorTest() |
Modifier and Type | Method and Description |
---|---|
void |
hasFtlExtensionButFileDoesntExistShouldNotBeAbleToParse() |
void |
html() |
void |
notFTL() |
void |
setUp() |
void |
text() |
public final LoggingTestRule loggingRule
public final org.mockito.junit.MockitoRule mockito
@Mock ResourceResolver resolver
@Mock Resource resource
public void setUp() throws ResourceResolutionException
ResourceResolutionException
public void text() throws EngineDetectionException
EngineDetectionException
public void html() throws EngineDetectionException
EngineDetectionException
public void notFTL() throws EngineDetectionException
EngineDetectionException
public void hasFtlExtensionButFileDoesntExistShouldNotBeAbleToParse() throws EngineDetectionException
EngineDetectionException
Copyright © 2021. All rights reserved.