mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Retire marker interface. (#1997)
This commit is contained in:
parent
3bb018a5ce
commit
9baa9037ae
@ -33,8 +33,7 @@ import rx.Observable
|
||||
import java.time.Duration
|
||||
import java.time.LocalDate
|
||||
|
||||
class IRSDemoTest : IntegrationTestCategory {
|
||||
|
||||
class IRSDemoTest {
|
||||
companion object {
|
||||
val log = loggerFor<IRSDemoTest>()
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ import org.junit.Test
|
||||
import java.math.BigDecimal
|
||||
import java.time.LocalDate
|
||||
|
||||
class SimmValuationTest : IntegrationTestCategory {
|
||||
class SimmValuationTest {
|
||||
private companion object {
|
||||
// SIMM demo can only currently handle one valuation date due to a lack of market data or a market data source.
|
||||
val valuationDate: LocalDate = LocalDate.parse("2016-06-06")
|
||||
|
@ -1,6 +0,0 @@
|
||||
package net.corda.testing
|
||||
|
||||
/**
|
||||
* Marker interface for tests which are only run as part of the integration tests.
|
||||
*/
|
||||
interface IntegrationTestCategory
|
Loading…
Reference in New Issue
Block a user