Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Wasabi.Logic.Test.PricingTest

class Wasabi.Logic.Test.PricingTest extends %UnitTest.TestCase

A unit test class for Wasabi.Logic.Pricing. To run this test: do ##class(Wasabi.Logic.Test.PricingTest).Run()

Method Inventory

Methods

method OnAfterOneTest(testname As %Library.String) as %Status
Inherited description: Run by RunTest immediately after each test method in the test class is run.
testname
Name of the test to be run. Required.
method OnBeforeOneTest(testname As %Library.String) as %Status
Inherited description: Run by RunTest immediately before each test method in the test class is run.
testname
Name of the test to be run. Required.
classmethod Run() as %Status
Runs this test.
method TestNoneLookupPrice()
Tests LookupPrice - some.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab