org.eclipse.emf.emfstore.fuzzy.emf
Interface ESTestConfig

All Known Implementing Classes:
ESTestConfigImpl

public interface ESTestConfig

Holds test configuration parameters.

Since:
2.0
Author:
emueller

Method Summary
 int getCount()
          Specifies how many times the test should be executed.
 String getId()
          Returns the unique ID of this test configuration.
 ESMutatorConfig getMutatorConfig()
          Returns the configuration of the model mutator.
 long getSeed()
          Returns the initial seed for the random generator.
 Class<?> getTestClass()
          Returns the class containing the test.
 

Method Detail

getId

String getId()
Returns the unique ID of this test configuration.

Returns:
the unique ID of this test configuration

getSeed

long getSeed()
Returns the initial seed for the random generator.

Returns:
the initial seed for the random generator

getCount

int getCount()
Specifies how many times the test should be executed.

Returns:
the number of test executions

getMutatorConfig

ESMutatorConfig getMutatorConfig()
Returns the configuration of the model mutator.

Returns:
the configuration of the model mutator

getTestClass

Class<?> getTestClass()
Returns the class containing the test.

Returns:
the class containing the test


Copyright © 2015. All Rights Reserved.