Bug 470305

Summary: Method interceptor to run non-dependent methods in alphabetical order by method name
Product: Red Hat Satellite 5 Reporter: Jeff Weiss <jweiss>
Component: OtherAssignee: Red Hat Satellite QA List <satqe-list>
Status: CLOSED NOTABUG QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: dajohnso, msuchy
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-01-24 12:34:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 469958    
Attachments:
Description Flags
mylyn/context/zip none

Description Jeff Weiss 2008-11-06 16:36:49 UTC
Wes's methods are written for junit which will run them in abc order.  Testng usually requires dependsOnMethod tags, but you can also write an "interceptor" to sort the non-dependent methods for you.

Comment 1 Jeff Weiss 2008-11-06 17:19:39 UTC
Created attachment 322761 [details]
mylyn/context/zip