* <!-- end-user-doc -->
*
* @generated
*/
public NotificationChain basicSetSkipped(Skipped newSkipped, NotificationChain msgs) {
Skipped oldSkipped = skipped;
skipped = newSkipped;
if(eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(
this, Notification.SET, JunitresultPackage.TESTCASE__SKIPPED, oldSkipped, newSkipped);
if(msgs == null)