In this program, read through the class with a field, getter, setter, and test action located in the testClass.quorum tab. Then add the object and action call blocks to the Main.quorum tab. Make the program output the following text, This is a message from the TestClass action, Test.
Coding:
Hotkey Shortcuts
Move BlocksUP or DOWN or TAB
Run Program ALT + SHIFT + R
Stop Program ALT + SHIFT + S
Hide Tray ALT + SHIFT + X
Zoom In ALT + +
Zoom Out ALT + -
Open Help ALT + SHIFT + H
Navigate to Tray ALT + 1
Navigate to Blocks ALT + 2
Enter Navigation Mode SHIFT + ENTER
Blocks
Hint
Great job!
Try again
Start by adding the object block, TestClass testObject. This block has the type that matches the class name followed by the object name. Then use the object to call the Test() action.