We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0870d commit 0f85a74Copy full SHA for 0f85a74
src/test/java/org/codehaus/plexus/velocity/DefaultVelocityComponentTest.java
@@ -29,13 +29,13 @@
29
import static org.junit.jupiter.api.Assertions.assertNotNull;
30
31
@PlexusTest
32
-public class DefaultVelocityComponentTest {
+class DefaultVelocityComponentTest {
33
34
@Inject
35
private VelocityComponent velocity;
36
37
@Test
38
- public void testBasic() {
+ void basic() {
39
40
// test the properties
41
String value = (String) velocity.getEngine().getProperty("hello");
0 commit comments