Continue building a the test class by adding an action to the TestClass in the actionClass.quorum tab. This action will be named Test and output the message "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
Drag over the action block and name the action Test. This action has no parameters or return value. Then add the output block to the Test action and change the output to "This is a message from the TestClass action, Test." In the next problem, you will use the class you have created.