public interface IEUnitSuite
EclipseEUnitTestRunner
.Modifier and Type | Method and Description |
---|---|
URI |
getModuleURI()
Returns the URI of the main .eunit script to be run.
|
OperationContributor |
getOperationContributor()
Returns an operation contributor which can provide additional
global functions through its methods.
|
List<IModel> |
prepareModels()
Returns the list of the models that should be used for the next
test.
|
OperationContributor getOperationContributor()
null
if they do
not need this functionality.
A custom operation contributor can be useful if we need to run
tasks in another model-handling language, as the Ant tasks are
not easy to use from a JUnit Plug-in Test.URI getModuleURI() throws Exception
Exception
Copyright © 2020. All rights reserved.