| Package | Description |
|---|---|
| org.specrunner.util.aligner | |
| org.specrunner.util.aligner.core |
| Modifier and Type | Field and Description |
|---|---|
protected IStringAligner |
AlignmentException.aligner |
| Modifier and Type | Method and Description |
|---|---|
IStringAligner |
IStringAlignerFactory.align(String expected,
String received)
Creates a new alignment.
|
IStringAligner |
IStringAlignerFactory.align(String expected,
String received,
char fillCharacter)
Creates a new alignment.
|
IStringAligner |
AlignmentException.getAligner() |
| Constructor and Description |
|---|
AlignmentException(String message,
IStringAligner aligner) |
| Modifier and Type | Class and Description |
|---|---|
class |
NeedlemanWunschAligner
Default alignment implementation, a Needleman-Wunsch algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
IStringAligner |
StringAlignerFactoryImpl.align(String expected,
String received) |
IStringAligner |
StringAlignerFactoryImpl.align(String expected,
String received,
char fillCharacter) |
| Constructor and Description |
|---|
DefaultAlignmentException(String message,
IStringAligner aligner)
Creates a exception with an aligner.
|
Copyright © 2016. All rights reserved.