package com.builder; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; /** * Unit test for simple App. */ class AppTest { /** * Rigorous Test. */ @Test void testApp() { assertEquals(1, 1); } }