Skip to content
Snippets Groups Projects

NSHM Unit tests

Compare and Show latest version
4 files
+ 101
28
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 12
2
@@ -91,6 +91,8 @@ task testAlaska2007(type: Test) {
exceptionFormat "full"
}
systemProperties(System.getProperties())
useJUnitPlatform()
jvmArgs(
"-Xms2g",
@@ -115,6 +117,8 @@ task testAlaska2023(type: Test) {
exceptionFormat "full"
}
systemProperties(System.getProperties())
useJUnitPlatform()
jvmArgs(
"-Xms2g",
@@ -139,14 +143,16 @@ task testConus2018(type: Test) {
exceptionFormat "full"
}
systemProperties(System.getProperties())
useJUnitPlatform()
jvmArgs(
"-Xms2g",
"-Xms${xmx}",
"-Xmx${xmx}",
)
filter {
includeTestsMatching "gov.usgs.earthquake.nshmp.model.NshmTests.testConus2018"
includeTestsMatching "gov.usgs.earthquake.nshmp.model.Conus2018Tests"
}
}
@@ -163,6 +169,8 @@ task testConus2023(type: Test) {
exceptionFormat "full"
}
systemProperties(System.getProperties())
useJUnitPlatform()
jvmArgs(
"-Xms2g",
@@ -187,6 +195,8 @@ task testHawaii2021(type: Test) {
exceptionFormat "full"
}
systemProperties(System.getProperties())
useJUnitPlatform()
jvmArgs(
"-Xms2g",
Loading