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
ResourceResolutionExceptionpublic void text()
throws EngineDetectionException
EngineDetectionExceptionpublic void html()
throws EngineDetectionException
EngineDetectionExceptionpublic void notFTL()
throws EngineDetectionException
EngineDetectionExceptionpublic void hasFtlExtensionButFileDoesntExistShouldNotBeAbleToParse()
throws EngineDetectionException
EngineDetectionExceptionCopyright © 2021. All rights reserved.