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

import java.lang.reflect.Method;
import java.util.Properties;

public interface DatabaseFixtureLoader
{
void initialize(Properties properties) throws ClassNotFoundException;

void load(Class<?> testClass, Method testMethod) throws DatabaseFixtureException;
}

Change log

r27 by christian.nelson on Sep 24, 2009   Diff
Renamed testutils package to test.
Go to: 
Project members, sign in to write a code review

Older revisions

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: 308 bytes, 11 lines
Powered by Google Project Hosting