• Debugging
    Problem: Confidence test does not pass
    What test or tests fail?
    You can run the failed test individually to get more details.
    Macro Test (most common)
    nM> home test
    nM> %test_<failed test>
    nM> %test_timex
    
    JUnit Test
    nM> unittest <class name>
    nM> unittest nxm.sys.lib.StringUtil
    
    It is possible that some network-related tests could fail due to "external" issues (such as a pre-defined port not being available).