Added unit tests for the GE

GE should now favor the buy offer if it's newer than the paired sell offer (buyer gets GP back)
GE should now favor the sell offer if it's newer than the paired buy offer (buyer does NOT get gp back)
GE should now always award bot offers to the highest bidder
This commit is contained in:
Ceikry
2022-04-25 12:35:51 +00:00
committed by Ryan
parent 933dc72a48
commit fb98015536
5 changed files with 165 additions and 65 deletions
+2
View File
@@ -44,6 +44,8 @@ dependencies {
test {
useJUnitPlatform()
dependsOn cleanTest
testLogging.showStandardStreams = true
}
/*sourceSets {