/home/wpollock1/public_html/AJava/LogAndMetricsDemo/src/test/java/com/wpollock/LogMetricDemoTest.java

package com.wpollock;

import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.*;  // Annotations

/**
 * Unit test for simple LogMetricDemo.  Note, testing is
 * not implemented for this demo, nor is the application
 * designed for testability (main does too much).
 */
public class LogMetricDemoTest
{
    /**
     * Rigorous Test :-)
     */
    @Test
    public void shouldAnswerWithTrue()
    {
        assertTrue( true );
    }
}