public class CouchEnvironment
extends java.lang.Object
| Constructor and Description |
|---|
CouchEnvironment(boolean testEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNotTest() |
boolean |
isTest() |
static CouchEnvironment |
notTest() |
static CouchEnvironment |
test() |
public boolean isTest()
public boolean isNotTest()
public static CouchEnvironment test()
public static CouchEnvironment notTest()