Fixture

org.eso.ias.dasu.test.Dasu7ASCEsTest.Fixture
trait Fixture

Fixture to build same type of objects for the tests

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

Notifies about a new output produced by the DASU

Notifies about a new output produced by the DASU

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def buildValue(id: String, fullRunningID: String, d: Double): IASValue[_]
def buildValue(id: String, fullRunningID: String, d: Double, validity: IasValidity): IASValue[_]

Concrete fields

val cdbFiles: CdbFiles
val cdbParentPath: Path
val cdbReader: CdbReader
val dasu: DasuImpl
val dasuDao: DasuDao
val dasuId: String
val eventsReceived: AtomicInteger

The number of events received This is the number of output generated by the DASU after running the TF on all its ASCEs

The number of events received This is the number of output generated by the DASU after running the TF on all its ASCEs

Attributes

val iasValuesReceived: ListBuffer[IASValue[_]]
val stringSerializer: Option[IasValueJsonSerializer]
val strsReceived: AtomicInteger

The number of JSON strings received

The number of JSON strings received

Attributes