public class CustomTemplateBuilderTest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CustomTemplateBuilderTest.CustomChainingBuilder |
static class |
CustomTemplateBuilderTest.InvalidBuilder |
Modifier and Type | Field and Description |
---|---|
(package private) TemplateParser |
configuredParser |
LoggingTestRule |
logging |
org.mockito.junit.MockitoRule |
mockito |
Constructor and Description |
---|
CustomTemplateBuilderTest() |
Modifier and Type | Method and Description |
---|---|
void |
asDeveloperICantRegisterABuilderWithWrongConstructor() |
void |
asDeveloperICantRegisterANonVisible() |
void |
asDeveloperIRegisterACustomBuilderWithFluentChaining() |
void |
asDeveloperIRegisterACustomBuilderWithoutFluentChaining() |
public final org.mockito.junit.MockitoRule mockito
public final LoggingTestRule logging
@Mock TemplateParser configuredParser
public void asDeveloperIRegisterACustomBuilderWithFluentChaining()
public void asDeveloperIRegisterACustomBuilderWithoutFluentChaining()
public void asDeveloperICantRegisterANonVisible()
public void asDeveloperICantRegisterABuilderWithWrongConstructor()
Copyright © 2021. All rights reserved.