org.specrunner.junit
Class SpecRunnerParametrized.Entry

java.lang.Object
  extended by org.specrunner.junit.SpecRunnerParametrized.Entry
Enclosing class:
SpecRunnerParametrized

protected static final class SpecRunnerParametrized.Entry
extends Object

A execution mapping.

Author:
Thiago Santos

Field Summary
protected  IConfiguration cfg
          Entry configuration.
protected  Object input
          Entry input.
protected  Object output
          Entry output.
 
Constructor Summary
protected SpecRunnerParametrized.Entry(Object input, Object output, IConfiguration cfg)
          Creates an entry.
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input

protected final Object input
Entry input.


output

protected final Object output
Entry output.


cfg

protected final IConfiguration cfg
Entry configuration.

Constructor Detail

SpecRunnerParametrized.Entry

protected SpecRunnerParametrized.Entry(Object input,
                                       Object output,
                                       IConfiguration cfg)
Creates an entry.

Parameters:
input - The input file.
output - The output file.
cfg - The configuration.
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2015. All rights reserved.