org.eclipse.emf.emfstore.fuzzy.emf.internal.junit
Class FrameworkFields

java.lang.Object
  extended by org.eclipse.emf.emfstore.fuzzy.emf.internal.junit.FrameworkFields

public final class FrameworkFields
extends Object

Simple utility class to ease passing of framework fields.

Author:
emueller

Method Summary
static FrameworkFields create()
          Creates a fresh instance.
 org.junit.runners.model.FrameworkField getDataField()
           
 org.junit.runners.model.FrameworkField getMutatorField()
           
 org.junit.runners.model.FrameworkField getOptionsField()
           
 org.junit.runners.model.FrameworkField getUtilField()
           
 FrameworkFields setDataField(org.junit.runners.model.FrameworkField dataField)
          Sets the data field.
 FrameworkFields setMutatorField(org.junit.runners.model.FrameworkField mutatorField)
          Sets the mutator field.
 FrameworkFields setOptionsField(org.junit.runners.model.FrameworkField optionsField)
          Sets the options field.
 FrameworkFields setUtilField(org.junit.runners.model.FrameworkField utilField)
          Sets the util field.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static FrameworkFields create()
Creates a fresh instance.

Returns:
a fresh uninitialized FrameworkFields instance.

getOptionsField

public org.junit.runners.model.FrameworkField getOptionsField()
Returns:
the optionsField

getMutatorField

public org.junit.runners.model.FrameworkField getMutatorField()
Returns:
the mutatorField

getUtilField

public org.junit.runners.model.FrameworkField getUtilField()
Returns:
the utilField

getDataField

public org.junit.runners.model.FrameworkField getDataField()
Returns:
the dataField

setDataField

public FrameworkFields setDataField(org.junit.runners.model.FrameworkField dataField)
Sets the data field.

Parameters:
dataField - the data field to be set
Returns:
this FrameworkFields instance

setOptionsField

public FrameworkFields setOptionsField(org.junit.runners.model.FrameworkField optionsField)
Sets the options field.

Parameters:
optionsField - the options field to be set
Returns:
this FrameworkFields instance

setMutatorField

public FrameworkFields setMutatorField(org.junit.runners.model.FrameworkField mutatorField)
Sets the mutator field.

Parameters:
mutatorField - the mutator field to be set
Returns:
this FrameworkFields instance

setUtilField

public FrameworkFields setUtilField(org.junit.runners.model.FrameworkField utilField)
Sets the util field.

Parameters:
utilField - the util field to be set
Returns:
this FrameworkFields instance


Copyright © 2015. All Rights Reserved.