Added build.date to examples
This commit is contained in:
parent
c53230dd61
commit
29ccd1cbdf
10 changed files with 71 additions and 33 deletions
|
@ -2,9 +2,9 @@ package com.example;
|
|||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
|
||||
public class PropertyFileExampleTest {
|
||||
class PropertyFileExampleTest {
|
||||
@Test
|
||||
void verifyHello() {
|
||||
assertEquals("Hello World!", new PropertyFileExampleMain().getMessage());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue