Skip to content
Snippets Groups Projects
Commit f62b6cee authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

deleted stale test class

parent c4909e85
No related branches found
No related tags found
2 merge requests!593Production Release | nshm-haz,!591Code review 479
package gov.usgs.earthquake.nshmp.programs;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
public class HazardCurveTest {
@BeforeEach
public void setUpBeforeClass() throws Exception {}
@Test
public final void testRun() {
// String[] args = new String[] {};
// String status = HazardCalc.run(args);
// assertEquals(HazardCalc.USAGE.substring(0,18), status.substring(0,18));
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment