org.eclipse.xtext.junit4.parameterized
Class ParameterizedXtextRunner.ParameterSetRunner

java.lang.Object
  extended by org.eclipse.xtext.junit4.parameterized.ParameterizedXtextRunner.ParameterSetRunner
Enclosing class:
ParameterizedXtextRunner

protected static class ParameterizedXtextRunner.ParameterSetRunner
extends java.lang.Object


Field Summary
protected  org.junit.runner.Description description
           
protected  IParameterProvider.IExpectation expectation
           
protected  boolean ignore
           
protected  int index
           
protected  java.lang.String methodName
           
protected  com.google.common.collect.Multimap<java.lang.String,java.lang.Object> params
           
protected  ParameterizedXtextRunner.ResourceRunner runner
           
protected  java.lang.String title
           
 
Constructor Summary
protected ParameterizedXtextRunner.ParameterSetRunner()
           
 
Method Summary
 org.junit.runner.Description getDescription()
           
 IParameterProvider.IExpectation getExpectation()
           
 java.lang.String getFullTitle()
           
 IInjectorProvider getInjectorProvider()
           
 java.lang.String getMethdoName()
           
 com.google.common.collect.Multimap<java.lang.String,java.lang.Object> getParams()
           
 XtextResource getResource()
           
 java.lang.Class<?> getTestClass()
           
 void init(ParameterizedXtextRunner.ResourceRunner runner, java.lang.String title, java.lang.String method, com.google.common.collect.Multimap<java.lang.String,java.lang.Object> params, IParameterProvider.IExpectation expectation, boolean ignore)
           
 boolean isIgnore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected org.junit.runner.Description description

expectation

protected IParameterProvider.IExpectation expectation

ignore

protected boolean ignore

index

protected int index

methodName

protected java.lang.String methodName

params

protected com.google.common.collect.Multimap<java.lang.String,java.lang.Object> params

runner

protected ParameterizedXtextRunner.ResourceRunner runner

title

protected java.lang.String title
Constructor Detail

ParameterizedXtextRunner.ParameterSetRunner

protected ParameterizedXtextRunner.ParameterSetRunner()
Method Detail

getDescription

public org.junit.runner.Description getDescription()

getExpectation

public IParameterProvider.IExpectation getExpectation()

getFullTitle

public java.lang.String getFullTitle()

getInjectorProvider

public IInjectorProvider getInjectorProvider()

getMethdoName

public java.lang.String getMethdoName()

getParams

public com.google.common.collect.Multimap<java.lang.String,java.lang.Object> getParams()

getResource

public XtextResource getResource()

getTestClass

public java.lang.Class<?> getTestClass()

init

public void init(ParameterizedXtextRunner.ResourceRunner runner,
                 java.lang.String title,
                 java.lang.String method,
                 com.google.common.collect.Multimap<java.lang.String,java.lang.Object> params,
                 IParameterProvider.IExpectation expectation,
                 boolean ignore)

isIgnore

public boolean isIgnore()