151617181920212223
* Example test method */ @Test public void simple() { _stem_ impl = new _stem_Impl(); impl.say("Hello World"); }