# Packages
Package count is used to count the number of test cases run.
# Functions
ArrayWriterTest is an easy template for testing stdio.ArrayWriter methods in murex types.
No description provided by the author
InstalledDepsTest checks any external dependencies are installed.
ReadArrayTest is an easy template for testing stdio.ReadArray methods in murex types.
ReadMapOrderedTest is an easy template for testing stdio.ReadMap methods in murex types with ordered maps.
ReadMapUnorderedTest is an easy template for testing stdio.ReadMap methods in murex types with unordered maps.
RunBooleanTests runs through all the test cases for BooleanTest.
RunMethodRegexTest is a template function for using regex to test builtins run as methods.
RunMethodTest is a template function for testing builtins run as methods.
RunMurexTests runs through all the test cases for MurexTest where STDOUT/ERR are literal strings.
RunMurexTestsRx runs through all the test cases for MurexTest where STDOUT/ERR are regexp expressions.
# Structs
BooleanTest is a basic framework for each boolean test of murex code.
MurexTest is a basic framework to test murex code.
ReadMapExpected is used to list the expected output from stdio.ReadMap for the MapTest() test.