com.googlecode.lightest.core
Interface ITestEnvironment

All Superinterfaces:
Cloneable
All Known Implementing Classes:
TestEnvironment

public interface ITestEnvironment
extends Cloneable


Method Summary
 String getId()
          Returns a unique identifier for the environment
 void setId(String id)
           
 Map settings()
          Returns a map of setting names to their values.
 

Method Detail

setId

void setId(String id)

getId

String getId()
Returns a unique identifier for the environment


settings

Map settings()
Returns a map of setting names to their values. This collection excludes Groovy MOP properties, as well as the id. This method name is not prefixed with "get" to make the implementation easier.



Copyright © 2009. All Rights Reserved.