public class Database extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Database.Product |
| Constructor and Description |
|---|
Database() |
| Modifier and Type | Method and Description |
|---|---|
static Date |
getNextSyncDate() |
static boolean |
isProduct(Database.Product product) |
static void |
pause()
Pause for
TestProperties.PAUSE_MILLIS. |
static void |
pauseUntilNextSyncDate(Date nextSyncDate) |
public static boolean isProduct(Database.Product product)
public static Date getNextSyncDate()
public static void pauseUntilNextSyncDate(Date nextSyncDate)
public static void pause()
TestProperties.PAUSE_MILLIS. This generally pauses for the shortest duration possible, which
depends on the granularity of the time format that the database uses.TimeUtils.pause(long)Copyright © 2003–2015 Atlassian. All rights reserved.