Added build.date to examples

This commit is contained in:
Erik C. Thauvin 2023-04-03 02:17:11 -07:00
parent c53230dd61
commit 29ccd1cbdf
10 changed files with 71 additions and 33 deletions

View file

@ -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());