inst/tinytest/test_calcTxnValue.R

# Author: Peter Carl -> RUnit port by Ben McCann -> 
# -> tinytest port by Justin Shea

library(tinytest)

test_calcTxnValue <- function() {
  expect_equal(
    blotter:::.calcTxnValue(TxnQty = 10, TxnPrice = 10, TxnFees = 1),
    99
  )
}

test_calcTxnValue()
braverock/blotter documentation built on Dec. 16, 2024, 1:02 p.m.