--------------------------------------------------------------
| 196 | |
| 197 | //-------------------------------------------------------------- |
| 198 | void testApp::clearArgs(){ |
| 199 | arg1->setTextString(" "); |
| 200 | arg2->setTextString(" "); |
| 201 | arg3->setTextString(" "); |
| 202 | } |
| 203 | |
| 204 | //-------------------------------------------------------------- |
| 205 | void testApp::update(){ |
nothing calls this directly
no outgoing calls
no test coverage detected