Skip to content
Snippets Groups Projects
Commit facad472 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

test

parent c6a6010d
No related branches found
No related tags found
2 merge requests!755Production Release | nshmp-haz,!754NSHM Unit tests
......@@ -10,6 +10,8 @@ import java.util.Optional;
import java.util.Set;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInstance;
import org.junit.jupiter.api.TestInstance.Lifecycle;
import gov.usgs.earthquake.nshmp.NamedLocation;
import gov.usgs.earthquake.nshmp.gmm.Imt;
......@@ -21,6 +23,7 @@ import gov.usgs.earthquake.nshmp.site.NshmpSite;
/**
* Test NSHMs.
*/
@TestInstance(Lifecycle.PER_CLASS)
class NshmTests {
/* Alaska test sites */
private static final List<NamedLocation> ALASKA_LOCATIONS = List.of(
......
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