package com.company.project; import org.junit.*; public class HelloWorldTest { @Test public void test() { Assert.assertEquals(1, 1); } }