package com.test.hello_world_test;

public class HelloWorldTest {
    @Test
    public void testMethod1() throws Exception {}

    @Test
    public void testMethod2() throws Exception {}
}
