public interface IDemoCase extends IDemo
Modifier and Type | Method and Description |
---|---|
IDemoCaseRunnable |
createRunnable(boolean allowExternalLaunches)
Creates a runnable for running this demo case.
|
DemoIdentifier |
getIdentifier() |
IDemoCaseRunnable createRunnable(boolean allowExternalLaunches)
allowExternalLaunches
- indicates whether this demo is allowed e.g. to launch a file in
an external software. This flag will be false if this demo is executed as test for example.DemoIdentifier getIdentifier()
JDemo homepage: http://www.jdemo.de
Copyright © 2003-2012 Markus Gebhard. All Rights Reserved.