The Artima Developer Community
Sponsored Link

SuiteRunner Forum
Can the Runner to be called?

2 replies on 1 page. Most recent reply: Aug 22, 2003 4:20 AM by Adam Duffy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Harrison Tsang

Posts: 6
Nickname: htsang
Registered: Jul, 2003

Can the Runner to be called? Posted: Jul 13, 2003 6:56 PM
Reply to this message Reply
Advertisement
The methods in Runner class is package accessed now. Is it possible to have a public method to call from outside to launch the Runner since I want to integrate the SuiteRunner with other testing tools.


Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Re: Can the Runner to be called? Posted: Aug 10, 2003 6:06 PM
Reply to this message Reply
> The methods in Runner class is package accessed now. Is it
> possible to have a public method to call from outside to
> launch the Runner since I want to integrate the
> SuiteRunner with other testing tools.

I figured I should have public "run" methods in Runner eventually, but I'm not sure what methods are useful yet, so I haven't made any public. What "run" method signatures would you find useful?

Adam Duffy

Posts: 168
Nickname: adamduffy
Registered: Feb, 2003

Re: Can the Runner to be called? Posted: Aug 22, 2003 4:20 AM
Reply to this message Reply
I'd suggest keeping it simple, just have the method

public void run()


Useful if someone wants to extend Runner for their own purposes and/or if someone wants to call Runner from somewhere else.

Adam

Flat View: This topic has 2 replies on 1 page
Topic: TestMethod creation using metadata Previous Topic   Next Topic Topic: Order of Execution

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use