public class TestBase
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
dataPath |
protected java.lang.String |
folder |
protected FileFormat |
format |
| Modifier | Constructor and Description |
|---|---|
protected |
TestBase() |
|
TestBase(java.lang.String folder,
FileFormat format) |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String |
getDataPath() |
protected java.lang.String |
getFileName(java.lang.String file) |
protected static java.lang.String |
getLicensePath() |
protected Scene |
loadScene(java.lang.String file) |
protected Scene |
loadScene(java.lang.String file,
LoadOptions cfg) |
protected Scene |
reload(Scene scene) |
protected Scene |
reload(Scene scene,
SaveOptions saveOptions) |
protected void |
unlockLicense() |
protected void |
unlockLicense(java.lang.String type) |
protected java.lang.String folder
protected FileFormat format
protected static java.lang.String dataPath
public TestBase(java.lang.String folder,
FileFormat format)
protected TestBase()
protected static java.lang.String getLicensePath()
throws java.io.IOException
java.io.IOExceptionprotected static java.lang.String getDataPath()
throws java.io.IOException
java.io.IOExceptionprotected void unlockLicense()
throws java.lang.Exception
java.lang.Exceptionprotected void unlockLicense(java.lang.String type)
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String getFileName(java.lang.String file)
throws java.io.IOException
java.io.IOExceptionprotected Scene loadScene(java.lang.String file, LoadOptions cfg) throws java.io.IOException
java.io.IOExceptionprotected Scene loadScene(java.lang.String file) throws java.io.IOException
java.io.IOExceptionprotected Scene reload(Scene scene, SaveOptions saveOptions) throws java.io.IOException
java.io.IOException