public class InvokeNameResult extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected int |
_foundFirstIndex |
protected int |
_foundIndex |
protected int |
_lineNumber |
protected String |
_methodName |
protected String |
_simpleClassName |
| コンストラクタと説明 |
|---|
InvokeNameResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected String |
buildFilterMethodName() |
String |
buildInvokeName(boolean useTestShortName) |
int |
getFoundFirstIndex() |
int |
getFoundIndex() |
int |
getLineNumber() |
String |
getMethodName() |
int |
getNextStartIndex() |
String |
getSimpleClassName() |
boolean |
hasTestSuffix() |
boolean |
isEmptyResult() |
void |
setFoundFirstIndex(int foundFirstIndex) |
void |
setFoundIndex(int foundIndex) |
void |
setLineNumber(int lineNumber) |
void |
setMethodName(String methodName) |
void |
setSimpleClassName(String simpleClassName) |
protected String _simpleClassName
protected String _methodName
protected int _lineNumber
protected int _foundIndex
protected int _foundFirstIndex
public String buildInvokeName(boolean useTestShortName)
public boolean hasTestSuffix()
protected String buildFilterMethodName()
public int getNextStartIndex()
public boolean isEmptyResult()
public String getSimpleClassName()
public void setSimpleClassName(String simpleClassName)
public String getMethodName()
public void setMethodName(String methodName)
public int getLineNumber()
public void setLineNumber(int lineNumber)
public int getFoundIndex()
public void setFoundIndex(int foundIndex)
public int getFoundFirstIndex()
public void setFoundFirstIndex(int foundFirstIndex)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.