Newer
Older
DesignPattern / src / test / java / info / istlab / dp / AppTest.java
@motoki miura motoki miura on 17 Oct 2023 286 bytes first commit
package info.istlab.dp;

import static org.junit.Assert.assertTrue;

import org.junit.Test;

/**
 * Unit test for simple App.
 */
public class AppTest 
{
    /**
     * Rigorous Test :-)
     */
    @Test
    public void shouldAnswerWithTrue()
    {
        assertTrue( true );
    }
}