Aardvark.Base


TestInfo

A container for passed and failed counts.

Constructors

ConstructorDescription
new(passed, failed)
Signature: (passed:int64 * failed:int64) -> unit

Instance members

Instance memberDescription
TestCount
Signature: int64

Static members

Static memberDescription
op_Addition(a, b)
Signature: (a:TestInfo * b:TestInfo) -> TestInfo
Fork me on GitHub