public abstract class AbstractSmokeTest
extends java.lang.Object
| Constructor and Description |
|---|
AbstractSmokeTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract LazyLinkingResource |
createResource(java.lang.String string) |
protected abstract java.lang.Iterable<java.lang.String> |
getSmokeTestModels() |
protected void |
logProgress(java.lang.Object info) |
protected abstract void |
processModel(java.lang.String model) |
protected abstract void |
processModelWithoutResourceSet(java.lang.String model) |
void |
testSkipCharacterInBetween() |
void |
testSkipCharacterInBetweenWithoutResourceSet() |
void |
testSkipFirstCharacters() |
void |
testSkipFirstCharactersWithoutResourceSet() |
void |
testSkipLastCharacters() |
void |
testSkipLastCharactersWithoutResourceSet() |
void |
testSkipNodesInBetween() |
void |
testSkipNodesInBetweenWithoutResourceSet() |
void |
testSkipTokensInBetween() |
void |
testSkipTokensInBetweenWithoutResourceSet() |
protected abstract java.lang.Iterable<java.lang.String> getSmokeTestModels()
protected abstract void processModel(java.lang.String model)
throws java.lang.Exception
java.lang.Exceptionprotected abstract void processModelWithoutResourceSet(java.lang.String model)
throws java.lang.Exception
java.lang.Exceptionprotected abstract LazyLinkingResource createResource(java.lang.String string)
public void testSkipLastCharacters()
throws java.lang.Exception
java.lang.Exceptionpublic void testSkipFirstCharacters()
throws java.lang.Exception
java.lang.Exceptionpublic void testSkipCharacterInBetween()
throws java.lang.Exception
java.lang.Exceptionpublic void testSkipTokensInBetween()
throws java.lang.Exception
java.lang.Exceptionpublic void testSkipNodesInBetween()
throws java.lang.Exception
java.lang.Exceptionpublic void testSkipLastCharactersWithoutResourceSet()
throws java.lang.Exception
java.lang.Exceptionpublic void testSkipFirstCharactersWithoutResourceSet()
throws java.lang.Exception
java.lang.Exceptionpublic void testSkipCharacterInBetweenWithoutResourceSet()
throws java.lang.Exception
java.lang.Exceptionpublic void testSkipTokensInBetweenWithoutResourceSet()
throws java.lang.Exception
java.lang.Exceptionpublic void testSkipNodesInBetweenWithoutResourceSet()
throws java.lang.Exception
java.lang.Exceptionprotected void logProgress(java.lang.Object info)