# DoME In Pharo **Paste the following code in playground and do it.** To test the DoMESpecification class: ```smalltalk ds := DoMESpecification new. ds open. ``` To test the DoMELayout class: ```smalltalk lo := DoMELayout new. lo open. ``` To test the Menu class: ```smalltalk mn := Menu new. mn topMenuTest. ``` To test the TopToolbar: ```smalltalk ttb := TopToolbar new. ttb open. ``` To test the LeftToolbar: ```smalltalk ltb := LeftToolbar new. ltb open. ```