My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
package com.carbonfive.test.functional;

import java.util.Properties;

public interface ApplicationServerManager
{
void initialize(Properties properties);

void start();

void stop();
}

Change log

r30 by christian.nelson on Sep 24, 2009   Diff
Cleaned up first-time initialization and
remove isRunning flag.
Go to: 
Project members, sign in to write a code review

Older revisions

r27 by christian.nelson on Sep 24, 2009   Diff
Renamed testutils package to test.
r25 by christian.nelson on Sep 23, 2009   Diff
Extracted an abstractiong for
interacting with the application
server to clean up the test runner
(and open the possibility of swapping
out a new type).
All revisions of this file

File info

Size: 202 bytes, 12 lines
Powered by Google Project Hosting